Lines Matching refs:exynosHWCControl
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()
5751 if (exynosHWCControl.windowUpdate != 1) return 0; in handleWindowUpdate()