mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-06 01:30:35 +02:00
radv/winsys: fill real info for CHIP_GFX1100
From my AMD Radeon 7900 XT. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20476>
This commit is contained in:
parent
d944959fbf
commit
bbad550f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ static const struct {
|
|||
[CHIP_VANGOGH] = {0x163F, 8, false},
|
||||
[CHIP_NAVI22] = {0x73C0, 8, true},
|
||||
[CHIP_NAVI23] = {0x73E0, 8, true},
|
||||
[CHIP_GFX1100] = {0xdead, 8, true}, /* TODO: fill with real info. */
|
||||
[CHIP_GFX1100] = {0x73BF, 24, true},
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue