Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr100.c3214 int stop_req, max_stop_req; in r100_bandwidth_update() local
3462 stop_req = mode1->hdisplay * pixel_bytes1 / 16; in r100_bandwidth_update()
3464 if (stop_req > max_stop_req) in r100_bandwidth_update()
3465 stop_req = max_stop_req; in r100_bandwidth_update()
3499 temp |= (stop_req << RADEON_GRPH_STOP_REQ_SHIFT); in r100_bandwidth_update()
3502 (stop_req > 0x15)) { in r100_bandwidth_update()
3503 stop_req -= 0x10; in r100_bandwidth_update()
3505 temp |= (stop_req << RADEON_GRPH_START_REQ_SHIFT); in r100_bandwidth_update()
3542 stop_req = mode2->hdisplay * pixel_bytes2 / 16; in r100_bandwidth_update()
3544 if (stop_req > max_stop_req) in r100_bandwidth_update()
[all …]