diff --git a/src/gallium/drivers/iris/iris_screen.c b/src/gallium/drivers/iris/iris_screen.c index 5e7e5dd9f19..167875c180d 100644 --- a/src/gallium/drivers/iris/iris_screen.c +++ b/src/gallium/drivers/iris/iris_screen.c @@ -802,6 +802,8 @@ iris_screen_create(int fd, const struct pipe_screen_config *config) break; } + brw_process_intel_debug_variable(); + screen->bufmgr = iris_bufmgr_get_for_fd(&screen->devinfo, fd, bo_reuse); if (!screen->bufmgr) return NULL; @@ -820,8 +822,6 @@ iris_screen_create(int fd, const struct pipe_screen_config *config) if (!iris_init_identifier_bo(screen)) return NULL; - brw_process_intel_debug_variable(); - screen->driconf.dual_color_blend_by_location = driQueryOptionb(config->options, "dual_color_blend_by_location"); screen->driconf.disable_throttling =