gallium: Add ssd130x to the list of kmsro drivers

Add an entry point for the ssd130x modesetting driver, to expose a _dri.so
and allow Solomon panels to display the contents rendered by a GPU driver.

Suggested-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Erico Nunes <nunes.erico@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27135>
This commit is contained in:
Javier Martinez Canillas 2024-01-18 09:31:57 +01:00 committed by Marge Bot
parent 9d31680e79
commit 5275df0cfe
2 changed files with 2 additions and 0 deletions

View file

@ -95,6 +95,7 @@ foreach d : [[with_gallium_kmsro, [
'rcar-du_dri.so',
'repaper_dri.so',
'rockchip_dri.so',
'ssd130x_dri.so',
'st7586_dri.so',
'st7735r_dri.so',
'sti_dri.so',

View file

@ -123,6 +123,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(pl111)
DEFINE_LOADER_DRM_ENTRYPOINT(rcar_du)
DEFINE_LOADER_DRM_ENTRYPOINT(repaper)
DEFINE_LOADER_DRM_ENTRYPOINT(rockchip)
DEFINE_LOADER_DRM_ENTRYPOINT(ssd130x)
DEFINE_LOADER_DRM_ENTRYPOINT(st7586)
DEFINE_LOADER_DRM_ENTRYPOINT(st7735r)
DEFINE_LOADER_DRM_ENTRYPOINT(sti)