pan/bi: Lower transcendentals on G71

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8894>
This commit is contained in:
Alyssa Rosenzweig
2021-02-05 21:53:11 -05:00
committed by Marge Bot
parent c4f26d12f9
commit b5c79e6d9f

View File

@@ -43,6 +43,8 @@ static inline unsigned
bifrost_get_quirks(unsigned product_id)
{
switch (product_id >> 8) {
case 0x60:
return BIFROST_NO_PRELOAD | BIFROST_NO_FP32_TRANSCENDENTALS;
case 0x62:
return BIFROST_NO_PRELOAD;
case 0x70: