All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] vfio/igd: sync PCI IDs with i915
@ 2025-02-06 12:13 Corvin Köhne
  2025-02-06 12:13 ` [PATCH 1/4] include/standard-headers: add PCI IDs for Intel GPUs Corvin Köhne
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Corvin Köhne @ 2025-02-06 12:13 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Williamson, Cornelia Huck, Cédric Le Goater,
	Michael S. Tsirkin, Paolo Bonzini, Corvin Köhne

From: Corvin Köhne <c.koehne@beckhoff.com>

Hi,

we're currently maintaining an own list of PCI IDs to match the generation of
Intels integrated graphic devices. Linux maintains a list too. It's list is
more recent, contains the full PCI ID of all devices and ships some macros to
easily match them. This patch series imports the PCI ID list from Linux and
reuses it.

Best regards,
Corvin

Corvin Köhne (4):
  include/standard-headers: add PCI IDs for Intel GPUs
  scripts/update-linux-headers: include PCI ID header for Intel GPUs
  vfio/igd: use PCI ID defines to detect IGD gen
  vfio/igd: sync GPU generation with i915 kernel driver

 hw/vfio/igd.c                               |  81 +-
 include/standard-headers/drm/intel/pciids.h | 834 ++++++++++++++++++++
 scripts/update-linux-headers.sh             |   6 +
 3 files changed, 886 insertions(+), 35 deletions(-)
 create mode 100644 include/standard-headers/drm/intel/pciids.h

-- 
2.48.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-02-07 18:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 12:13 [PATCH 0/4] vfio/igd: sync PCI IDs with i915 Corvin Köhne
2025-02-06 12:13 ` [PATCH 1/4] include/standard-headers: add PCI IDs for Intel GPUs Corvin Köhne
2025-02-06 12:13 ` [PATCH 2/4] scripts/update-linux-headers: include PCI ID header " Corvin Köhne
2025-02-06 15:21   ` Cornelia Huck
2025-02-06 12:13 ` [PATCH 3/4] vfio/igd: use PCI ID defines to detect IGD gen Corvin Köhne
2025-02-06 21:26   ` Alex Williamson
2025-02-07  7:47     ` Corvin Köhne
2025-02-07  8:08       ` Corvin Köhne
2025-02-06 12:13 ` [PATCH 4/4] vfio/igd: sync GPU generation with i915 kernel driver Corvin Köhne
2025-02-07 18:09   ` Tomita Moeko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.