panfrost: Adjust quirks for bifrost v6

The G72, which is a bifrost v6, supports fast operations. The selection
should probably be done on a per-GPU basis instead of forcing this quirk
for all v6 GPUs.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6885>
This commit is contained in:
Boris Brezillon 2020-09-23 11:05:31 +02:00 committed by Marge Bot
parent 89e3c3a826
commit c420db1665

View file

@ -45,8 +45,7 @@ bifrost_get_quirks(unsigned product_id)
{
switch (product_id >> 12) {
case 6: /* 1st gen */
return BIFROST_NO_PRELOAD |
BIFROST_NO_FAST_OP;
return BIFROST_NO_PRELOAD;
case 7: /* 2nd gen */
case 8: /* 3rd gen */