mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Allwinner: use mesa for H6 devices
This commit is contained in:
parent
2c8db70c4c
commit
c3e40302fe
@ -31,5 +31,11 @@
|
|||||||
# ATF platform
|
# ATF platform
|
||||||
ATF_PLATFORM="sun50i_a64"
|
ATF_PLATFORM="sun50i_a64"
|
||||||
|
|
||||||
|
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
||||||
|
OPENGLES="libmali"
|
||||||
|
|
||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="400"
|
MALI_FAMILY="400"
|
||||||
|
|
||||||
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
@ -37,5 +37,11 @@
|
|||||||
# Kernel target
|
# Kernel target
|
||||||
KERNEL_TARGET="zImage"
|
KERNEL_TARGET="zImage"
|
||||||
|
|
||||||
|
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
||||||
|
OPENGLES="libmali"
|
||||||
|
|
||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="400"
|
MALI_FAMILY="400"
|
||||||
|
|
||||||
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
@ -31,5 +31,8 @@
|
|||||||
# ATF platform
|
# ATF platform
|
||||||
ATF_PLATFORM="sun50i_h6"
|
ATF_PLATFORM="sun50i_h6"
|
||||||
|
|
||||||
# Mali GPU family
|
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
||||||
MALI_FAMILY="t720"
|
OPENGLES="mesa"
|
||||||
|
|
||||||
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
|
KODIPLAYER_DRIVER="$OPENGLES"
|
||||||
|
@ -40,9 +40,6 @@
|
|||||||
# OpenGL(X) implementation to use (no / mesa)
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
OPENGL="no"
|
OPENGL="no"
|
||||||
|
|
||||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
|
||||||
OPENGLES="libmali"
|
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (x11 / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
@ -52,10 +49,7 @@
|
|||||||
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
||||||
GRAPHIC_DRIVERS=""
|
GRAPHIC_DRIVERS="panfrost"
|
||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
|
||||||
KODIPLAYER_DRIVER="$OPENGLES"
|
|
||||||
|
|
||||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user