summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorJonathan Marek <jonathan@marek.ca>2019-08-01 12:48:40 -0400
committerJonathan Marek <jonathan@marek.ca>2019-08-01 16:31:51 -0400
commit3e331732003ddbb9e707fa8b6eaabf8120c372f7 (patch)
treeb7bbab714da8153a85b78aad81c0905fcc419ea3 /src/gallium/targets
parent85dace1c0b7c1839d12171c2c9d63f8e4a002f35 (diff)
downloadmesa-3e331732003ddbb9e707fa8b6eaabf8120c372f7.tar.gz
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>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/dri/target.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/targets/dri/target.c b/src/gallium/targets/dri/target.c
index 64779fc25cc..c46b40f6a5a 100644
--- a/src/gallium/targets/dri/target.c
+++ b/src/gallium/targets/dri/target.c
@@ -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)