summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUday Kiran Pichika <pichika@codeaurora.org>2018-05-22 19:23:32 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-12 17:01:44 -0700
commit2febe6fe8ab05488e0e12f5f7bcc2af97a9ef4bf (patch)
tree1e345dd59fadc93b9821467364e0c64f6add5129 /include
parent8b997e5476811d731a0c568154a01058a0f450a6 (diff)
sdm: comply with treble guidelines
- Replace egl.swapinterval with macro name CRs-Fixed: 2206249 Change-Id: I5a90823fc0496ab764de33be5322c07aa94280a4
Diffstat (limited to 'include')
-rw-r--r--include/display_properties.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/display_properties.h b/include/display_properties.h
index 96dc6867..a07bca8c 100644
--- a/include/display_properties.h
+++ b/include/display_properties.h
@@ -96,11 +96,13 @@
#define DISABLE_HDR_LUT_GEN DISPLAY_PROP("disable_hdr_lut_gen")
#define ENABLE_DEFAULT_COLOR_MODE DISPLAY_PROP("enable_default_color_mode")
-#define DISABLE_HDR DISPLAY_PROP("disable_hdr")
+#define DISABLE_HDR DISPLAY_PROP("hwc_disable_hdr")
#define HDR_CONFIG_PROP RO_DISPLAY_PROP("hdr.config")
#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 ZERO_SWAP_INTERVAL "vendor.debug.egl.swapinterval"
+
#endif // __DISPLAY_PROPERTIES_H__