Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r100.c3232 int stop_req, max_stop_req; in r100_bandwidth_update() local
3483 max_stop_req = 0x5c; in r100_bandwidth_update()
3485 max_stop_req = 0x7c; in r100_bandwidth_update()
3494 if (stop_req > max_stop_req) in r100_bandwidth_update()
3495 stop_req = max_stop_req; in r100_bandwidth_update()
3519 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3574 if (stop_req > max_stop_req) in r100_bandwidth_update()
3575 stop_req = max_stop_req; in r100_bandwidth_update()
3625 if (max_stop_req - critical_point2 < 4) in r100_bandwidth_update()