mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 16:30:50 +02:00
kmsro: Extend to include mxsfb-drm
This allows using the LCDIF display controllers (with the mxsfb drm modesetting driver) along with the Etnaviv render-only drivers. LCDIF is found on i.MX SoCs. Signed-off-by: Guido Günther <agx@sigxcpu.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
806e5a37ed
commit
85996567f5
3 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ GALLIUM_TARGET_DRIVERS += ili9225
|
|||
GALLIUM_TARGET_DRIVERS += ili9341
|
||||
GALLIUM_TARGET_DRIVERS += imx
|
||||
GALLIUM_TARGET_DRIVERS += mi0283qt
|
||||
GALLIUM_TARGET_DRIVERS += mxsfb-drm
|
||||
GALLIUM_TARGET_DRIVERS += pl111
|
||||
GALLIUM_TARGET_DRIVERS += repaper
|
||||
GALLIUM_TARGET_DRIVERS += st7586
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ foreach d : [[with_gallium_kmsro, [
|
|||
'imx-drm_dri.so',
|
||||
'meson_dri.so',
|
||||
'mi0283qt_dri.so',
|
||||
'mxsfb-drm_dri.so',
|
||||
'pl111_dri.so',
|
||||
'repaper_dri.so',
|
||||
'rockchip_dri.so',
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(panfrost)
|
|||
#if defined(GALLIUM_ETNAVIV)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(armada_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(imx_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mxsfb_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(etnaviv)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue