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

/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c3211 int stop_req, max_stop_req; local
3459 max_stop_req = 0x5c;
3461 max_stop_req = 0x7c;
3470 if (stop_req > max_stop_req)
3471 stop_req = max_stop_req;
3492 The critical point should never be above max_stop_req-4. Setting
3495 if (max_stop_req - critical_point < 4)
3550 if (stop_req > max_stop_req)
3551 stop_req = max_stop_req;
3601 if (max_stop_req
[all...]

Completed in 190 milliseconds