From 15cfdf4915f32e8dffc3eae65d3b406ed219ebe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 15 May 2025 08:05:28 +0200 Subject: [PATCH] package/mesa3d: update vc4/v3d drivers help messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates the VC4/V3D driver messages with the addition of the current supported hardwares (VideoCore and Raspberry Pi). Signed-off-by: Gaƫl PORTAY Signed-off-by: Julien Olivain --- package/mesa3d/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 841a173ac2..99cb0b955c 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -255,7 +255,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_V3D select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4 # runtime select BR2_PACKAGE_MESA3D_OPENGL_EGL help - Driver for Broadcom VC6 (rpi4) GPUs (needs vc4). + Driver for Broadcom VC6/7 (rpi4/5) GPUs (needs vc4). It requires a kernel 4.18+ with DRM V3D support enabled: @@ -270,7 +270,8 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4 select BR2_PACKAGE_LIBDRM_VC4 select BR2_PACKAGE_MESA3D_OPENGL_EGL help - Driver for Broadcom VC4 (rpi2/3) GPUs. + Driver for Broadcom VC4 (rpi0/1/2/3) GPUs. + It requires a vanilla 4.5+ kernel with drm vc4 (open) support. config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL