Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dr100.c3318 int stop_req, max_stop_req; in r100_bandwidth_update() local
3554 max_stop_req = 0x5c; in r100_bandwidth_update()
3556 max_stop_req = 0x7c; in r100_bandwidth_update()
3565 if (stop_req > max_stop_req) in r100_bandwidth_update()
3566 stop_req = max_stop_req; in r100_bandwidth_update()
3590 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3645 if (stop_req > max_stop_req) in r100_bandwidth_update()
3646 stop_req = max_stop_req; in r100_bandwidth_update()
3696 if (max_stop_req - critical_point2 < 4) in r100_bandwidth_update()