diff options
Diffstat (limited to 'src/gallium/drivers/vc5/vc5_screen.h')
-rw-r--r-- | src/gallium/drivers/vc5/vc5_screen.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/vc5/vc5_screen.h b/src/gallium/drivers/vc5/vc5_screen.h index 710396de999..05a770ba2a1 100644 --- a/src/gallium/drivers/vc5/vc5_screen.h +++ b/src/gallium/drivers/vc5/vc5_screen.h @@ -61,13 +61,6 @@ struct vc5_screen { const char *name; - /** The last seqno we've completed a wait for. - * - * This lets us slightly optimize our waits by skipping wait syscalls - * if we know the job's already done. - */ - uint64_t finished_seqno; - struct slab_parent_pool transfer_pool; struct vc5_bo_cache { |