summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost/pan_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_screen.h')
-rw-r--r--src/gallium/drivers/panfrost/pan_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.h b/src/gallium/drivers/panfrost/pan_screen.h
index c864629a372..974010ae994 100644
--- a/src/gallium/drivers/panfrost/pan_screen.h
+++ b/src/gallium/drivers/panfrost/pan_screen.h
@@ -80,7 +80,7 @@ struct panfrost_screen {
/* Properties of the GPU in use */
unsigned gpu_id;
- bool require_sfbd;
+ unsigned quirks;
drmVersionPtr kernel_version;