Searched refs:chunk_time (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | rs690.c | 280 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rs690_crtc_bandwidth_compute() local 396 chunk_time.full = dfixed_mul(sclk, a); in rs690_crtc_bandwidth_compute() 398 chunk_time.full = dfixed_div(chunk_time, a); in rs690_crtc_bandwidth_compute() 410 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute() 414 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rs690_crtc_bandwidth_compute() 433 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rs690_crtc_bandwidth_compute()
|
D | rv515.c | 931 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rv515_crtc_bandwidth_compute() local 1018 chunk_time.full = dfixed_div(a, sclk); in rv515_crtc_bandwidth_compute() 1031 wm->worst_case_latency.full = dfixed_mul(a, chunk_time); in rv515_crtc_bandwidth_compute() 1034 wm->worst_case_latency.full = chunk_time.full + read_delay_latency.full; in rv515_crtc_bandwidth_compute() 1052 tolerable_latency.full = dfixed_mul(tolerable_latency, chunk_time); in rv515_crtc_bandwidth_compute()
|