diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-07-12 16:45:44 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-07-15 08:03:34 -0700 |
commit | 1ffca961abe7d4f3dfc7884745ed9a96209c2731 (patch) | |
tree | c15aefe0b07ea11b6286064ab3bcd39462e93412 /src/gallium/drivers/panfrost/pan_screen.h | |
parent | 9981b6ef0fa387675e81a2966637080bb74f7c01 (diff) |
panfrost: Remove all old allocators
With the new refactor, this all becomes dead code.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_screen.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_screen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/panfrost/pan_screen.h b/src/gallium/drivers/panfrost/pan_screen.h index 8a01baabaf4..3a0e544c1a6 100644 --- a/src/gallium/drivers/panfrost/pan_screen.h +++ b/src/gallium/drivers/panfrost/pan_screen.h @@ -85,9 +85,6 @@ struct panfrost_screen { struct renderonly *ro; - /* Memory management is based on subdividing slabs with AMD's allocator */ - struct pb_slabs slabs; - /* Transient memory management is based on borrowing fixed-size slabs * off the screen (loaning them out to the batch). Dynamic array * container of panfrost_bo */ |