From a502de00cbe7e704379f6ddbdf6ee3cc2c4f4274 Mon Sep 17 00:00:00 2001 From: Saurabh Bipin Chandra Date: Thu, 5 Sep 2013 15:46:56 +0530 Subject: [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 --- libdce.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdce.h') 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 { DCE_EXDM_UNSUPPORTED = -3, DCE_EIPC_CREATE_FAIL = -4, DCE_EIPC_CALL_FAIL = -5, - DCE_EINVALID_INPUT = -6 + DCE_EINVALID_INPUT = -6, + DCE_EOMAPDRM_FAIL = -7 } dce_error_status; -- cgit v1.2.3-54-g00ecf