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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c1096 int line_time_us, line_count; local
1122 line_time_us = ((htotal * 1000) / clock);
1123 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000;
1180 unsigned long line_time_us; local
1196 line_time_us = (htotal * 1000) / clock;
1197 line_count = (latency_ns / line_time_us + 1000) / 1000;
1421 unsigned long line_time_us; local
1424 line_time_us = ((htotal * 1000) / clock);
1427 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) *
1437 entries = (((sr_latency_ns / line_time_us)
1540 unsigned long line_time_us; local
1669 unsigned long line_time_us; local
2086 unsigned long line_time_us; local
[all...]

Completed in 55 milliseconds