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:
@@ -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
|
||||
---------------------
|
||||
|
@@ -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'],
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user