Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr100.c3223 int stop_req, max_stop_req; in r100_bandwidth_update() local
3480 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3482 if (stop_req > max_stop_req) in r100_bandwidth_update()
3483 stop_req = max_stop_req; in r100_bandwidth_update()
3520 (stop_req > 0x15)) { in r100_bandwidth_update()
3521 stop_req -= 0x10; in r100_bandwidth_update()
3560 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()
3562 if (stop_req > max_stop_req) in r100_bandwidth_update()
3563 stop_req = max_stop_req; in r100_bandwidth_update()
3576 (stop_req > 0x15)) { in r100_bandwidth_update()
[all …]