Searched refs:post_crtc_disable (Results 1 – 3 of 3) sorted by relevance
456 if (vc4_encoder && vc4_encoder->post_crtc_disable) in vc4_crtc_disable()457 vc4_encoder->post_crtc_disable(encoder); in vc4_crtc_disable()
450 void (*post_crtc_disable)(struct drm_encoder *encoder); member
1764 vc4_hdmi->encoder.base.post_crtc_disable = vc4_hdmi_encoder_post_crtc_disable; in vc4_hdmi_bind()