Searched refs:exynosHWCControl (Results 1 – 11 of 11) sorted by relevance
59 struct exynos_hwc_control exynosHWCControl; variable81 exynosHWCControl.forceGpu = false; in ExynosDevice()82 exynosHWCControl.windowUpdate = true; in ExynosDevice()83 exynosHWCControl.forcePanic = false; in ExynosDevice()84 exynosHWCControl.skipStaticLayers = true; in ExynosDevice()85 exynosHWCControl.skipM2mProcessing = true; in ExynosDevice()86 exynosHWCControl.skipResourceAssign = true; in ExynosDevice()87 exynosHWCControl.multiResolution = true; in ExynosDevice()88 exynosHWCControl.dumpMidBuf = false; in ExynosDevice()89 exynosHWCControl.displayMode = DISPLAY_MODE_NUM; in ExynosDevice()[all …]
62 extern struct exynos_hwc_control exynosHWCControl;1325 if ((exynosHWCControl.displayMode < DISPLAY_MODE_NUM) && in doPreProcessing()1326 (mDevice->mDisplayMode != exynosHWCControl.displayMode)) in doPreProcessing()1332 if (exynosHWCControl.skipResourceAssign == 0) { in doPreProcessing()1389 if (!exynosHWCControl.useDynamicRecomp) { in checkDynamicReCompMode()1671 if ((exynosHWCControl.skipStaticLayers == 0) || in skipStaticLayers()1674 exynosHWCControl.skipStaticLayers, compositionInfo.mEnableSkipStatic); in skipStaticLayers()2632 if (exynosHWCControl.skipWinConfig == 0) in checkConfigChanged()3375 if (exynosHWCControl.skipResourceAssign == 0) in canSkipValidate()4931 if (exynosHWCControl.useDynamicRecomp == true && mDREnable) { in validateDisplay()[all …]
23 extern struct exynos_hwc_control exynosHWCControl;29 exynosHWCControl.skipStaticLayers = false; in ExynosDeviceModule()
46 if (exynosHWCControl.fenceTracer >= 2) \51 if (exynosHWCControl.fenceTracer > 0) \56 if (exynosHWCControl.fenceTracer >= 1) \60 extern struct exynos_hwc_control exynosHWCControl;1047 int priv = exynosHWCControl.fenceTracer; in dumpNCheckLeakLocked()1048 exynosHWCControl.fenceTracer = 3; in dumpNCheckLeakLocked()1050 exynosHWCControl.fenceTracer = priv; in dumpNCheckLeakLocked()1060 int priv = exynosHWCControl.fenceTracer; in fenceWarnLocked()1061 exynosHWCControl.fenceTracer = 3; in fenceWarnLocked()1063 exynosHWCControl.fenceTracer = priv; in fenceWarnLocked()[all …]
29 extern struct exynos_hwc_control exynosHWCControl;267 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
30 extern struct exynos_hwc_control exynosHWCControl;363 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
32 extern exynos_hwc_control exynosHWCControl;51 exynosHWCControl.forceGpu = true; in ExynosPrimaryDisplayModule()
47 extern struct exynos_hwc_control exynosHWCControl;412 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in assignResource()413 mDevice->mDisplayMode = exynosHWCControl.displayMode; in assignResource()856 if ((exynosHWCControl.forceGpu == 1) || in updateClientComposition()1059 if (exynosHWCControl.forceGpu == 1) { in validateLayer()2459 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in initResourcesState()2460 mDevice->mDisplayMode = exynosHWCControl.displayMode; in initResourcesState()
50 extern struct exynos_hwc_control exynosHWCControl;1022 if (exynosHWCControl.dumpMidBuf) in getBufferType()1127 !exynosHWCControl.skipM2mProcessing) in canUsePrevFrame()1632 if (exynosHWCControl.dumpMidBuf) { in doPostProcessingInternal()1634 exynosHWCControl.dumpMidBuf = false; in doPostProcessingInternal()
44 extern struct exynos_hwc_control exynosHWCControl;314 if (exynosHWCControl.setDDIScaler == false) return; in setDDIScalerEnable()325 if (exynosHWCControl.setDDIScaler == false) return 1; in getDDIScalerMode()
64 extern struct exynos_hwc_control exynosHWCControl;2401 if (exynosHWCControl.forcePanic == 0) in setForcePanic()