HomeSort by: relevance | last modified time | path
    Searched defs:worst_case_latency (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 268 fixed20_12 worst_case_latency; member in struct:rs690_watermark
415 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
416 wm->worst_case_latency.full += read_delay_latency.full;
419 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
420 wm->worst_case_latency.full += read_delay_latency.full;
453 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
493 a.full = dfixed_mul(wm0->worst_case_latency,
499 a.full = dfixed_mul(wm0->worst_case_latency,
507 a.full = dfixed_mul(wm1->worst_case_latency,
513 a.full = dfixed_mul(wm1->worst_case_latency,
    [all...]
radeon_rv515.c 951 fixed20_12 worst_case_latency; member in struct:rv515_watermark
1068 wm->worst_case_latency.full = dfixed_mul(a, chunk_time);
1069 wm->worst_case_latency.full += read_delay_latency.full;
1071 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full;
1104 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full;
1146 a.full = dfixed_mul(wm0->worst_case_latency,
1150 a.full = dfixed_mul(wm0->worst_case_latency,
1160 a.full = dfixed_mul(wm1->worst_case_latency,
1164 a.full = dfixed_mul(wm1->worst_case_latency,
1194 a.full = dfixed_mul(wm0->worst_case_latency,
    [all...]

Completed in 13 milliseconds