summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_screen.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-04-19 12:52:51 -0700
committerKenneth Graunke <[email protected]>2019-02-21 10:26:06 -0800
commit21acc004901629fe376206afd979259a1f220248 (patch)
tree341c477f9ac7ed2679232e78b5134e76f2f889c5 /src/gallium/drivers/iris/iris_screen.h
parent87aa88079584d77854d0a2ecf03ac295da4851d1 (diff)
iris: crazy pipe control code
imported from ~kwg/mesa pcx-2, gen < 8 code dropped
Diffstat (limited to 'src/gallium/drivers/iris/iris_screen.h')
-rw-r--r--src/gallium/drivers/iris/iris_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_screen.h b/src/gallium/drivers/iris/iris_screen.h
index 5484e535ac9..a06d2c34391 100644
--- a/src/gallium/drivers/iris/iris_screen.h
+++ b/src/gallium/drivers/iris/iris_screen.h
@@ -46,6 +46,7 @@ struct iris_screen {
struct gen_device_info devinfo;
struct isl_device isl_dev;
struct iris_bufmgr *bufmgr;
+ struct iris_bo *workaround_bo;
struct brw_compiler *compiler;
};