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:
Carsten Haitzler 2022-01-12 11:39:19 +00:00 committed by Marge Bot
parent b22294f6d5
commit 7553aee06b
2 changed files with 2 additions and 0 deletions

View file

@ -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',

View file

@ -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)