From 970075056c008a9c8464658efc704b42cf812a76 Mon Sep 17 00:00:00 2001 From: Feng Zhang Date: Thu, 6 Jul 2023 17:45:27 +0800 Subject: [PATCH] rockchip_linux_defconfig: without mali csf support rk356x does not support mali csf, enabling it will cause the gpu driver to fail to load, disable this option. Signed-off-by: Feng Zhang --- arch/arm64/configs/rockchip_linux_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/rockchip_linux_defconfig b/arch/arm64/configs/rockchip_linux_defconfig index db8551ede0866..533e370aa1632 100644 --- a/arch/arm64/configs/rockchip_linux_defconfig +++ b/arch/arm64/configs/rockchip_linux_defconfig @@ -868,7 +868,7 @@ CONFIG_MALI_DEBUG=y CONFIG_MALI_PWRSOFT_765=y CONFIG_MALI_BIFROST=y CONFIG_MALI_PLATFORM_NAME="rk" -CONFIG_MALI_CSF_SUPPORT=y +# CONFIG_MALI_CSF_SUPPORT is not set CONFIG_MALI_BIFROST_EXPERT=y CONFIG_MALI_BIFROST_DEBUG=y CONFIG_BACKLIGHT_CLASS_DEVICE=y