Re: [PATCH libdrm] etnaviv: fix BO cache to properly work with different flags

2017-12-15 Thread Christian Gmeiner
2017-12-15 11:30 GMT+01:00 Lucas Stach : > Currently if the oldest BO in a bucket has different flags than what we > look for we'll miss the cache.Fix this by iterating over the cached BOs > until we find the oldest one with matching flags. This improves the hit > ratio for some of the buckets. > >

Re: [PATCH libdrm] etnaviv: fix BO cache to properly work with different flags

2017-12-15 Thread Philipp Zabel
On Fri, 2017-12-15 at 11:30 +0100, Lucas Stach wrote: > Currently if the oldest BO in a bucket has different flags than what we > look for we'll miss the cache.Fix this by iterating over the cached BOs > until we find the oldest one with matching flags. This improves the hit > ratio for some of the