Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c121 u32 line_time_us, vblank_lines; in amdgpu_dpm_get_vblank_time() local
128 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()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c692 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()
[all …]
/linux-4.4.14/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()