mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
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:
parent
638a09b827
commit
431a3cf239
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue