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

/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dr100.c3318 int stop_req, max_stop_req; local
3554 max_stop_req = 0x5c;
3556 max_stop_req = 0x7c;
3565 if (stop_req > max_stop_req)
3566 stop_req = max_stop_req;
3587 The critical point should never be above max_stop_req-4. Setting
3590 if (max_stop_req - critical_point < 4)
3645 if (stop_req > max_stop_req)
3646 stop_req = max_stop_req;
3696 if (max_stop_req
[all...]

Completed in 183 milliseconds