From f8d25879607ab81ab2b63b02fa7c5ad8fc5aff03 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Sun, 6 Jun 2021 12:11:28 -0700 Subject: [PATCH] freedreno/drm: Garbage collect unused bo_cache The ring_cache that is actually used is in fd_device. Signed-off-by: Rob Clark Part-of: --- src/freedreno/drm/msm_priv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/drm/msm_priv.h b/src/freedreno/drm/msm_priv.h index 380e1f40ce2..5299b114fbe 100644 --- a/src/freedreno/drm/msm_priv.h +++ b/src/freedreno/drm/msm_priv.h @@ -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);