Home
last modified time | relevance | path

Searched refs:line_time_us (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c717 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()
[all …]
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_dpm.c159 u32 line_time_us, vblank_lines; in r600_dpm_get_vblank_time() local
166 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()