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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Drs690.c218 fixed20_12 worst_case_latency; member in struct:rs690_watermark
344 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
345 wm->worst_case_latency.full += read_delay_latency.full;
348 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
349 wm->worst_case_latency.full += read_delay_latency.full;
382 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
456 a.full = dfixed_mul(wm0.worst_case_latency,
462 a.full = dfixed_mul(wm0.worst_case_latency,
470 a.full = dfixed_mul(wm1.worst_case_latency,
476 a.full = dfixed_mul(wm1.worst_case_latency,
[all...]
H A Drv515.c774 fixed20_12 worst_case_latency; member in struct:rv515_watermark
875 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
876 wm->worst_case_latency.full += read_delay_latency.full;
878 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full;
911 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
964 a.full = dfixed_mul(wm0.worst_case_latency,
968 a.full = dfixed_mul(wm0.worst_case_latency,
978 a.full = dfixed_mul(wm1.worst_case_latency,
982 a.full = dfixed_mul(wm1.worst_case_latency,
1016 a.full = dfixed_mul(wm0.worst_case_latency,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c218 fixed20_12 worst_case_latency; member in struct:rs690_watermark
344 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
345 wm->worst_case_latency.full += read_delay_latency.full;
348 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
349 wm->worst_case_latency.full += read_delay_latency.full;
382 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
456 a.full = dfixed_mul(wm0.worst_case_latency,
462 a.full = dfixed_mul(wm0.worst_case_latency,
470 a.full = dfixed_mul(wm1.worst_case_latency,
476 a.full = dfixed_mul(wm1.worst_case_latency,
[all...]
H A Drv515.c774 fixed20_12 worst_case_latency; member in struct:rv515_watermark
875 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
876 wm->worst_case_latency.full += read_delay_latency.full;
878 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full;
911 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
964 a.full = dfixed_mul(wm0.worst_case_latency,
968 a.full = dfixed_mul(wm0.worst_case_latency,
978 a.full = dfixed_mul(wm1.worst_case_latency,
982 a.full = dfixed_mul(wm1.worst_case_latency,
1016 a.full = dfixed_mul(wm0.worst_case_latency,
[all...]

Completed in 129 milliseconds