Searched refs:dp_m_n (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_dp_mst.c | 96 &pipe_config->dp_m_n); in intel_dp_mst_compute_config() 98 pipe_config->dp_m_n.tu = slots; in intel_dp_mst_compute_config()
|
D | intel_display.c | 6170 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL; in intel_dp_set_m_n() local 6173 dp_m_n = &crtc->config->dp_m_n; in intel_dp_set_m_n() 6181 dp_m_n = &crtc->config->dp_m2_n2; in intel_dp_set_m_n() 6188 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n); in intel_dp_set_m_n() 6190 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2); in intel_dp_set_m_n() 7962 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n); in intel_dp_get_m_n() 7965 &pipe_config->dp_m_n, in intel_dp_get_m_n() 10502 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, in intel_dump_pipe_config() 10503 pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n, in intel_dump_pipe_config() 10504 pipe_config->dp_m_n.tu); in intel_dump_pipe_config() [all …]
|
D | intel_ddi.c | 820 &pipe_config->dp_m_n); in skl_ddi_clock_get() 876 &pipe_config->dp_m_n); in hsw_ddi_clock_get()
|
D | intel_drv.h | 350 struct intel_link_m_n dp_m_n; member
|
D | intel_dp.c | 1464 &pipe_config->dp_m_n); in intel_dp_compute_config() 2267 &pipe_config->dp_m_n); in intel_dp_get_config()
|