Searched refs:dp_m_n (Results 1 – 5 of 5) sorted by relevance
/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 | 7281 struct intel_link_m_n *dp_m_n, *dp_m2_n2 = NULL; in intel_dp_set_m_n() local 7284 dp_m_n = &crtc->config->dp_m_n; in intel_dp_set_m_n() 7292 dp_m_n = &crtc->config->dp_m2_n2; in intel_dp_set_m_n() 7299 intel_pch_transcoder_set_m_n(crtc, &crtc->config->dp_m_n); in intel_dp_set_m_n() 7301 intel_cpu_transcoder_set_m_n(crtc, dp_m_n, dp_m2_n2); in intel_dp_set_m_n() 9061 intel_pch_transcoder_get_m_n(crtc, &pipe_config->dp_m_n); in intel_dp_get_m_n() 9064 &pipe_config->dp_m_n, in intel_dp_get_m_n() 12044 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, in intel_dump_pipe_config() 12045 pipe_config->dp_m_n.link_m, pipe_config->dp_m_n.link_n, in intel_dump_pipe_config() 12046 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()
|