diff options
author | Rob Clark <[email protected]> | 2019-04-16 11:10:01 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-04-25 14:13:31 -0700 |
commit | 96d2e4ab8ad394a4c3e8d315880b7af7a0cc824c (patch) | |
tree | 3f1775c7f6011db797701b36579765b4faed5e1a /src/gallium/drivers/freedreno/freedreno_screen.h | |
parent | 650391868935ce047b7108f1c4f25f97323f8031 (diff) |
freedreno: add robustness 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.h | 1 |
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 d8d045a4642..35685be1d22 100644 --- a/src/gallium/drivers/freedreno/freedreno_screen.h +++ b/src/gallium/drivers/freedreno/freedreno_screen.h @@ -70,6 +70,7 @@ struct fd_screen { uint32_t num_vsc_pipes; uint32_t priority_mask; bool has_timestamp; + bool has_robustness; unsigned num_perfcntr_groups; const struct fd_perfcntr_group *perfcntr_groups; |