Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_crtc.c580 if (vc4_encoder->pre_crtc_configure) in vc4_crtc_atomic_enable()
581 vc4_encoder->pre_crtc_configure(encoder, state); in vc4_crtc_atomic_enable()
Dvc4_drv.h446 void (*pre_crtc_configure)(struct drm_encoder *encoder, struct drm_atomic_state *state); member
Dvc4_hdmi.c2119 vc4_hdmi->encoder.base.pre_crtc_configure = vc4_hdmi_encoder_pre_crtc_configure; in vc4_hdmi_bind()