mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
kmsro: Add komeda DPU
Arm Komeda (Mali) display units do exist on a few SoC's. This is the first time that I've seen Mesa brought up "in anger" on one of these, thus it has no such knowledge of these DPUs. This adds that to the kmsro set like a lot of other fairly standard split GPU/DPU devices. Signed-off-by: Carsten Haitzler <carsten.haitzler@foss.arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14515>
This commit is contained in:
parent
b22294f6d5
commit
7553aee06b
2 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ foreach d : [[with_gallium_kmsro, [
|
|||
'imx-dcss_dri.so',
|
||||
'ingenic-drm_dri.so',
|
||||
'kirin_dri.so',
|
||||
'komeda_dri.so',
|
||||
'mali-dp_dri.so',
|
||||
'mcde_dri.so',
|
||||
'mediatek_dri.so',
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(imx_drm)
|
|||
DEFINE_LOADER_DRM_ENTRYPOINT(imx_dcss)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(ingenic_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(kirin)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(komeda)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mali_dp)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mcde)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mediatek)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue