mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
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:
parent
89e3c3a826
commit
c420db1665
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue