Home
last modified time | relevance | path

Searched refs:post_crtc_enable (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_crtc.c534 if (vc4_encoder->post_crtc_enable) in vc4_crtc_atomic_enable()
535 vc4_encoder->post_crtc_enable(encoder); in vc4_crtc_atomic_enable()
Dvc4_drv.h449 void (*post_crtc_enable)(struct drm_encoder *encoder); member
Dvc4_hdmi.c1700 vc4_hdmi->encoder.base.post_crtc_enable = vc4_hdmi_encoder_post_crtc_enable; in vc4_hdmi_bind()