Lines Matching refs:gmch_m
6015 &m_n->gmch_m, &m_n->gmch_n); in intel_link_compute_m_n()
6128 I915_WRITE(PCH_TRANS_DATA_M1(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m); in intel_pch_transcoder_set_m_n()
6144 I915_WRITE(PIPE_DATA_M1(transcoder), TU_SIZE(m_n->tu) | m_n->gmch_m); in intel_cpu_transcoder_set_m_n()
6155 TU_SIZE(m2_n2->tu) | m2_n2->gmch_m); in intel_cpu_transcoder_set_m_n()
6161 I915_WRITE(PIPE_DATA_M_G4X(pipe), TU_SIZE(m_n->tu) | m_n->gmch_m); in intel_cpu_transcoder_set_m_n()
7909 m_n->gmch_m = I915_READ(PCH_TRANS_DATA_M1(pipe)) in intel_pch_transcoder_get_m_n()
7928 m_n->gmch_m = I915_READ(PIPE_DATA_M1(transcoder)) in intel_cpu_transcoder_get_m_n()
7941 m2_n2->gmch_m = I915_READ(PIPE_DATA_M2(transcoder)) in intel_cpu_transcoder_get_m_n()
7950 m_n->gmch_m = I915_READ(PIPE_DATA_M_G4X(pipe)) in intel_cpu_transcoder_get_m_n()
10497 pipe_config->fdi_m_n.gmch_m, pipe_config->fdi_m_n.gmch_n, in intel_dump_pipe_config()
10502 pipe_config->dp_m_n.gmch_m, pipe_config->dp_m_n.gmch_n, in intel_dump_pipe_config()
10508 pipe_config->dp_m2_n2.gmch_m, in intel_dump_pipe_config()
11006 PIPE_CONF_CHECK_I(fdi_m_n.gmch_m); in intel_pipe_config_compare()
11015 PIPE_CONF_CHECK_I(dp_m_n.gmch_m); in intel_pipe_config_compare()
11022 PIPE_CONF_CHECK_I(dp_m2_n2.gmch_m); in intel_pipe_config_compare()
11029 PIPE_CONF_CHECK_I_ALT(dp_m_n.gmch_m, dp_m2_n2.gmch_m); in intel_pipe_config_compare()