Home
last modified time | relevance | path

Searched refs:exynosHWCControl (Results 1 – 11 of 11) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp59 struct exynos_hwc_control exynosHWCControl; variable
81 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 …]
DExynosDisplay.cpp62 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 …]
/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.cpp23 extern struct exynos_hwc_control exynosHWCControl;
29 exynosHWCControl.skipStaticLayers = false; in ExynosDeviceModule()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp46 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 …]
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp29 extern struct exynos_hwc_control exynosHWCControl;
267 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.cpp30 extern struct exynos_hwc_control exynosHWCControl;
363 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp32 extern exynos_hwc_control exynosHWCControl;
51 exynosHWCControl.forceGpu = true; in ExynosPrimaryDisplayModule()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp47 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()
DExynosMPP.cpp50 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()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp44 extern struct exynos_hwc_control exynosHWCControl;
314 if (exynosHWCControl.setDDIScaler == false) return; in setDDIScalerEnable()
325 if (exynosHWCControl.setDDIScaler == false) return 1; in getDDIScalerMode()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp64 extern struct exynos_hwc_control exynosHWCControl;
2401 if (exynosHWCControl.forcePanic == 0) in setForcePanic()