Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/radeon/
Dr100.c3209 int stop_req, max_stop_req; in r100_bandwidth_update() local
3457 max_stop_req = 0x5c; in r100_bandwidth_update()
3459 max_stop_req = 0x7c; in r100_bandwidth_update()
3468 if (stop_req > max_stop_req) in r100_bandwidth_update()
3469 stop_req = max_stop_req; in r100_bandwidth_update()
3493 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3548 if (stop_req > max_stop_req) in r100_bandwidth_update()
3549 stop_req = max_stop_req; in r100_bandwidth_update()
3599 if (max_stop_req - critical_point2 < 4) in r100_bandwidth_update()