Searched refs:consumption_time (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rs690.c | 269 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rs690_crtc_bandwidth_compute() local 327 consumption_time.full = dfixed_div(pclk, b); in rs690_crtc_bandwidth_compute() 329 consumption_time.full = pclk.full; in rs690_crtc_bandwidth_compute() 332 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rs690_crtc_bandwidth_compute() 438 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rs690_crtc_bandwidth_compute()
|
D | rv515.c | 961 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; in rv515_crtc_bandwidth_compute() local 1016 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute() 1018 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute() 1021 wm->consumption_rate.full = dfixed_div(a, consumption_time); in rv515_crtc_bandwidth_compute() 1098 estimated_width.full = dfixed_div(estimated_width, consumption_time); in rv515_crtc_bandwidth_compute()
|