Home
last modified time | relevance | path

Searched refs:post_crtc_enable (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c553 if (vc4_encoder->post_crtc_enable) in vc4_crtc_atomic_enable()
554 vc4_encoder->post_crtc_enable(encoder); in vc4_crtc_atomic_enable()
H A Dvc4_drv.h448 void (*post_crtc_enable)(struct drm_encoder *encoder); member
H A Dvc4_hdmi.c1765 vc4_hdmi->encoder.base.post_crtc_enable = vc4_hdmi_encoder_post_crtc_enable; in vc4_hdmi_bind()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c655 if (vc4_encoder->post_crtc_enable) in vc4_crtc_atomic_enable()
656 vc4_encoder->post_crtc_enable(encoder, state); in vc4_crtc_atomic_enable()
H A Dvc4_drv.h468 void (*post_crtc_enable)(struct drm_encoder *encoder, struct drm_atomic_state *state); member
H A Dvc4_hdmi.c3666 vc4_hdmi->encoder.post_crtc_enable = vc4_hdmi_encoder_post_crtc_enable; in vc4_hdmi_bind()

Completed in 15 milliseconds