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:
Rob Clark 2021-06-06 12:11:28 -07:00 committed by Marge Bot
parent dce3c6b436
commit f8d2587960

View file

@ -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);