From 18291ee17a36ea700108b85d679444efa262a312 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Tue, 16 Sep 2014 19:10:23 -0400 Subject: freedreno: add DRM_CONF_SHARE_FD And config query and DRM_CONF_SHARE_FD to both mega-driver and traditional build configs, so that EGL_EXT_image_dma_buf_import works. Signed-off-by: Rob Clark --- src/gallium/auxiliary/target-helpers/inline_drm_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/target-helpers/inline_drm_helper.h') diff --git a/src/gallium/auxiliary/target-helpers/inline_drm_helper.h b/src/gallium/auxiliary/target-helpers/inline_drm_helper.h index dd55a71d10b..e6c6af58dd6 100644 --- a/src/gallium/auxiliary/target-helpers/inline_drm_helper.h +++ b/src/gallium/auxiliary/target-helpers/inline_drm_helper.h @@ -465,7 +465,7 @@ dd_configuration(enum drm_conf conf) #endif #if defined(GALLIUM_FREEDRENO) if ((strcmp(driver_name, "kgsl") == 0) || (strcmp(driver_name, "msm") == 0)) - return NULL; + return configuration_query(conf); else #endif return NULL; -- cgit v1.2.3