Re: [Mesa-dev] [PATCH] winsys/radeon: fix relocs caching

2012-09-18 Thread Marek Olšák
Well spotted! Thanks a lot. Reviewed-by: Marek Olšák This patch should also be marked as a candidate for stable branches. Marek On Wed, Sep 19, 2012 at 2:09 AM, Vadim Girlin wrote: > Don't cache pointers to elements of reallocatable array. > In some circumstances it caused false cache hits re

[Mesa-dev] [PATCH] winsys/radeon: fix relocs caching

2012-09-18 Thread Vadim Girlin
Don't cache pointers to elements of reallocatable array. In some circumstances it caused false cache hits resulting in incorrect command stream and gpu lockup. Signed-off-by: Vadim Girlin --- Fixes lockups with "longprim" test for me and probably some other random issues. src/gallium/winsys/ra