Lines Matching full:vc4
10 * DOC: VC4 HVS module.
69 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_dump_state() local
82 readl((u32 __iomem *)vc4->hvs->dlist + i + 0), in vc4_hvs_dump_state()
83 readl((u32 __iomem *)vc4->hvs->dlist + i + 1), in vc4_hvs_dump_state()
84 readl((u32 __iomem *)vc4->hvs->dlist + i + 2), in vc4_hvs_dump_state()
85 readl((u32 __iomem *)vc4->hvs->dlist + i + 3)); in vc4_hvs_dump_state()
94 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_hvs_debugfs_regs() local
173 struct vc4_dev *vc4 = drm->dev_private; in vc4_hvs_bind() local
217 vc4->hvs = hvs; in vc4_hvs_bind()
238 struct vc4_dev *vc4 = drm->dev_private; in vc4_hvs_unbind() local
240 if (vc4->hvs->mitchell_netravali_filter.allocated) in vc4_hvs_unbind()
241 drm_mm_remove_node(&vc4->hvs->mitchell_netravali_filter); in vc4_hvs_unbind()
243 drm_mm_takedown(&vc4->hvs->dlist_mm); in vc4_hvs_unbind()
244 drm_mm_takedown(&vc4->hvs->lbm_mm); in vc4_hvs_unbind()
246 vc4->hvs = NULL; in vc4_hvs_unbind()