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

/openbsd-current/sys/dev/pci/drm/radeon/
H A Drs690.c263 fixed20_12 worst_case_latency; member in struct:rs690_watermark
410 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
411 wm->worst_case_latency.full += read_delay_latency.full;
414 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
415 wm->worst_case_latency.full += read_delay_latency.full;
448 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
488 a.full = dfixed_mul(wm0->worst_case_latency,
494 a.full = dfixed_mul(wm0->worst_case_latency,
502 a.full = dfixed_mul(wm1->worst_case_latency,
508 a.full = dfixed_mul(wm1->worst_case_latency,
[all...]
H A Drv515.c914 fixed20_12 worst_case_latency; member in struct:rv515_watermark
1031 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
1032 wm->worst_case_latency.full += read_delay_latency.full;
1034 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full;
1067 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
1109 a.full = dfixed_mul(wm0->worst_case_latency,
1113 a.full = dfixed_mul(wm0->worst_case_latency,
1123 a.full = dfixed_mul(wm1->worst_case_latency,
1127 a.full = dfixed_mul(wm1->worst_case_latency,
1157 a.full = dfixed_mul(wm0->worst_case_latency,
[all...]

Completed in 192 milliseconds