mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
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:
parent
bac6cc586f
commit
0c8cee39f4
1 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue