Home
last modified time | relevance | path

Searched refs:post_pll_disable (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_drv.h243 void (*post_pll_disable)(struct intel_encoder *, member
Dintel_hdmi.c2442 intel_encoder->post_pll_disable = chv_hdmi_post_pll_disable; in intel_hdmi_init()
Dintel_dp.c6324 intel_encoder->post_pll_disable = chv_dp_post_pll_disable; in intel_dp_init()
Dintel_display.c5496 if (encoder->post_pll_disable) in intel_encoders_post_pll_disable()
5497 encoder->post_pll_disable(encoder, old_crtc_state, old_conn_state); in intel_encoders_post_pll_disable()