Searched refs:consumption_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 338 consumption_time.full = dfixed_div(pclk, b); in rs690_crtc_bandwidth_compute() 340 consumption_time.full = pclk.full; in rs690_crtc_bandwidth_compute() 343 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rs690_crtc_bandwidth_compute() 449 estimated_width.full = dfixed_div(estimated_width, consumption_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 986 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute() 988 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute() 991 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute() 1068 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
|