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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs690.c238 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; local
279 consumption_time.full = dfixed_div(pclk, b);
281 consumption_time.full = pclk.full;
284 wm->consumption_rate.full = dfixed_div(a, consumption_time);
390 estimated_width.full = dfixed_div(estimated_width, consumption_time);
H A Drv515.c947 fixed20_12 consumption_time, line_time, chunk_time, read_delay_latency; local
988 consumption_time.full = dfixed_div(pclk, b);
990 consumption_time.full = pclk.full;
993 wm->consumption_rate.full = dfixed_div(a, consumption_time);
1070 estimated_width.full = dfixed_div(estimated_width, consumption_time);

Completed in 53 milliseconds