panfrost: Readd MIDGARD_SHADERLESS quirk to t760

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reported-by: Icecream95 <ixn@keemail.me>
Fixes: e53d27de61 ("panfrost: Add quirks for blend shader types")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5289>
This commit is contained in:
Alyssa Rosenzweig
2020-06-01 18:32:41 -04:00
committed by Marge Bot
parent 46183a999b
commit 6d00eaf733
+1 -1
View File
@@ -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: