Lines Matching refs:line_time_us
717 int line_time_us, line_count; in g4x_compute_wm0() local
744 line_time_us = max(htotal * 1000 / clock, 1); in g4x_compute_wm0()
745 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000; in g4x_compute_wm0()
803 unsigned long line_time_us; in g4x_compute_srwm() local
820 line_time_us = max(htotal * 1000 / clock, 1); in g4x_compute_srwm()
821 line_count = (latency_ns / line_time_us + 1000) / 1000; in g4x_compute_srwm()
1202 unsigned long line_time_us; in i965_update_wm() local
1205 line_time_us = max(htotal * 1000 / clock, 1); in i965_update_wm()
1208 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i965_update_wm()
1218 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i965_update_wm()
1350 unsigned long line_time_us; in i9xx_update_wm() local
1353 line_time_us = max(htotal * 1000 / clock, 1); in i9xx_update_wm()
1356 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i9xx_update_wm()