summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-07-12 08:45:36 -0700
committerAlyssa Rosenzweig <[email protected]>2019-07-12 16:23:52 -0700
commit23b230d72ff4c367050ae0fcc11a2eb5542600f5 (patch)
tree615bd36937fde68187343dca65ab239d2fec1169 /src
parent9eea8423a0da2f64691e6f23507cbd9ff4eb9a08 (diff)
panfrost/decode: Remove pandecode_decode_fbd_type
It is unused. Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/panfrost/pandecode/decode.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c
index 24dd8372c23..2828348b719 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -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 */