Lines Matching refs:htotal
691 int htotal, hdisplay, clock, pixel_size; in g4x_compute_wm0() local
704 htotal = adjusted_mode->crtc_htotal; in g4x_compute_wm0()
719 line_time_us = max(htotal * 1000 / clock, 1); in g4x_compute_wm0()
777 int hdisplay, htotal, pixel_size, clock; in g4x_compute_srwm() local
791 htotal = adjusted_mode->crtc_htotal; in g4x_compute_srwm()
795 line_time_us = max(htotal * 1000 / clock, 1); in g4x_compute_srwm()
934 int clock, htotal, pixel_size, width, wm; in vlv_compute_wm_level() local
944 htotal = crtc->config->base.adjusted_mode.crtc_htotal; in vlv_compute_wm_level()
946 if (WARN_ON(htotal == 0)) in vlv_compute_wm_level()
947 htotal = 1; in vlv_compute_wm_level()
958 wm = vlv_wm_method2(clock, htotal, width, pixel_size, in vlv_compute_wm_level()
1430 int htotal = adjusted_mode->crtc_htotal; in i965_update_wm() local
1436 line_time_us = max(htotal * 1000 / clock, 1); in i965_update_wm()
1577 int htotal = adjusted_mode->crtc_htotal; in i9xx_update_wm() local
1583 line_time_us = max(htotal * 1000 / clock, 1); in i9xx_update_wm()