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

/drivers/gpu/drm/radeon/
H A Drs690.c234 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; local
275 consumption_time.full = dfixed_div(pclk, b);
277 consumption_time.full = pclk.full;
280 wm->consumption_rate.full = dfixed_div(a, consumption_time);
384 estimated_width.full = dfixed_div(estimated_width, consumption_time);
H A Drv515.c821 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; local
862 consumption_time.full = dfixed_div(pclk, b);
864 consumption_time.full = pclk.full;
867 wm->consumption_rate.full = dfixed_div(a, consumption_time);
944 estimated_width.full = dfixed_div(estimated_width, consumption_time);

Completed in 22 milliseconds