Lines Matching refs:vc4
55 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_lastclose() local
57 if (vc4->fbdev) in vc4_lastclose()
58 drm_fbdev_cma_restore_mode(vc4->fbdev); in vc4_lastclose()
155 struct vc4_dev *vc4; in vc4_drm_bind() local
160 vc4 = devm_kzalloc(dev, sizeof(*vc4), GFP_KERNEL); in vc4_drm_bind()
161 if (!vc4) in vc4_drm_bind()
168 vc4->dev = drm; in vc4_drm_bind()
169 drm->dev_private = vc4; in vc4_drm_bind()
212 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_drm_unbind() local
214 if (vc4->fbdev) in vc4_drm_unbind()
215 drm_fbdev_cma_fini(vc4->fbdev); in vc4_drm_unbind()