From 7e1950eb53ce0b05e5a39b8aef15428691a2a417 Mon Sep 17 00:00:00 2001 From: tzh <tanzhtanzh@gmail.com> Date: Tue, 23 Jul 2024 02:00:21 +0000 Subject: [PATCH] feat(patch): add ido patch --- longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/services/system/rgx_sunxi/sysconfig.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/services/system/rgx_sunxi/sysconfig.c b/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/services/system/rgx_sunxi/sysconfig.c index ae6bfbf..3467c93 100755 --- a/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/services/system/rgx_sunxi/sysconfig.c +++ b/longan/kernel/linux-4.9/modules/gpu/img-rgx/android/rogue_km/services/system/rgx_sunxi/sysconfig.c @@ -144,11 +144,7 @@ * Setup RGX specific timing data */ gsRGXTimingInfo.ui32CoreClockSpeed = clk_get_rate(sunxi_data->clks.core); - if (sunxi_ic_version_ctrl(dev)) { - gsRGXTimingInfo.bEnableActivePM = IMG_TRUE; - } else { - gsRGXTimingInfo.bEnableActivePM = IMG_FALSE; - } + gsRGXTimingInfo.bEnableActivePM = IMG_FALSE; gsRGXTimingInfo.bEnableRDPowIsland = IMG_TRUE; gsRGXTimingInfo.ui32ActivePMLatencyms = SYS_RGX_ACTIVE_POWER_LATENCY_MS; -- Gitblit v1.6.2