Home
last modified time | relevance | path

Searched refs:gmch_n (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_dp.c648 uint32_t gmch_n; member
671 m_n->gmch_n = link_clock * nlanes; in intel_dp_compute_m_n()
672 intel_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n); in intel_dp_compute_m_n()
723 I915_WRITE(TRANSDATA_N1(pipe), m_n.gmch_n); in intel_dp_set_m_n()
730 I915_WRITE(PIPE_GMCH_DATA_N(pipe), m_n.gmch_n); in intel_dp_set_m_n()
Dintel_display.c3287 u32 gmch_n; member
3309 m_n->gmch_n = link_clock * nlanes * 8; in ironlake_compute_m_n()
3310 fdi_reduce_ratio(&m_n->gmch_m, &m_n->gmch_n); in ironlake_compute_m_n()
5133 I915_WRITE(PIPE_DATA_N1(pipe), m_n.gmch_n); in intel_crtc_mode_set()