Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c508 if (vc4_encoder && vc4_encoder->post_crtc_powerdown) in vc4_crtc_disable()
509 vc4_encoder->post_crtc_powerdown(encoder, state); in vc4_crtc_disable()
H A Dvc4_drv.h472 void (*post_crtc_powerdown)(struct drm_encoder *encoder, struct drm_atomic_state *state); member
H A Dvc4_hdmi.c3680 vc4_hdmi->encoder.post_crtc_powerdown = vc4_hdmi_encoder_post_crtc_powerdown; in vc4_hdmi_bind()