mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
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:
parent
720c829341
commit
4b9e80a925
@ -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'],
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user