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:
committed by
Marge Bot
parent
9d31680e79
commit
5275df0cfe
@@ -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',
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user