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
2 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ foreach d : [[with_gallium_kmsro, [
|
||||||
'st7735r_dri.so',
|
'st7735r_dri.so',
|
||||||
'stm_dri.so',
|
'stm_dri.so',
|
||||||
'sun4i-drm_dri.so',
|
'sun4i-drm_dri.so',
|
||||||
|
'udl_dri.so',
|
||||||
]],
|
]],
|
||||||
[with_gallium_radeonsi, 'radeonsi_dri.so'],
|
[with_gallium_radeonsi, 'radeonsi_dri.so'],
|
||||||
[with_gallium_nouveau, 'nouveau_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(st7735r)
|
||||||
DEFINE_LOADER_DRM_ENTRYPOINT(stm)
|
DEFINE_LOADER_DRM_ENTRYPOINT(stm)
|
||||||
DEFINE_LOADER_DRM_ENTRYPOINT(sun4i_drm)
|
DEFINE_LOADER_DRM_ENTRYPOINT(sun4i_drm)
|
||||||
|
DEFINE_LOADER_DRM_ENTRYPOINT(udl)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(GALLIUM_LIMA)
|
#if defined(GALLIUM_LIMA)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue