Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDrs690.c222 fixed20_12 worst_case_latency; member
351 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute()
352 wm->worst_case_latency.full += read_delay_latency.full; in rs690_crtc_bandwidth_compute()
355 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute()
356 wm->worst_case_latency.full += read_delay_latency.full; in rs690_crtc_bandwidth_compute()
389 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; in rs690_crtc_bandwidth_compute()
463 a.full = dfixed_mul(wm0.worst_case_latency, in rs690_bandwidth_update()
469 a.full = dfixed_mul(wm0.worst_case_latency, in rs690_bandwidth_update()
477 a.full = dfixed_mul(wm1.worst_case_latency, in rs690_bandwidth_update()
483 a.full = dfixed_mul(wm1.worst_case_latency, in rs690_bandwidth_update()
[all …]
HDrv515.c931 fixed20_12 worst_case_latency; member
1033 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute()
1034 wm->worst_case_latency.full += read_delay_latency.full; in rv515_crtc_bandwidth_compute()
1036 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full; in rv515_crtc_bandwidth_compute()
1069 estimated_width.full = tolerable_latency.full - wm->worst_case_latency.full; in rv515_crtc_bandwidth_compute()
1122 a.full = dfixed_mul(wm0.worst_case_latency, in rv515_bandwidth_avivo_update()
1126 a.full = dfixed_mul(wm0.worst_case_latency, in rv515_bandwidth_avivo_update()
1136 a.full = dfixed_mul(wm1.worst_case_latency, in rv515_bandwidth_avivo_update()
1140 a.full = dfixed_mul(wm1.worst_case_latency, in rv515_bandwidth_avivo_update()
1170 a.full = dfixed_mul(wm0.worst_case_latency, in rv515_bandwidth_avivo_update()
[all …]