[Mesa-dev] [PATCH 0/5] Bifrost decoding support

2019-05-18 Thread Alyssa Rosenzweig
This patch series updates pandecode to work with Bifrost traces, wiring in disassembly and eliminating #ifdef BIFROST shenanigans. Paired with a current panwrap, this enables tracing Bifrost (Dvalin) and then decoding reliably with upstream pandecode. Alyssa Rosenzweig (5): panfrost/decode: Disa

Re: [Mesa-dev] [PATCH 0/5] Bifrost decoding support

2019-05-18 Thread Ryan Houdek
Makes me think that in the future we should start splitting out midgard and bifrost specific things in to their own files for the decoder. Alas that isn't today so this patch series is Reviewed-by: Ryan Houdek < sonicadvan...@gmail.com> On Sat, May 18, 2019 at 2:53 PM Alyssa Rosenzweig wrote: >