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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c1173 int line_time_us, line_count; local
1199 line_time_us = ((htotal * 1000) / clock);
1200 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000;
1257 unsigned long line_time_us; local
1273 line_time_us = (htotal * 1000) / clock;
1274 line_count = (latency_ns / line_time_us + 1000) / 1000;
1498 unsigned long line_time_us; local
1501 line_time_us = ((htotal * 1000) / clock);
1504 entries = (((sr_latency_ns / line_time_us) + 1000) / 1000) *
1514 entries = (((sr_latency_ns / line_time_us)
1617 unsigned long line_time_us; local
1750 unsigned long line_time_us; local
2694 unsigned long line_time_us; local
[all...]

Completed in 23 milliseconds