diff options
author | Kenneth Graunke <[email protected]> | 2018-01-25 20:04:37 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:05 -0800 |
commit | 6f1c07d7dd465e1c18a3641ac9e0b759e19c4060 (patch) | |
tree | 09d82a7e330ce31f43c25e38b6bf8cab9e48cbe9 /src/gallium/drivers/iris/iris_screen.h | |
parent | acdff2f9a68a1ce3879ad22b8602a97f58957340 (diff) |
iris: actually softpin at an address
Diffstat (limited to 'src/gallium/drivers/iris/iris_screen.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_screen.h b/src/gallium/drivers/iris/iris_screen.h index 5484e535ac9..f24f567532f 100644 --- a/src/gallium/drivers/iris/iris_screen.h +++ b/src/gallium/drivers/iris/iris_screen.h @@ -47,6 +47,8 @@ struct iris_screen { struct isl_device isl_dev; struct iris_bufmgr *bufmgr; struct brw_compiler *compiler; + + uint32_t next_instruction_address; }; struct pipe_screen *iris_screen_create(int fd); |