mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/mesa3d: add support for gallium r300 driver
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [yann.morin.1998@free.fr: propagate libdrm's radeon dependencies] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
81a4940d25
commit
c5ae77c97a
@ -166,6 +166,15 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_PANFROST
|
|||||||
help
|
help
|
||||||
Mesa driver for ARM Mali Midgard and Bifrost GPUs.
|
Mesa driver for ARM Mali Midgard and Bifrost GPUs.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R300
|
||||||
|
bool "Gallium Radeon R300 driver"
|
||||||
|
depends on BR2_i386 || BR2_x86_64
|
||||||
|
depends on BR2_PACKAGE_LIBDRM_HAS_ATOMIC # libdrm's radeon
|
||||||
|
select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
|
||||||
|
select BR2_PACKAGE_LIBDRM_RADEON
|
||||||
|
help
|
||||||
|
Driver for ATI/AMD Radeon R300/R400/R500 GPUs.
|
||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600
|
config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600
|
||||||
bool "Gallium Radeon R600 driver"
|
bool "Gallium Radeon R600 driver"
|
||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
@ -275,17 +284,19 @@ config BR2_PACKAGE_MESA3D_VDPAU
|
|||||||
bool "Gallium VDPAU state tracker"
|
bool "Gallium VDPAU state tracker"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
|
depends on BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
|
||||||
|
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R300 \
|
||||||
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600 \
|
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600 \
|
||||||
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI
|
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI
|
||||||
select BR2_PACKAGE_MESA3D_NEEDS_X11
|
select BR2_PACKAGE_MESA3D_NEEDS_X11
|
||||||
select BR2_PACKAGE_LIBVDPAU
|
select BR2_PACKAGE_LIBVDPAU
|
||||||
help
|
help
|
||||||
VDPAU state tracker (needs r600, radeonsi or nouveau gallium
|
VDPAU state tracker (needs r300, r600, radeonsi or nouveau
|
||||||
drivers).
|
gallium drivers).
|
||||||
|
|
||||||
comment "Gallium VDPAU state tracker needs X.org and gallium drivers r600, radeonsi or nouveau"
|
comment "Gallium VDPAU state tracker needs X.org and gallium drivers r300, r600, radeonsi or nouveau"
|
||||||
depends on !BR2_PACKAGE_XORG7 || \
|
depends on !BR2_PACKAGE_XORG7 || \
|
||||||
!(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
|
!(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \
|
||||||
|
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R300 \
|
||||||
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600 \
|
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600 \
|
||||||
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI)
|
|| BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI)
|
||||||
|
|
||||||
|
@ -80,6 +80,7 @@ MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO) += kmsro
|
|||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_LIMA) += lima
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_LIMA) += lima
|
||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU) += nouveau
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU) += nouveau
|
||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_PANFROST) += panfrost
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_PANFROST) += panfrost
|
||||||
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R300) += r300
|
||||||
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_RADEONSI) += radeonsi
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI) += radeonsi
|
||||||
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SVGA) += svga
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SVGA) += svga
|
||||||
|
Loading…
x
Reference in New Issue
Block a user