Re: [Mesa-dev] [PATCH 00/11] Make aubinator_error_decode support extra buffers

2017-11-12 Thread Chris Wilson
Quoting Kenneth Graunke (2017-11-12 08:35:01) > The only downside - and it's a pretty major one - is that I eliminated > support for error states generated on pre-4.10 kernels. The code to > handle that was already a giant mess, and I wasn't sure how to do this > rework without making it even more

[Mesa-dev] [PATCH 00/11] Make aubinator_error_decode support extra buffers

2017-11-12 Thread Kenneth Graunke
Hello, This series does a pretty substantial rework of aubinator_error_decode (the new error state decoder). The first few patches fix a whole bunch of bugs in the decoding, where we parsed the file wrong, decoded the wrong data in the wrong places, or decoded non-batch data as commands (generall