package/mesa3d: update vc4/v3d drivers help messages

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 <gael.portay+rtone@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Gaël PORTAY
2025-05-15 08:05:28 +02:00
committed by Julien Olivain
parent 3f1f404b5c
commit 15cfdf4915

View File

@@ -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