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:
committed by
Marge Bot
parent
46183a999b
commit
6d00eaf733
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user