Skip to content

Commit fbdabb1

Browse files
fix: Update ATS-M device id
Signed-off-by: Filip Hazubski <[email protected]> Source: 9123b5d
1 parent 8521075 commit fbdabb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/source/dll/devices/devices_base.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ NAMEDDEVICE(0x56A5, Dg2HwConfig, "Intel(R) Arc(TM) A380 Graphics")
5959
NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics")
6060
NAMEDDEVICE(0x56C0, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170")
6161
NAMEDDEVICE(0x56C1, Dg2HwConfig, "Intel(R) Data Center GPU Flex 140")
62-
NAMEDDEVICE(0x56C2, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170G")
62+
NAMEDDEVICE(0x56C2, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170V")
6363
#endif
6464
#ifdef SUPPORT_MTL
6565
DEVICE(0x7D40, MtlHwConfig)

0 commit comments

Comments
 (0)