gallium: Add udl (DisplayLink) to the list of kmsro drivers

The udl is a simple render only driver, so configure it
appropriately in gallium.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26129>
This commit is contained in:
Dave Stevenson 2023-11-08 18:01:33 +00:00 committed by Marge Bot
parent 720c829341
commit 4b9e80a925
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -127,6 +127,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(st7586)
DEFINE_LOADER_DRM_ENTRYPOINT(st7735r)
DEFINE_LOADER_DRM_ENTRYPOINT(stm)
DEFINE_LOADER_DRM_ENTRYPOINT(sun4i_drm)
DEFINE_LOADER_DRM_ENTRYPOINT(udl)
#endif
#if defined(GALLIUM_LIMA)