radv/winsys: add null winsys entries for Sienna Cichild/Navy Flounder

We don't know the PCI ID yet.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6257>
This commit is contained in:
Samuel Pitoiset 2020-08-10 13:28:10 +02:00 committed by Marge Bot
parent 638a09b827
commit 431a3cf239

View file

@ -63,6 +63,9 @@ static const struct {
[CHIP_NAVI10] = { 0x7310, 16 },
[CHIP_NAVI12] = { 0x7360, 8 },
[CHIP_NAVI14] = { 0x7340, 8 },
/* TODO: fill with real info. */
[CHIP_SIENNA_CICHLID] = { 0xffff, 8 },
[CHIP_NAVY_FLOUNDER] = { 0xffff, 8 },
};
static void radv_null_winsys_query_info(struct radeon_winsys *rws,