Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c462 if (vc4_encoder && vc4_encoder->post_crtc_powerdown) in vc4_crtc_disable()
463 vc4_encoder->post_crtc_powerdown(encoder); in vc4_crtc_disable()
H A Dvc4_drv.h451 void (*post_crtc_powerdown)(struct drm_encoder *encoder); member
H A Dvc4_hdmi.c1767 vc4_hdmi->encoder.base.post_crtc_powerdown = vc4_hdmi_encoder_post_crtc_powerdown; in vc4_hdmi_bind()
/kernel/linux/linux-6.6/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()
565 * post_crtc_powerdown will have called pm_runtime_put, so we in vc4_crtc_disable_at_boot()
H A Dvc4_drv.h471 void (*post_crtc_powerdown)(struct drm_encoder *encoder, struct drm_atomic_state *state); member
H A Dvc4_hdmi.c3668 vc4_hdmi->encoder.post_crtc_powerdown = vc4_hdmi_encoder_post_crtc_powerdown; in vc4_hdmi_bind()

Completed in 15 milliseconds