Lines Matching refs:line_time_us
692 int line_time_us, line_count; in g4x_compute_wm0() local
719 line_time_us = max(htotal * 1000 / clock, 1); in g4x_compute_wm0()
720 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000; in g4x_compute_wm0()
778 unsigned long line_time_us; in g4x_compute_srwm() local
795 line_time_us = max(htotal * 1000 / clock, 1); in g4x_compute_srwm()
796 line_count = (latency_ns / line_time_us + 1000) / 1000; in g4x_compute_srwm()
1433 unsigned long line_time_us; in i965_update_wm() local
1436 line_time_us = max(htotal * 1000 / clock, 1); in i965_update_wm()
1439 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i965_update_wm()
1449 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i965_update_wm()
1580 unsigned long line_time_us; in i9xx_update_wm() local
1583 line_time_us = max(htotal * 1000 / clock, 1); in i9xx_update_wm()
1586 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i9xx_update_wm()