Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_pm.c1095 int line_time_us, line_count; in g4x_compute_wm0() local
1121 line_time_us = ((htotal * 1000) / clock); in g4x_compute_wm0()
1122 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000; in g4x_compute_wm0()
1179 unsigned long line_time_us; in g4x_compute_srwm() local
1195 line_time_us = (htotal * 1000) / clock; in g4x_compute_srwm()
1196 line_count = (latency_ns / line_time_us + 1000) / 1000; in g4x_compute_srwm()
1420 unsigned long line_time_us; in i965_update_wm() local
1423 line_time_us = ((htotal * 1000) / clock); in i965_update_wm()
1426 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i965_update_wm()
1436 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) * in i965_update_wm()
[all …]