Lines Matching full:vc4
7 * DOC: VC4 CRTC module
9 * In VC4, the Pixel Valve is what most closely corresponds to the
69 vc4_crtc_get_cob_allocation(struct vc4_dev *vc4, unsigned int channel) in vc4_crtc_get_cob_allocation() argument
89 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_get_scanout_position() local
128 cob_size = vc4_crtc_get_cob_allocation(vc4, vc4_crtc_state->assigned_channel); in vc4_crtc_get_scanout_position()
261 * VC4 can only scan out to one encoder at a time, while the DRM core
294 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_config_pv() local
375 if (vc4->hvs->hvs5) in vc4_crtc_config_pv()
400 struct vc4_dev *vc4 = to_vc4_dev(dev); in require_hvs_enabled() local
628 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_crtc_handle_page_flip() local
693 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_async_page_flip_complete() local
726 up(&vc4->async_modeset); in vc4_async_page_flip_complete()
741 struct vc4_dev *vc4 = to_vc4_dev(dev); in vc4_async_page_flip() local
771 ret = down_interruptible(&vc4->async_modeset); in vc4_async_page_flip()
838 struct vc4_dev *vc4 = to_vc4_dev(crtc->dev); in vc4_crtc_destroy_state() local
844 spin_lock_irqsave(&vc4->hvs->mm_lock, flags); in vc4_crtc_destroy_state()
846 spin_unlock_irqrestore(&vc4->hvs->mm_lock, flags); in vc4_crtc_destroy_state()
1043 struct vc4_dev *vc4 = to_vc4_dev(drm); in vc4_crtc_init() local
1064 if (!vc4->hvs->hvs5) { in vc4_crtc_init()
1124 "vc4 crtc", vc4_crtc); in vc4_crtc_bind()