vfio/igd: add ID's for ElkhartLake and TigerLake

ElkhartLake and TigerLake devices were tested in legacy mode with Linux
and Windows VMs. Both are working properly. It's likely that other Intel
GPUs of gen 11 and 12 like IceLake device are working too. However,
we're only adding known good devices for now.

Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
Corvin Köhne 2024-08-28 15:43:26 +02:00 committed by Cédric Le Goater
parent 11b5ce95be
commit 9c86b9fb43
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@ static int igd_gen(VFIOPCIDevice *vdev)
case 0x2200:
case 0x5900:
return 8;
/* ElkhartLake */
case 0x4500:
return 11;
/* TigerLake */
case 0x9A00:
return 12;
}
/*