Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr100.c3230 int stop_req, max_stop_req; in r100_bandwidth_update() local
3478 max_stop_req = 0x5c; in r100_bandwidth_update()
3480 max_stop_req = 0x7c; in r100_bandwidth_update()
3489 if (stop_req > max_stop_req) in r100_bandwidth_update()
3490 stop_req = max_stop_req; in r100_bandwidth_update()
3514 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3569 if (stop_req > max_stop_req) in r100_bandwidth_update()
3570 stop_req = max_stop_req; in r100_bandwidth_update()
3620 if (max_stop_req - critical_point2 < 4) in r100_bandwidth_update()