mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
freedreno/drm: Garbage collect unused bo_cache
The ring_cache that is actually used is in fd_device. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11176>
This commit is contained in:
parent
dce3c6b436
commit
f8d2587960
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
|||
|
||||
struct msm_device {
|
||||
struct fd_device base;
|
||||
struct fd_bo_cache ring_cache;
|
||||
struct util_queue submit_queue;
|
||||
};
|
||||
FD_DEFINE_CAST(fd_device, msm_device);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue