aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaurabh Bipin Chandra2013-09-05 05:16:56 -0500
committerSaurabh Bipin Chandra2013-09-05 10:44:04 -0500
commita502de00cbe7e704379f6ddbdf6ee3cc2c4f4274 (patch)
treebf587610df3f43149016a713d59b1f19c8f73c25 /libdce.h
parent2cf99e4c810f3fe1eddd1e02469643384002079f (diff)
downloadhardware-ti-libdce-a502de00cbe7e704379f6ddbdf6ee3cc2c4f4274.tar.gz
hardware-ti-libdce-a502de00cbe7e704379f6ddbdf6ee3cc2c4f4274.tar.xz
hardware-ti-libdce-a502de00cbe7e704379f6ddbdf6ee3cc2c4f4274.zip
[LINUX] Moving Linux specific functions to new c file
This patch moves Linux specific functions to libdce_linux.c. It also takes in the DRM Initialization cleanup changes in dce_init from: https://gerrit.ext.ti.com/gerrit/omap/#/c/12888 Change-Id: I570341c8dfbe1d120bc89071a86020b6ba5d4cac Signed-off-by: Saurabh Bipin Chandra <a0131926@ti.com>
Diffstat (limited to 'libdce.h')
-rw-r--r--libdce.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdce.h b/libdce.h
index fdf2c7f..5d4ffa8 100644
--- a/libdce.h
+++ b/libdce.h
@@ -53,7 +53,8 @@ typedef enum dce_error_status {
53 DCE_EXDM_UNSUPPORTED = -3, 53 DCE_EXDM_UNSUPPORTED = -3,
54 DCE_EIPC_CREATE_FAIL = -4, 54 DCE_EIPC_CREATE_FAIL = -4,
55 DCE_EIPC_CALL_FAIL = -5, 55 DCE_EIPC_CALL_FAIL = -5,
56 DCE_EINVALID_INPUT = -6 56 DCE_EINVALID_INPUT = -6,
57 DCE_EOMAPDRM_FAIL = -7
57} dce_error_status; 58} dce_error_status;
58 59
59 60