winsys/radeon: reduce BO cache timeout
authorGrigori Goronzy <greg@chown.ath.cx>
Wed, 24 Jun 2015 01:40:38 +0000 (03:40 +0200)
committerGrigori Goronzy <greg@chown.ath.cx>
Wed, 24 Jun 2015 12:33:40 +0000 (14:33 +0200)
commit390f94e3581384838595185a06d5943089d3f9ab
tree0e13bc9eda0512af1f896378d4ed1d82c3c8d630
parent29aaab2b5f55cc6d9a84f58ce2bb8607e76a9dde
winsys/radeon: reduce BO cache timeout

1000 ms is an extreme value for typical interactive loads. A large
cache has some disadvantages. Search for reusable BOs can take a long
time and memory might get exhausted.

Let's be rather conservative and use half of the old value,
500ms. This is beneficial to some loads on my test system and there
are no regressions.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/winsys/radeon/drm/radeon_drm_winsys.c