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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs690.c222 fixed20_12 worst_case_latency; member in struct:rs690_watermark
351 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
352 wm->worst_case_latency.full += read_delay_latency.full;
355 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
356 wm->worst_case_latency.full += read_delay_latency.full;
389 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
463 a.full = dfixed_mul(wm0.worst_case_latency,
469 a.full = dfixed_mul(wm0.worst_case_latency,
477 a.full = dfixed_mul(wm1.worst_case_latency,
483 a.full = dfixed_mul(wm1.worst_case_latency,
[all...]
H A Drv515.c931 fixed20_12 worst_case_latency; member in struct:rv515_watermark
1033 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
1034 wm->worst_case_latency.full += read_delay_latency.full;
1036 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full;
1069 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
1122 a.full = dfixed_mul(wm0.worst_case_latency,
1126 a.full = dfixed_mul(wm0.worst_case_latency,
1136 a.full = dfixed_mul(wm1.worst_case_latency,
1140 a.full = dfixed_mul(wm1.worst_case_latency,
1170 a.full = dfixed_mul(wm0.worst_case_latency,
[all...]

Completed in 60 milliseconds