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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs690.c223 fixed20_12 consumption_rate; member in struct:rs690_watermark
284 wm->consumption_rate.full = dfixed_div(a, consumption_time);
460 if (wm0.consumption_rate.full > fill_rate.full) {
461 b.full = wm0.consumption_rate.full - fill_rate.full;
464 wm0.consumption_rate);
470 wm0.consumption_rate);
474 if (wm1.consumption_rate.full > fill_rate.full) {
475 b.full = wm1.consumption_rate.full - fill_rate.full;
478 wm1.consumption_rate);
484 wm1.consumption_rate);
[all...]
H A Drv515.c932 fixed20_12 consumption_rate; member in struct:rv515_watermark
993 wm->consumption_rate.full = dfixed_div(a, consumption_time);
1117 if (wm0.consumption_rate.full > fill_rate.full) {
1118 b.full = wm0.consumption_rate.full - fill_rate.full;
1123 wm0.consumption_rate);
1127 wm0.consumption_rate);
1131 if (wm1.consumption_rate.full > fill_rate.full) {
1132 b.full = wm1.consumption_rate.full - fill_rate.full;
1137 wm1.consumption_rate);
1141 wm1.consumption_rate);
[all...]

Completed in 114 milliseconds