panfrost: Remove unused MIDGARD_NO_AFBC quirk

This is not Midgard-specific and is handled outside of the quirks
infrastructure now.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13497>
This commit is contained in:
Alyssa Rosenzweig 2021-10-05 16:09:27 -04:00
parent 68a7fafe2a
commit be5456e116
1 changed files with 3 additions and 5 deletions

View File

@ -62,8 +62,7 @@
/* Has some missing formats for typed loads */
#define MIDGARD_MISSING_LOADS (1 << 9)
/* Lack support for AFBC */
#define MIDGARD_NO_AFBC (1 << 10)
/* bit 10 unused */
/* Does this GPU support anisotropic filtering? */
#define HAS_ANISOTROPIC (1 << 11)
@ -86,12 +85,11 @@ panfrost_get_quirks(unsigned gpu_id, unsigned gpu_revision)
case 0x620:
return MIDGARD_QUIRKS | MIDGARD_SFBD
| MIDGARD_NO_TYPED_BLEND_LOADS
| NO_BLEND_PACKS | MIDGARD_NO_AFBC
| NO_TILE_ENABLE_MAP;
| NO_BLEND_PACKS | NO_TILE_ENABLE_MAP;
case 0x720:
return MIDGARD_QUIRKS | MIDGARD_SFBD | MIDGARD_NO_HIER_TILING
| MIDGARD_NO_AFBC | NO_TILE_ENABLE_MAP;
| NO_TILE_ENABLE_MAP;
case 0x820:
case 0x830: