Searched refs:exynosHWCControl (Results 1 – 11 of 11) sorted by relevance
48 struct exynos_hwc_control exynosHWCControl; variable70 exynosHWCControl.forceGpu = false; in ExynosDevice()71 exynosHWCControl.windowUpdate = true; in ExynosDevice()72 exynosHWCControl.forcePanic = false; in ExynosDevice()73 exynosHWCControl.skipStaticLayers = true; in ExynosDevice()76 exynosHWCControl.multiResolution = true; in ExynosDevice()77 exynosHWCControl.dumpMidBuf = false; in ExynosDevice()79 exynosHWCControl.setDDIScaler = false; in ExynosDevice()80 exynosHWCControl.skipWinConfig = false; in ExynosDevice()81 exynosHWCControl.skipValidate = true; in ExynosDevice()[all …]
52 extern struct exynos_hwc_control exynosHWCControl;937 if ((exynosHWCControl.displayMode < DISPLAY_MODE_NUM) && in doPreProcessing()938 (mDevice->mDisplayMode != exynosHWCControl.displayMode)) in doPreProcessing()944 if (exynosHWCControl.skipResourceAssign == 0) { in doPreProcessing()998 if (!exynosHWCControl.useDynamicRecomp) { in checkDynamicReCompMode()1273 if ((exynosHWCControl.skipStaticLayers == 0) || in skipStaticLayers()2236 if (exynosHWCControl.skipWinConfig == 0) in checkConfigChanged()2949 if (exynosHWCControl.skipResourceAssign == 0) in canSkipValidate()4058 if (exynosHWCControl.useDynamicRecomp == true && mDREnable) in validateDisplay()4061 if (exynosHWCControl.useDynamicRecomp == true && in validateDisplay()[all …]
21 extern struct exynos_hwc_control exynosHWCControl;26 exynosHWCControl.skipStaticLayers = false; in ExynosDeviceModule()
43 if (exynosHWCControl.fenceTracer >= 2) \48 if (exynosHWCControl.fenceTracer > 0) \53 if (exynosHWCControl.fenceTracer >= 1) \57 extern struct exynos_hwc_control exynosHWCControl;841 if (exynosHWCControl.sysFenceLogging) { in setFenceInfo()1030 int priv = exynosHWCControl.fenceTracer; in dumpNCheckLeak()1031 exynosHWCControl.fenceTracer = 3; in dumpNCheckLeak()1033 exynosHWCControl.fenceTracer = priv; in dumpNCheckLeak()1047 if (exynosHWCControl.sysFenceLogging) { in fenceWarn()1110 exynosHWCControl.fenceTracer = 3; in validateFencePerFrame()[all …]
35 extern struct exynos_hwc_control exynosHWCControl;185 if (exynosHWCControl.setDDIScaler == false) return; in setDDIScalerEnable()196 if (exynosHWCControl.setDDIScaler == false) return 1; in getDDIScalerMode()
29 extern struct exynos_hwc_control exynosHWCControl;322 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
29 extern struct exynos_hwc_control exynosHWCControl;270 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
92 extern struct exynos_hwc_control exynosHWCControl;446 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in assignResource()447 mDevice->mDisplayMode = exynosHWCControl.displayMode; in assignResource()878 if ((exynosHWCControl.forceGpu == 1) || in updateClientComposition()1073 if (exynosHWCControl.forceGpu == 1) { in validateLayer()2309 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in initResourcesState()2310 mDevice->mDisplayMode = exynosHWCControl.displayMode; in initResourcesState()
49 extern struct exynos_hwc_control exynosHWCControl;1015 if (exynosHWCControl.dumpMidBuf) in getBufferType()1108 !exynosHWCControl.skipM2mProcessing) in canUsePrevFrame()1588 if (exynosHWCControl.dumpMidBuf) { in doPostProcessingInternal()1590 exynosHWCControl.dumpMidBuf = false; in doPostProcessingInternal()
29 extern exynos_hwc_control exynosHWCControl;53 exynosHWCControl.forceGpu = true; in ExynosPrimaryDisplayModule()
58 extern struct exynos_hwc_control exynosHWCControl;1890 if (exynosHWCControl.forcePanic == 0) in setForcePanic()