radv: fix max_render_backends for Sienna Cichlid null winsys

This affects NGG culling.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13926>
This commit is contained in:
Rhys Perry 2021-11-23 14:27:46 +00:00 committed by Marge Bot
parent f67b09e37c
commit d5b41cbb4a

View file

@ -63,7 +63,7 @@ static const struct {
[CHIP_NAVI10] = {0x7310, 16, true},
[CHIP_NAVI12] = {0x7360, 8, true},
[CHIP_NAVI14] = {0x7340, 8, true},
[CHIP_SIENNA_CICHLID] = {0x73A0, 8, true},
[CHIP_SIENNA_CICHLID] = {0x73A0, 16, true},
[CHIP_VANGOGH] = {0x163F, 8, false},
[CHIP_NAVY_FLOUNDER] = {0x73C0, 8, true},
[CHIP_DIMGREY_CAVEFISH] = {0x73E0, 8, true},