Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr100.c3213 int stop_req, max_stop_req; in r100_bandwidth_update() local
3461 max_stop_req = 0x5c; in r100_bandwidth_update()
3463 max_stop_req = 0x7c; in r100_bandwidth_update()
3472 if (stop_req > max_stop_req) in r100_bandwidth_update()
3473 stop_req = max_stop_req; in r100_bandwidth_update()
3494 The critical point should never be above max_stop_req-4. Setting in r100_bandwidth_update()
3497 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3552 if (stop_req > max_stop_req) in r100_bandwidth_update()
3553 stop_req = max_stop_req; in r100_bandwidth_update()
3603 if (max_stop_req in r100_bandwidth_update()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr100.c3210 int stop_req, max_stop_req; in r100_bandwidth_update() local
3458 max_stop_req = 0x5c; in r100_bandwidth_update()
3460 max_stop_req = 0x7c; in r100_bandwidth_update()
3469 if (stop_req > max_stop_req) in r100_bandwidth_update()
3470 stop_req = max_stop_req; in r100_bandwidth_update()
3491 The critical point should never be above max_stop_req-4. Setting in r100_bandwidth_update()
3494 if (max_stop_req - critical_point < 4) in r100_bandwidth_update()
3549 if (stop_req > max_stop_req) in r100_bandwidth_update()
3550 stop_req = max_stop_req; in r100_bandwidth_update()
3600 if (max_stop_req in r100_bandwidth_update()
[all...]

Completed in 10 milliseconds