Searched refs:gmch_n (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c947 uint32_t gmch_n; member in struct:cdv_intel_dp_m_n
977 m_n->gmch_n = link_clock * nlanes; cdv_intel_dp_compute_m_n()
978 cdv_intel_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n); cdv_intel_dp_compute_m_n()
1031 REG_WRITE(PIPE_GMCH_DATA_N(pipe), m_n.gmch_n); cdv_intel_dp_set_m_n()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_display.c7124 &m_n->gmch_m, &m_n->gmch_n); intel_link_compute_m_n()
7238 I915_WRITE(PCH_TRANS_DATA_N1(pipe), m_n->gmch_n); intel_pch_transcoder_set_m_n()
7254 I915_WRITE(PIPE_DATA_N1(transcoder), m_n->gmch_n); intel_cpu_transcoder_set_m_n()
7265 I915_WRITE(PIPE_DATA_N2(transcoder), m2_n2->gmch_n); intel_cpu_transcoder_set_m_n()
7271 I915_WRITE(PIPE_DATA_N_G4X(pipe), m_n->gmch_n); intel_cpu_transcoder_set_m_n()
8988 m_n->gmch_n = I915_READ(PCH_TRANS_DATA_N1(pipe)); intel_pch_transcoder_get_m_n()
9007 m_n->gmch_n = I915_READ(PIPE_DATA_N1(transcoder)); intel_cpu_transcoder_get_m_n()
9020 m2_n2->gmch_n = I915_READ(PIPE_DATA_N2(transcoder)); intel_cpu_transcoder_get_m_n()
9029 m_n->gmch_n = I915_READ(PIPE_DATA_N_G4X(pipe)); intel_cpu_transcoder_get_m_n()
12012 DRM_DEBUG_KMS("fdi/pch: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n", intel_dump_pipe_config()
12015 pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n, intel_dump_pipe_config()
12018 DRM_DEBUG_KMS("dp: %i, lanes: %i, gmch_m: %u, gmch_n: %u, link_m: %u, link_n: %u, tu: %u\n", intel_dump_pipe_config()
12021 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, intel_dump_pipe_config()
12029 pipe_config->dp_m2_n2.gmch_n, intel_dump_pipe_config()
12396 intel_compare_m_n(m_n->gmch_m, m_n->gmch_n, intel_compare_link_m_n()
12397 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) && intel_compare_link_m_n()
12452 current_config->name.gmch_n, \ intel_pipe_config_compare()
12457 pipe_config->name.gmch_n, \ intel_pipe_config_compare()
12474 current_config->name.gmch_n, \ intel_pipe_config_compare()
12479 current_config->alt_name.gmch_n, \ intel_pipe_config_compare()
12484 pipe_config->name.gmch_n, \ intel_pipe_config_compare()
H A Di915_drv.h426 uint32_t gmch_n; member in struct:intel_link_m_n

Completed in 414 milliseconds