Searched refs:line_time_us (Results 1 – 2 of 2) sorted by relevance
717 int line_time_us, line_count; in g4x_compute_wm0() local744 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() local820 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() local1205 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()[all …]
159 u32 line_time_us, vblank_lines; in r600_dpm_get_vblank_time() local166 line_time_us = (radeon_crtc->hw_mode.crtc_htotal * 1000) / in r600_dpm_get_vblank_time()171 vblank_time_us = vblank_lines * line_time_us; in r600_dpm_get_vblank_time()