Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c537 if (vc4_encoder->pre_crtc_configure) in vc4_crtc_atomic_enable()
538 vc4_encoder->pre_crtc_configure(encoder); in vc4_crtc_atomic_enable()
H A Dvc4_drv.h446 void (*pre_crtc_configure)(struct drm_encoder *encoder); member
H A Dvc4_hdmi.c1763 vc4_hdmi->encoder.base.pre_crtc_configure = vc4_hdmi_encoder_pre_crtc_configure; in vc4_hdmi_bind()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c639 if (vc4_encoder->pre_crtc_configure) in vc4_crtc_atomic_enable()
640 vc4_encoder->pre_crtc_configure(encoder, state); in vc4_crtc_atomic_enable()
H A Dvc4_drv.h466 void (*pre_crtc_configure)(struct drm_encoder *encoder, struct drm_atomic_state *state); member
H A Dvc4_hdmi.c3664 vc4_hdmi->encoder.pre_crtc_configure = vc4_hdmi_encoder_pre_crtc_configure; in vc4_hdmi_bind()

Completed in 14 milliseconds