diff options
author | HyunKyung Kim <hk310.kim@samsung.com> | 2020-04-17 12:20:27 +0900 |
---|---|---|
committer | HyunKyung Kim <hk310.kim@samsung.com> | 2020-04-29 19:22:08 +0900 |
commit | 1f4757de0038c9e467e33a4ef3da098d83fb799e (patch) | |
tree | 6ed77e196a5d70150dd673caa0e46b10fc4fc2d9 /libhwc2.1/ExynosHWCDebug.h | |
parent | 475a423fc4e9cf1ebe5ebd31229c3ec75a0ccfc8 (diff) |
libhwc2.1: Add debug flag for color management
Bug: 154275156
Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
Change-Id: If63119dfd500beb7bd4130bb982510b6ef8f3bc0
Diffstat (limited to 'libhwc2.1/ExynosHWCDebug.h')
-rw-r--r-- | libhwc2.1/ExynosHWCDebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhwc2.1/ExynosHWCDebug.h b/libhwc2.1/ExynosHWCDebug.h index 5327cf8..63395bc 100644 --- a/libhwc2.1/ExynosHWCDebug.h +++ b/libhwc2.1/ExynosHWCDebug.h @@ -40,6 +40,7 @@ enum { eDebugSkipValidate = 0x00010000, eDebugDynamicRecomp = 0x00020000, eDebugDisplayInterfaceConfig = 0x00040000, + eDebugColorManagement = 0x00080000, }; class ExynosDisplay; |