add error type for output disconnection 89/148589/1
authorBoram Park <boram1288.park@samsung.com>
Fri, 8 Sep 2017 02:57:25 +0000 (11:57 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 8 Sep 2017 02:57:25 +0000 (11:57 +0900)
Change-Id: I7450a453217d138cb73e8be289e72682a13bf768

include/tdm_common.h

index dfb3f8e..054cb5e 100644 (file)
@@ -67,6 +67,7 @@ typedef enum {
        TDM_ERROR_NOT_IMPLEMENTED       = -8, /**< not implemented */
        TDM_ERROR_NO_CAPABILITY         = -9, /**< no capability */
        TDM_ERROR_DPMS_OFF              = -10, /**< dpms off */
+       TDM_ERROR_OUTPUT_DISCONNECTED   = -11, /**< output disconnected */
 } tdm_error;
 
 /**