summaryrefslogtreecommitdiff
path: root/libhwc2.1/ExynosHWCDebug.h
diff options
context:
space:
mode:
authorYongWook Shin <yongwook.shin@samsung.com>2022-09-28 19:20:05 +0900
committerjoenchen <joenchen@google.com>2022-10-13 04:49:02 +0000
commitca754b8d7d32abe6b6417bcad73d9588b76662d7 (patch)
tree0258f6da3cdfa18023ae2c277076bac644cd736d /libhwc2.1/ExynosHWCDebug.h
parentad071e4bab6b36fa25d26c53c62b6a2a0b757e30 (diff)
libhwc2.1: support TDM based resource allocation
There are limited HW resources and all layers should share it. To avoid resource limitations, HWC should support TDM based resource allocation for all layers. Bug: 191421040 Test: boot to home Signed-off-by: YongWook Shin <yongwook.shin@samsung.com> Change-Id: Icfcd879bdd7d4655f8b1e51f0ef577395b526a3f
Diffstat (limited to 'libhwc2.1/ExynosHWCDebug.h')
-rw-r--r--libhwc2.1/ExynosHWCDebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhwc2.1/ExynosHWCDebug.h b/libhwc2.1/ExynosHWCDebug.h
index 01a49cf..8d2355b 100644
--- a/libhwc2.1/ExynosHWCDebug.h
+++ b/libhwc2.1/ExynosHWCDebug.h
@@ -43,6 +43,8 @@ enum {
eDebugColorManagement = 0x00080000,
eDebugAttrSetting = 0x00100000,
eDebugDisplayConfig = 0x00400000,
+ eDebugTDM = 0x00800000,
+ eDebugLoadBalancing = 0x01000000,
};
class ExynosDisplay;