HomeSort by: relevance | last modified time | path
    Searched defs:max_stop_req (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 3232 int stop_req, max_stop_req; local
3483 max_stop_req = 0x5c;
3485 max_stop_req = 0x7c;
3494 if (stop_req > max_stop_req)
3495 stop_req = max_stop_req;
3516 The critical point should never be above max_stop_req-4. Setting
3519 if (max_stop_req - critical_point < 4)
3574 if (stop_req > max_stop_req)
3575 stop_req = max_stop_req;
3625 if (max_stop_req - critical_point2 < 4
    [all...]

Completed in 72 milliseconds