mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 23:41:13 +00:00
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 <alyssa@collabora.com> Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11383>
This commit is contained in:
parent
6b7b8eb046
commit
6dfdeea213
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user