pan/decode: Validate MFBD tags
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 21 Aug 2019 19:06:50 +0000 (12:06 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 22 Aug 2019 19:53:10 +0000 (12:53 -0700)
commitf06e8f7fe9f809bdecb9efeed13f9831e908b2d7
tree8b795c88a1b8ed4eae8cc0a2daed1604e3c3442a
parent0c313419a02266c784118c879f57880f34087935
pan/decode: Validate MFBD tags

These tags need to match up with what's actually described by the MFBD,
so check this. Once this is checked, since the type and contents of the
FBD are obvious from printing above, there's no need to explicitly mark
off the framebuffer line.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_mfbd.c
src/panfrost/include/panfrost-job.h
src/panfrost/pandecode/decode.c