Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Drs690.c269 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rs690_crtc_bandwidth_compute() local
385 chunk_time.full = dfixed_mul(sclk, a); in rs690_crtc_bandwidth_compute()
387 chunk_time.full = dfixed_div(chunk_time, a); in rs690_crtc_bandwidth_compute()
399 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute()
403 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute()
422 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rs690_crtc_bandwidth_compute()
Drv515.c961 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rv515_crtc_bandwidth_compute() local
1048 chunk_time.full = dfixed_div(a, sclk); in rv515_crtc_bandwidth_compute()
1061 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute()
1064 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full; in rv515_crtc_bandwidth_compute()
1082 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rv515_crtc_bandwidth_compute()