summaryrefslogtreecommitdiffstats
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.h b/src/gallium/drivers/panfrost/pan_screen.h
index 3ea624c8855..22cd7dcc9fe 100644
--- a/src/gallium/drivers/panfrost/pan_screen.h
+++ b/src/gallium/drivers/panfrost/pan_screen.h
@@ -94,7 +94,10 @@ struct panfrost_screen;
struct panfrost_screen {
struct pipe_screen base;
int fd;
+
+ /* Properties of the GPU in use */
unsigned gpu_id;
+ bool require_sfbd;
struct renderonly *ro;