diff options
author | Saurabh Bipin Chandra | 2013-09-05 05:16:56 -0500 |
---|---|---|
committer | Saurabh Bipin Chandra | 2013-09-05 10:44:04 -0500 |
commit | a502de00cbe7e704379f6ddbdf6ee3cc2c4f4274 (patch) | |
tree | bf587610df3f43149016a713d59b1f19c8f73c25 /libdce.h | |
parent | 2cf99e4c810f3fe1eddd1e02469643384002079f (diff) | |
download | hardware-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||