aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'freedreno/msm/msm_priv.h')
-rw-r--r--freedreno/msm/msm_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freedreno/msm/msm_priv.h b/freedreno/msm/msm_priv.h
index e499b3b8..1f44398d 100644
--- a/freedreno/msm/msm_priv.h
+++ b/freedreno/msm/msm_priv.h
@@ -39,6 +39,7 @@
39 39
40struct msm_device { 40struct msm_device {
41 struct fd_device base; 41 struct fd_device base;
42 struct fd_bo_cache ring_cache;
42}; 43};
43 44
44static inline struct msm_device * to_msm_device(struct fd_device *x) 45static inline struct msm_device * to_msm_device(struct fd_device *x)