diff options
author | Boris Brezillon <[email protected]> | 2019-09-05 18:19:40 +0200 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2019-09-13 16:25:06 +0200 |
commit | 40e20324e0c304960b86f4721270e7c1d5379318 (patch) | |
tree | e59c85a8283abe2c732a1c034f000f46e88c2965 /src/gallium/drivers/panfrost/pan_context.h | |
parent | 1b5873b73cdfe288a9defdcc1455c2809f3437fc (diff) |
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Will be replaced by something similar but using a BOs as keys instead
of resources.
Signed-off-by: Boris Brezillon <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 9723d56ac5f..586b6d854b6 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -114,9 +114,6 @@ struct panfrost_context { struct panfrost_batch *batch; struct hash_table *batches; - /* panfrost_resource -> panfrost_job */ - struct hash_table *write_jobs; - /* Within a launch_grid call.. */ const struct pipe_grid_info *compute_grid; |