radv/winsys: fill real PCIID for Sienna Cichlid and Navy Flounder

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7685>
This commit is contained in:
Samuel Pitoiset 2020-11-19 12:16:54 +01:00
parent bac6cc586f
commit 0c8cee39f4

View file

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