Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp48 struct exynos_hwc_control exynosHWCControl; variable
70 exynosHWCControl.forceGpu = false; in ExynosDevice()
71 exynosHWCControl.windowUpdate = true; in ExynosDevice()
72 exynosHWCControl.forcePanic = false; in ExynosDevice()
73 exynosHWCControl.skipStaticLayers = true; in ExynosDevice()
76 exynosHWCControl.multiResolution = true; in ExynosDevice()
77 exynosHWCControl.dumpMidBuf = false; in ExynosDevice()
79 exynosHWCControl.setDDIScaler = false; in ExynosDevice()
80 exynosHWCControl.skipWinConfig = false; in ExynosDevice()
81 exynosHWCControl.skipValidate = true; in ExynosDevice()
[all …]
H A DExynosDisplay.cpp52 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()
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()
[all …]
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdevice/
H A DExynosDeviceModule.cpp21 extern struct exynos_hwc_control exynosHWCControl;
26 exynosHWCControl.skipStaticLayers = false; in ExynosDeviceModule()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp43 if (exynosHWCControl.fenceTracer >= 2) \
48 if (exynosHWCControl.fenceTracer > 0) \
53 if (exynosHWCControl.fenceTracer >= 1) \
57 extern struct exynos_hwc_control exynosHWCControl;
841 if (exynosHWCControl.sysFenceLogging) { in setFenceInfo()
1030 int priv = exynosHWCControl.fenceTracer; in dumpNCheckLeak()
1031 exynosHWCControl.fenceTracer = 3; in dumpNCheckLeak()
1033 exynosHWCControl.fenceTracer = priv; in dumpNCheckLeak()
1047 if (exynosHWCControl.sysFenceLogging) { in fenceWarn()
1110 exynosHWCControl.fenceTracer = 3; in validateFencePerFrame()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplay.cpp35 extern struct exynos_hwc_control exynosHWCControl;
185 if (exynosHWCControl.setDDIScaler == false) return; in setDDIScalerEnable()
196 if (exynosHWCControl.setDDIScaler == false) return 1; in getDDIScalerMode()
/aosp12/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
H A DExynosExternalDisplay.cpp29 extern struct exynos_hwc_control exynosHWCControl;
322 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
/aosp12/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
H A DExynosVirtualDisplay.cpp29 extern struct exynos_hwc_control exynosHWCControl;
270 if ((exynosHWCControl.skipValidate == true) && in presentDisplay()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp92 extern struct exynos_hwc_control exynosHWCControl;
446 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in assignResource()
447 mDevice->mDisplayMode = exynosHWCControl.displayMode; in assignResource()
878 if ((exynosHWCControl.forceGpu == 1) || in updateClientComposition()
1073 if (exynosHWCControl.forceGpu == 1) { in validateLayer()
2309 if (exynosHWCControl.displayMode < DISPLAY_MODE_NUM) in initResourcesState()
2310 mDevice->mDisplayMode = exynosHWCControl.displayMode; in initResourcesState()
H A DExynosMPP.cpp49 extern struct exynos_hwc_control exynosHWCControl;
1015 if (exynosHWCControl.dumpMidBuf) in getBufferType()
1108 !exynosHWCControl.skipM2mProcessing) in canUsePrevFrame()
1588 if (exynosHWCControl.dumpMidBuf) { in doPostProcessingInternal()
1590 exynosHWCControl.dumpMidBuf = false; in doPostProcessingInternal()
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplayModule.cpp29 extern exynos_hwc_control exynosHWCControl;
53 exynosHWCControl.forceGpu = true; in ExynosPrimaryDisplayModule()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp58 extern struct exynos_hwc_control exynosHWCControl;
1890 if (exynosHWCControl.forcePanic == 0) in setForcePanic()