Lines Matching refs:drm_device
113 struct drm_device *dev = node->minor->dev; in vc4_crtc_debugfs_regs()
249 static void require_hvs_enabled(struct drm_device *dev) in require_hvs_enabled()
259 struct drm_device *dev = crtc->dev; in vc4_crtc_disable()
297 struct drm_device *dev = crtc->dev; in vc4_crtc_enable()
321 struct drm_device *dev = crtc->dev; in vc4_crtc_atomic_check()
367 struct drm_device *dev = crtc->dev; in vc4_crtc_atomic_flush()
431 int vc4_enable_vblank(struct drm_device *dev, unsigned int crtc_id) in vc4_enable_vblank()
441 void vc4_disable_vblank(struct drm_device *dev, unsigned int crtc_id) in vc4_disable_vblank()
452 struct drm_device *dev = crtc->dev; in vc4_crtc_handle_page_flip()
505 struct drm_device *dev = crtc->dev; in vc4_cancel_page_flip()
544 static void vc4_set_crtc_possible_masks(struct drm_device *drm, in vc4_set_crtc_possible_masks()
566 struct drm_device *drm = dev_get_drvdata(master); in vc4_crtc_bind()