panfrost: Enable AFBC support on Bifrost

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8125>
This commit is contained in:
Boris Brezillon 2020-12-14 11:43:22 +01:00
parent 8a677cea0a
commit 8a9b2ef82d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
| MIDGARD_MISSING_LOADS)
/* TODO: AFBC on Bifrost */
#define BIFROST_QUIRKS (IS_BIFROST | NO_BLEND_PACKS | MIDGARD_NO_AFBC)
#define BIFROST_QUIRKS (IS_BIFROST | NO_BLEND_PACKS)
static inline unsigned
panfrost_get_quirks(unsigned gpu_id, unsigned gpu_revision)