Home
last modified time | relevance | path

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

/openbmc/linux/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.h467 void (*pre_crtc_configure)(struct drm_encoder *encoder, struct drm_atomic_state *state); member
H A Dvc4_hdmi.c3676 vc4_hdmi->encoder.pre_crtc_configure = vc4_hdmi_encoder_pre_crtc_configure; in vc4_hdmi_bind()