diff options
author | HyunKyung Kim <hk310.kim@samsung.com> | 2019-04-02 20:40:08 +0900 |
---|---|---|
committer | HyunKyung Kim <hk310.kim@samsung.com> | 2019-10-28 13:47:45 +0900 |
commit | 1d8ef082ab8aa75b13f05a6609b9bb424de43b91 (patch) | |
tree | c3a8f7fa2e0c3b0921c9613bd7f5fed93f03e9bd /libhwc2.1/ExynosHWCDebug.h | |
parent | 745bc4170e9e6a4d02366e55e1ceaaec0550574c (diff) |
libhwc2.1: Add debug log filter
This patch adds debug log filter to print
configuration of each display interface.
Change-Id: I1c5bfcd80026c5768e26019628a9996a82dfadf6
Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
Diffstat (limited to 'libhwc2.1/ExynosHWCDebug.h')
-rw-r--r-- | libhwc2.1/ExynosHWCDebug.h | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/libhwc2.1/ExynosHWCDebug.h b/libhwc2.1/ExynosHWCDebug.h index 2e9c9fb..5327cf8 100644 --- a/libhwc2.1/ExynosHWCDebug.h +++ b/libhwc2.1/ExynosHWCDebug.h @@ -21,24 +21,25 @@ #include "ExynosHWCHelper.h" enum { - eDebugDefault = 0x00000001, - eDebugWindowUpdate = 0x00000002, - eDebugWinConfig = 0x00000004, - eDebugSkipStaicLayer = 0x00000008, - eDebugOverlaySupported = 0x00000010, - eDebugResourceAssigning = 0x00000020, - eDebugFence = 0x00000040, - eDebugResourceManager = 0x00000080, - eDebugMPP = 0x00000100, - eDebugHWC = 0x00000200, - eDebugLayer = 0x00000400, - eDebugBuf = 0x00000800, - eDebugVirtualDisplay = 0x00001000, - eDebugCapacity = 0x00002000, - eDebugExternalDisplay = 0x00004000, - eDebugSkipResourceAssign= 0x00008000, - eDebugSkipValidate = 0x00010000, - eDebugDynamicRecomp = 0x00020000, + eDebugDefault = 0x00000001, + eDebugWindowUpdate = 0x00000002, + eDebugWinConfig = 0x00000004, + eDebugSkipStaicLayer = 0x00000008, + eDebugOverlaySupported = 0x00000010, + eDebugResourceAssigning = 0x00000020, + eDebugFence = 0x00000040, + eDebugResourceManager = 0x00000080, + eDebugMPP = 0x00000100, + eDebugHWC = 0x00000200, + eDebugLayer = 0x00000400, + eDebugBuf = 0x00000800, + eDebugVirtualDisplay = 0x00001000, + eDebugCapacity = 0x00002000, + eDebugExternalDisplay = 0x00004000, + eDebugSkipResourceAssign = 0x00008000, + eDebugSkipValidate = 0x00010000, + eDebugDynamicRecomp = 0x00020000, + eDebugDisplayInterfaceConfig = 0x00040000, }; class ExynosDisplay; |