mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
panfrost/decode: Remove pandecode_decode_fbd_type
It is unused. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
9eea8423a0
commit
23b230d72f
1 changed files with 0 additions and 8 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue