pan/decode: Treat RESERVED swizzles as errors
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 20 Aug 2019 20:58:55 +0000 (13:58 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 21 Aug 2019 15:40:54 +0000 (08:40 -0700)
We've never seen them, so if they come up in trace, we want to draw
attention to that.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/pandecode/decode.c

index 208f4103c756cbb2ff69c2059aa20db0e2d80c1d..a0c5f94defb455c9020b4bc7e6d091ce374b1cc5 100644 (file)
@@ -442,8 +442,6 @@ pandecode_channel(enum mali_channel channel)
                 DEFINE_CASE(ALPHA);
                 DEFINE_CASE(ZERO);
                 DEFINE_CASE(ONE);
-                DEFINE_CASE(RESERVED_0);
-                DEFINE_CASE(RESERVED_1);
 
         default:
                 pandecode_msg("XXX: invalid channel %X\n", channel);