summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libhwc2.1/ExynosHWCDebug.h37
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;