Home
last modified time | relevance | path

Searched refs: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
3563 stop_req = mode1->hdisplay * pixel_bytes1 / 16; 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()
3603 (stop_req > 0x15)) { in r100_bandwidth_update()
3604 stop_req -= 0x10; in r100_bandwidth_update()
3643 stop_req = mode2->hdisplay * pixel_bytes2 / 16; 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()
3659 (stop_req > 0x15)) { in r100_bandwidth_update()
[all …]