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

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

Completed in 248 milliseconds