Skip to content

Commit e3c0167

Browse files
committed
armbian: disable Panfrost/Panthor GPU drivers for RK3576
Open-source Panfrost/Panthor drivers allocate 10-bit XR30 framebuffers which trigger VOP CSC color corruption on the RK3576. Disable them so the vendor Mali driver is used instead.
1 parent 96d4ec0 commit e3c0167

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/boards/recomputer-rk3576-devkit.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ function custom_kernel_config__recomputer_rk3576_customizations() {
6666
# fan
6767
kernel_config_set_y CONFIG_SENSORS_PWM_FAN
6868

69+
# GPU — disable open-source Panfrost/Panthor to avoid 10-bit XR30
70+
# framebuffer allocation that triggers VOP CSC color corruption
71+
kernel_config_set_n CONFIG_DRM_PANFROST
72+
kernel_config_set_n CONFIG_DRM_PANTHOR
73+
6974
# Goodix touchscreen
7075
kernel_config_set_y CONFIG_TOUCHSCREEN_GOODIX
7176
fi

0 commit comments

Comments
 (0)