summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/galahad/glhd_drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/galahad/glhd_drm.c')
-rw-r--r--src/gallium/drivers/galahad/glhd_drm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/galahad/glhd_drm.c b/src/gallium/drivers/galahad/glhd_drm.c
index 78e290c9a8..d62f6f4f7b 100644
--- a/src/gallium/drivers/galahad/glhd_drm.c
+++ b/src/gallium/drivers/galahad/glhd_drm.c
@@ -75,6 +75,9 @@ galahad_drm_create(struct drm_api *api)
if (!api)
goto error;
+ if (!debug_get_option("GALAHAD", FALSE))
+ goto error;
+
glhd_api = CALLOC_STRUCT(galahad_drm_api);
if (!glhd_api)