Re: [Intel-gfx] [PATCH] intel_error_decode: Inflate compressed error state

2014-11-24 Thread Rodrigo Vivi
both deflate and inflate was listed to -collector but got a hard conflict. If it is still needed please rebase it over -nightly On Fri, Oct 31, 2014 at 4:33 AM, Chris Wilson wrote: > Recent kernels compress the active objects using zlib + ascii85 > encoding. This adapts the tool to decompress tho

[Intel-gfx] [PATCH] intel_error_decode: Inflate compressed error state

2014-10-31 Thread Chris Wilson
Recent kernels compress the active objects using zlib + ascii85 encoding. This adapts the tool to decompress those inplace. Signed-off-by: Chris Wilson --- tools/Makefile.sources | 1 + tools/intel_error_decode.c | 93 ++ 2 files changed, 94 inser