mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mesa: drop unnecessary kmsro option
ref: - https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30463
This commit is contained in:
parent
a05f732195
commit
7f1b2e1dd0
@ -45,7 +45,7 @@ get_graphicdrivers() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "etnaviv"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "etnaviv"; then
|
||||||
GALLIUM_DRIVERS+=" etnaviv kmsro"
|
GALLIUM_DRIVERS+=" etnaviv"
|
||||||
V4L2_SUPPORT="yes"
|
V4L2_SUPPORT="yes"
|
||||||
VAAPI_SUPPORT="no"
|
VAAPI_SUPPORT="no"
|
||||||
VDPAU_SUPPORT="no"
|
VDPAU_SUPPORT="no"
|
||||||
@ -74,7 +74,7 @@ get_graphicdrivers() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "lima"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "lima"; then
|
||||||
GALLIUM_DRIVERS+=" kmsro lima"
|
GALLIUM_DRIVERS+=" lima"
|
||||||
V4L2_SUPPORT="yes"
|
V4L2_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ get_graphicdrivers() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "panfrost"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "panfrost"; then
|
||||||
GALLIUM_DRIVERS+=" kmsro panfrost"
|
GALLIUM_DRIVERS+=" panfrost"
|
||||||
VULKAN_DRIVERS_MESA+=" panfrost"
|
VULKAN_DRIVERS_MESA+=" panfrost"
|
||||||
V4L2_SUPPORT="yes"
|
V4L2_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
@ -132,7 +132,7 @@ get_graphicdrivers() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if listcontains "${GRAPHIC_DRIVERS}" "vc4"; then
|
if listcontains "${GRAPHIC_DRIVERS}" "vc4"; then
|
||||||
GALLIUM_DRIVERS+=" vc4 v3d kmsro"
|
GALLIUM_DRIVERS+=" vc4 v3d"
|
||||||
VULKAN_DRIVERS_MESA+=" broadcom"
|
VULKAN_DRIVERS_MESA+=" broadcom"
|
||||||
V4L2_SUPPORT="yes"
|
V4L2_SUPPORT="yes"
|
||||||
VAAPI_SUPPORT="no"
|
VAAPI_SUPPORT="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user