Searched refs:dp_m_n (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dp_mst.c | 89 &pipe_config->dp_m_n); in intel_dp_mst_compute_config() 91 pipe_config->dp_m_n.tu = slots; in intel_dp_mst_compute_config()
|
D | intel_display.c | 7279 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL; in intel_dp_set_m_n() local 7282 dp_m_n = &crtc->config->dp_m_n; in intel_dp_set_m_n() 7290 dp_m_n = &crtc->config->dp_m2_n2; in intel_dp_set_m_n() 7297 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n); in intel_dp_set_m_n() 7299 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2); in intel_dp_set_m_n() 9039 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n); in intel_dp_get_m_n() 9042 &pipe_config->dp_m_n, in intel_dp_get_m_n() 12021 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, in intel_dump_pipe_config() 12022 pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n, in intel_dump_pipe_config() 12023 pipe_config->dp_m_n.tu); in intel_dump_pipe_config() [all …]
|
D | intel_drv.h | 423 struct intel_link_m_n dp_m_n; member
|
D | intel_dp.c | 1519 &pipe_config->dp_m_n); in intel_dp_compute_config() 2331 &pipe_config->dp_m_n); in intel_dp_get_config()
|
D | intel_ddi.c | 1044 &pipe_config->dp_m_n); in ddi_dotclock_get()
|