From 6dfdeea213de141f7e6d9d2be22d340087f1729f Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 23 Aug 2021 14:53:00 -0400 Subject: [PATCH] panfrost: Remove unneeded quirks from T760 Will cause trouble later in the series when we start garbage collecting unneeded code. Signed-off-by: Alyssa Rosenzweig Cc: mesa-stable Part-of: --- src/panfrost/include/panfrost-quirks.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/panfrost/include/panfrost-quirks.h b/src/panfrost/include/panfrost-quirks.h index 5c9000647ce..cede8254dc0 100644 --- a/src/panfrost/include/panfrost-quirks.h +++ b/src/panfrost/include/panfrost-quirks.h @@ -98,9 +98,7 @@ panfrost_get_quirks(unsigned gpu_id, unsigned gpu_revision) return MIDGARD_QUIRKS | MIDGARD_NO_HIER_TILING; case 0x750: - /* Someone should investigate the broken loads? */ - return MIDGARD_QUIRKS | MIDGARD_NO_TYPED_BLEND_LOADS - | NO_BLEND_PACKS; + return MIDGARD_QUIRKS; case 0x860: case 0x880: