Lines Matching refs:exynosHWCControl
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()
1276 exynosHWCControl.skipStaticLayers, compositionInfo.mEnableSkipStatic); 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()
4840 if (exynosHWCControl.windowUpdate != 1) return 0; in handleWindowUpdate()