Lines Matching refs:htotal
711 unsigned int htotal, in intel_wm_method2() argument
722 if (WARN_ON_ONCE(htotal == 0)) in intel_wm_method2()
723 htotal = 1; in intel_wm_method2()
725 ret = (latency * pixel_rate) / (htotal * 10000); in intel_wm_method2()
1101 int clock, htotal, cpp, width, wm; in g4x_compute_wm() local
1128 htotal = adjusted_mode->crtc_htotal; in g4x_compute_wm()
1136 wm = intel_wm_method2(clock, htotal, width, cpp, latency); in g4x_compute_wm()
1144 large = intel_wm_method2(clock, htotal, width, cpp, latency); in g4x_compute_wm()
1561 unsigned int htotal, in vlv_wm_method2() argument
1568 ret = intel_wm_method2(pixel_rate, htotal, in vlv_wm_method2()
1598 int clock, htotal, cpp, width, wm; in vlv_compute_wm_level() local
1608 htotal = adjusted_mode->crtc_htotal; in vlv_compute_wm_level()
1620 wm = vlv_wm_method2(clock, htotal, width, cpp, in vlv_compute_wm_level()
2184 int htotal = adjusted_mode->crtc_htotal; in i965_update_wm() local
2189 entries = intel_wm_method2(clock, htotal, in i965_update_wm()
2199 entries = intel_wm_method2(clock, htotal, in i965_update_wm()
2340 int htotal = adjusted_mode->crtc_htotal; in i9xx_update_wm() local
2350 entries = intel_wm_method2(clock, htotal, hdisplay, cpp, in i9xx_update_wm()
2422 unsigned int htotal, in ilk_wm_method2() argument
2429 ret = intel_wm_method2(pixel_rate, htotal, in ilk_wm_method2()