mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 18:30:29 +01:00
kmsro: move entry points from etnaviv to kmsro
These drivers are kmsro drivers so they should be part of the kmsro #if This fixes missing imx_drm driver when building with only freedreno+kmsro Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
85dace1c0b
commit
3e33173200
1 changed files with 3 additions and 3 deletions
|
|
@ -84,9 +84,6 @@ DEFINE_LOADER_DRM_ENTRYPOINT(panfrost)
|
|||
#endif
|
||||
|
||||
#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
|
||||
|
||||
|
|
@ -95,12 +92,15 @@ DEFINE_LOADER_DRM_ENTRYPOINT(tegra);
|
|||
#endif
|
||||
|
||||
#if defined(GALLIUM_KMSRO)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(armada_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(exynos)
|
||||
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(meson)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mi0283qt)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(mxsfb_drm)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(pl111)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(repaper)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(rockchip)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue