summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-08-24 10:22:24 -0400
committerRob Clark <[email protected]>2017-12-19 16:36:10 -0500
commit805a72404c141454ae83f28cb982a4870732928f (patch)
tree2e4ef0514970f0059c5d3ae43f7dd91160fa633d /src/gallium/drivers/freedreno/freedreno_screen.h
parent0015217c1eeb3743785ae5e33d004ef49dba3fa6 (diff)
freedreno: context priority support
For devices (and kernels) which support different priority ringbuffers, expose context priority support. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.h b/src/gallium/drivers/freedreno/freedreno_screen.h
index 68518ef721b..d5e497d4f65 100644
--- a/src/gallium/drivers/freedreno/freedreno_screen.h
+++ b/src/gallium/drivers/freedreno/freedreno_screen.h
@@ -67,6 +67,7 @@ struct fd_screen {
uint32_t max_rts; /* max # of render targets */
uint32_t gmem_alignw, gmem_alignh;
uint32_t num_vsc_pipes;
+ uint32_t priority_mask;
bool has_timestamp;
void *compiler; /* currently unused for a2xx */