mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
kmsro: Add "mcde" entry point
ST-Ericsson Ux500 boards use a Mali 400 GPU together with MCDE
("Multi Channel Display Engine"), which is supported by the "mcde"
DRM driver.
Adding an entry point for it in kmsro seems to be enough to make
Lima work - at least kmscube is working correctly.
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3139>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3139>
This commit is contained in:
parent
afe1a8ff5b
commit
4da46a1c3c
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 += stm
|
||||
GALLIUM_TARGET_DRIVERS += mcde
|
||||
GALLIUM_TARGET_DRIVERS += mi0283qt
|
||||
GALLIUM_TARGET_DRIVERS += mxsfb-drm
|
||||
GALLIUM_TARGET_DRIVERS += pl111
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ foreach d : [[with_gallium_kmsro, [
|
|||
'ili9225_dri.so',
|
||||
'ili9341_dri.so',
|
||||
'imx-drm_dri.so',
|
||||
'mcde_dri.so',
|
||||
'meson_dri.so',
|
||||
'mi0283qt_dri.so',
|
||||
'mxsfb-drm_dri.so',
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(hx8357d)
|
|||
DEFINE_LOADER_DRM_ENTRYPOINT(ili9225)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(ili9341)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(imx_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mcde)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(meson)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mi0283qt)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mxsfb_drm)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue