fix am driver for gfx1201 (#9836)

This commit is contained in:
b1tg
2025-04-11 00:33:02 +08:00
committed by GitHub
parent 16956b79de
commit a35b475d18

View File

@@ -649,7 +649,7 @@ class KFDIface:
class AMAllocationMeta: owner:AMDDevice; mapped_devs:list[AMDDevice]; mapping:AMMapping # noqa: E702
class PCIIface:
supported_devs:list[int] = [0x744c, 0x7480]
supported_devs:list[int] = [0x744c, 0x7480, 0x7550]
vfio:bool = getenv("VFIO", 1) and HWInterface.exists("/dev/vfio/vfio")
vfio_fd:HWInterface
gpus:list[Any] = []