Skip to content

Commit 322c95b

Browse files
fix(rockchip-rk3588): Enable mesa-vpu extension for GPU acceleration
The mesa-vpu extension author stated this 'should be enabled on all for rk3588 distributions' but was never implemented. Without it, desktop images use llvmpipe software rendering instead of GPU. The extension has built-in logic to only apply where appropriate (vendor kernel, desktop builds, supported releases). Tested on Orange Pi 5 Plus: glxinfo now shows Mali-G610 (Panfrost). Closes: #7507, #7504
1 parent d2e208a commit 322c95b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/sources/families/rockchip-rk3588.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ BOOTSOURCE='https://github.com/radxa/u-boot.git'
1313
BOOTBRANCH='branch:next-dev-v2024.10' # Always use same version as rk35xx, they share a patch dir
1414
BOOTPATCHDIR="legacy/u-boot-radxa-rk35xx"
1515
OVERLAY_PREFIX='rockchip-rk3588'
16+
ENABLE_EXTENSIONS="mesa-vpu"
1617

1718
case $BRANCH in
1819

0 commit comments

Comments
 (0)