panfrost/decode: Remove pandecode_decode_fbd_type
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 12 Jul 2019 15:45:36 +0000 (08:45 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 12 Jul 2019 23:23:52 +0000 (16:23 -0700)
It is unused.

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

index 24dd8372c23a8d2ce38083d8bd164b65190d6009..2828348b719d7e1d8284372f777ef151d04216f6 100644 (file)
@@ -438,14 +438,6 @@ pandecode_mfbd_block_format(enum mali_mfbd_block_format fmt)
 }
 #undef DEFINE_CASE
 
-static inline char *
-pandecode_decode_fbd_type(enum mali_fbd_type type)
-{
-        if (type == MALI_SFBD)      return "SFBD";
-        else if (type == MALI_MFBD) return "MFBD";
-        else return "WATFBD /* XXX */";
-}
-
 /* Midgard's tiler descriptor is embedded within the
  * larger FBD */