diff options
author | Qing Huang <huangq@codeaurora.org> | 2018-06-06 20:32:17 +0800 |
---|---|---|
committer | Qing Huang <huangq@codeaurora.org> | 2018-06-19 14:26:51 +0800 |
commit | 9a54e87a679832b56528ae440909ef5f28cc2f3c (patch) | |
tree | 041e0ecb13f6e2ca492953a65a0e2192412df6f1 /include | |
parent | 75c3d297ada5c7d7c97e2c291cde006c431352d0 (diff) |
display: Add property to enable color mode combined
Add system property to enable color mode combined.
Change-Id: Id5424107236eb22ca9aa41057c41330bd11adc5e
Diffstat (limited to 'include')
-rw-r--r-- | include/display_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/display_properties.h b/include/display_properties.h index 505235f9..4f1a85ad 100644 --- a/include/display_properties.h +++ b/include/display_properties.h @@ -103,6 +103,7 @@ #define QDCM_PCC_TRANS_PROP DISPLAY_PROP("qdcm.pcc_for_trans") #define QDCM_DIAGONAL_MATRIXMODE_PROP DISPLAY_PROP("qdcm.diagonal_matrix_mode") #define QDCM_DISABLE_TIMEOUT_PROP PERSIST_DISPLAY_PROP("qdcm.disable_timeout") +#define QDCM_MODE_COMBINE_PROP DISPLAY_PROP("qdcm.mode_combine") #define ZERO_SWAP_INTERVAL "vendor.debug.egl.swapinterval" |