Mesa (master): panfrost/decode: Remove pandecode_decode_fbd_type

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 12 23:24:38 UTC 2019


Module: Mesa
Branch: master
Commit: 23b230d72ff4c367050ae0fcc11a2eb5542600f5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=23b230d72ff4c367050ae0fcc11a2eb5542600f5

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Fri Jul 12 08:45:36 2019 -0700

panfrost/decode: Remove pandecode_decode_fbd_type

It is unused.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

 src/panfrost/pandecode/decode.c | 8 --------
 1 file changed, 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 */
 




More information about the mesa-commit mailing list