Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dr100.c3213 int stop_req, max_stop_req; in r100_bandwidth_update() local
3461 max_stop_req = 0x5c; in r100_bandwidth_update()
3463 max_stop_req = 0x7c; in r100_bandwidth_update()
3472 if (stop_req > max_stop_req) in r100_bandwidth_update()
3473 stop_req = max_stop_req; in r100_bandwidth_update()
3497 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3552 if (stop_req > max_stop_req) in r100_bandwidth_update()
3553 stop_req = max_stop_req; in r100_bandwidth_update()
3603 if (max_stop_req - critical_point2 < 4) in r100_bandwidth_update()