diff options
author | Sungjun Bae <june.bae@samsung.com> | 2020-06-30 10:46:22 +0900 |
---|---|---|
committer | Midas Chien <midaschieh@google.com> | 2020-12-23 22:31:24 +0800 |
commit | 730e7c30721e7274e5f7efa6ba9d13e0609e76b3 (patch) | |
tree | ae90ae3408ab71931fb3bd76315ad79dda52ce68 /libhwc2.1/ExynosHWCDebug.h | |
parent | b53996fd7a383e6fc135b3bf4d9d0735ea1cd0e3 (diff) |
libhwc2.1: Support setActiveConfigWithConstraints
Bug: 164139096
Change-Id: I561a23c386a63b02259e373d169447b177ebfc63
Signed-off-by: Sungjun Bae <june.bae@samsung.com>
Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
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 9a185a4..01a49cf 100644 --- a/libhwc2.1/ExynosHWCDebug.h +++ b/libhwc2.1/ExynosHWCDebug.h @@ -42,6 +42,7 @@ enum { eDebugDisplayInterfaceConfig = 0x00040000, eDebugColorManagement = 0x00080000, eDebugAttrSetting = 0x00100000, + eDebugDisplayConfig = 0x00400000, }; class ExynosDisplay; |