Searched refs:line_time_us (Results 1 – 3 of 3) sorted by relevance
121 u32 line_time_us, vblank_lines; in amdgpu_dpm_get_vblank_time() local128 line_time_us = (amdgpu_crtc->hw_mode.crtc_htotal * 1000) / in amdgpu_dpm_get_vblank_time()133 vblank_time_us = vblank_lines * line_time_us; in amdgpu_dpm_get_vblank_time()
692 int line_time_us, line_count; in g4x_compute_wm0() local719 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() local795 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() local1436 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()[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()