From 6d00eaf733395323ef06efd08851e49de35ba845 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 1 Jun 2020 18:32:41 -0400 Subject: [PATCH] panfrost: Readd MIDGARD_SHADERLESS quirk to t760 Signed-off-by: Alyssa Rosenzweig Reported-by: Icecream95 Fixes: e53d27de61b ("panfrost: Add quirks for blend shader types") Part-of: --- src/panfrost/include/panfrost-quirks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/include/panfrost-quirks.h b/src/panfrost/include/panfrost-quirks.h index 10ea38f7cc2..c4b03a165aa 100644 --- a/src/panfrost/include/panfrost-quirks.h +++ b/src/panfrost/include/panfrost-quirks.h @@ -96,7 +96,7 @@ panfrost_get_quirks(unsigned gpu_id) case 0x750: /* Someone should investigate the broken loads? */ return MIDGARD_QUIRKS | MIDGARD_NO_TYPED_BLEND_LOADS - | NO_BLEND_PACKS; + | NO_BLEND_PACKS | MIDGARD_SHADERLESS; case 0x860: case 0x880: -- 2.30.2