Add Xilinx ZynqMP KMSRO entrypoint

Add support for the Xilinx ZynqMP DPSub display driver, used with the
onboard Mali-400 GPU.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27370>
This commit is contained in:
Sean Anderson
2023-07-13 13:08:49 -04:00
committed by Marge Bot
parent 4499871e34
commit 2179a7f4d7
3 changed files with 3 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ These are some display drivers that have been tested with Lima:
- Exynos: ``exynos``
- Rockchip: ``rockchip``
- Tiny DRM: ``tinydrm``
- Xilinx ZynqMP: ``zynqmp-dpsub``
Environment variables
---------------------

View File

@@ -103,6 +103,7 @@ foreach d : [[with_gallium_kmsro, [
'stm_dri.so',
'sun4i-drm_dri.so',
'udl_dri.so',
'zynqmp-dpsub_dri.so',
]],
[with_gallium_radeonsi, 'radeonsi_dri.so'],
[with_gallium_nouveau, 'nouveau_dri.so'],

View File

@@ -133,6 +133,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(sti)
DEFINE_LOADER_DRM_ENTRYPOINT(stm)
DEFINE_LOADER_DRM_ENTRYPOINT(sun4i_drm)
DEFINE_LOADER_DRM_ENTRYPOINT(udl)
DEFINE_LOADER_DRM_ENTRYPOINT(zynqmp_dpsub)
#endif
#if defined(GALLIUM_LIMA)