mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
mesa: add vc4 driver support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
cb706d959b
commit
4e331bfa0d
@ -79,6 +79,16 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
|
|||||||
This is a software opengl implementation using the Gallium3D
|
This is a software opengl implementation using the Gallium3D
|
||||||
infrastructure.
|
infrastructure.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4
|
||||||
|
bool "Gallium vc4 driver"
|
||||||
|
depends on BR2_arm
|
||||||
|
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
||||||
|
select BR2_PACKAGE_LIBDRM_VC4
|
||||||
|
select BR2_PACKAGE_MESA3D_NEEDS_XA
|
||||||
|
help
|
||||||
|
Driver for Broadcom VC4 (rpi2/3) GPUs.
|
||||||
|
It requires a vanilla 4.5+ kernel with drm vc4 (open) support.
|
||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL
|
||||||
bool "Gallium virgl driver"
|
bool "Gallium virgl driver"
|
||||||
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
||||||
|
@ -65,6 +65,7 @@ MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU) += nouveau
|
|||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600) += r600
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600) += r600
|
||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SVGA) += svga
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SVGA) += svga
|
||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST) += swrast
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST) += swrast
|
||||||
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VC4) += vc4
|
||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL) += virgl
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL) += virgl
|
||||||
# DRI Drivers
|
# DRI Drivers
|
||||||
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST) += swrast
|
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST) += swrast
|
||||||
|
Loading…
x
Reference in New Issue
Block a user