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

/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c3210 int stop_req, max_stop_req; local
3458 max_stop_req = 0x5c;
3460 max_stop_req = 0x7c;
3469 if (stop_req > max_stop_req)
3470 stop_req = max_stop_req;
3491 The critical point should never be above max_stop_req-4. Setting
3494 if (max_stop_req - critical_point < 4)
3549 if (stop_req > max_stop_req)
3550 stop_req = max_stop_req;
3600 if (max_stop_req
[all...]

Completed in 120 milliseconds