mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 03:50:26 +01:00
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:
parent
9d31680e79
commit
5275df0cfe
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue