Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.h500 void intel_dp_set_m_n(const struct intel_crtc_state *crtc_state,
Dintel_dp.c6694 intel_dp_set_m_n(crtc_state, M1_N1); in intel_dp_set_drrs_state()
6697 intel_dp_set_m_n(crtc_state, M2_N2); in intel_dp_set_drrs_state()
Dintel_display.c6334 intel_dp_set_m_n(pipe_config, M1_N1); in ironlake_crtc_enable()
6460 intel_dp_set_m_n(pipe_config, M1_N1); in haswell_crtc_enable()
6864 intel_dp_set_m_n(pipe_config, M1_N1); in valleyview_crtc_enable()
6932 intel_dp_set_m_n(pipe_config, M1_N1); in i9xx_crtc_enable()
7679 void intel_dp_set_m_n(const struct intel_crtc_state *crtc_state, enum link_m_n_set m_n) in intel_dp_set_m_n() function