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 …]
57 extern struct exynos_hwc_control exynosHWCControl;1314 if ((exynosHWCControl.displayMode < DISPLAY_MODE_NUM) && in doPreProcessing()1315 (mDevice->mDisplayMode != exynosHWCControl.displayMode)) in doPreProcessing()1321 if (exynosHWCControl.skipResourceAssign == 0) { in doPreProcessing()1378 if (!exynosHWCControl.useDynamicRecomp) { in checkDynamicReCompMode()1654 if ((exynosHWCControl.skipStaticLayers == 0) || in skipStaticLayers()1657 exynosHWCControl.skipStaticLayers, compositionInfo.mEnableSkipStatic); in skipStaticLayers()2607 if (exynosHWCControl.skipWinConfig == 0) in checkConfigChanged()3334 if (exynosHWCControl.skipResourceAssign == 0) in canSkipValidate()4603 if (exynosHWCControl.useDynamicRecomp == true && mDREnable) in validateDisplay()[all …]
22 extern struct exynos_hwc_control exynosHWCControl;27 exynosHWCControl.skipStaticLayers = false; in ExynosDeviceModule()
45 if (exynosHWCControl.fenceTracer >= 2) \50 if (exynosHWCControl.fenceTracer > 0) \55 if (exynosHWCControl.fenceTracer >= 1) \59 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;350 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
29 extern struct exynos_hwc_control exynosHWCControl;267 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
38 extern struct exynos_hwc_control exynosHWCControl;178 if (exynosHWCControl.setDDIScaler == false) return; in setDDIScalerEnable()189 if (exynosHWCControl.setDDIScaler == false) return 1; in getDDIScalerMode()
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()2401 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in initResourcesState()2402 mDevice->mDisplayMode = exynosHWCControl.displayMode; in initResourcesState()
50 extern struct exynos_hwc_control exynosHWCControl;1022 if (exynosHWCControl.dumpMidBuf) in getBufferType()1122 !exynosHWCControl.skipM2mProcessing) in canUsePrevFrame()1614 if (exynosHWCControl.dumpMidBuf) { in doPostProcessingInternal()1616 exynosHWCControl.dumpMidBuf = false; in doPostProcessingInternal()
30 extern exynos_hwc_control exynosHWCControl;55 exynosHWCControl.forceGpu = true; in ExynosPrimaryDisplayModule()
62 extern struct exynos_hwc_control exynosHWCControl;2242 if (exynosHWCControl.forcePanic == 0) in setForcePanic()