Re: [PATCH] libxl: extend IGD check

2024-11-29 Thread Anthony PERARD
On Fri, Nov 29, 2024 at 02:00:10AM +0100, Marek Marczykowski-Górecki wrote: > Consider also "Display controller" an IGD, not only "VGA compatible > controller". Specifically, IGD on Raptor Lake has 0x038000 class, not > 0x03. > > Signed-off-by: Marek Marczykowski-Górecki Acked-by: Anthony PER

[PATCH] libxl: extend IGD check

2024-11-28 Thread Marek Marczykowski-Górecki
Consider also "Display controller" an IGD, not only "VGA compatible controller". Specifically, IGD on Raptor Lake has 0x038000 class, not 0x03. Signed-off-by: Marek Marczykowski-Górecki --- tools/libs/light/libxl_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools