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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user