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:
committed by
Marge Bot
parent
d944959fbf
commit
bbad550f3d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user