From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Lucas De Marchi" <lucas.demarchi@intel.com>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Tvrtko Ursulin" <tursulin@ursulin.net>
Subject: [PATCH v2 0/3] drm/i915 & drm/xe: shared PCI ID macros
Date: Tue, 22 Oct 2024 12:41:48 +0300 [thread overview]
Message-ID: <cover.1729590029.git.jani.nikula@intel.com> (raw)
Revisiting [1].
BR,
Jani.
[1] https://lore.kernel.org/r/cover.1725297097.git.jani.nikula@intel.com
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Tvrtko Ursulin <tursulin@ursulin.net>
Jani Nikula (3):
drm/i915/pciids: add PVC PCI ID macros
drm/intel/pciids: rename i915_pciids.h to just pciids.h
drm/xe: switch to common PCI ID macros
arch/x86/kernel/early-quirks.c | 2 +-
.../drm/i915/display/intel_display_device.c | 2 +-
drivers/gpu/drm/i915/i915_pci.c | 2 +-
drivers/gpu/drm/i915/intel_device_info.c | 2 +-
drivers/gpu/drm/xe/xe_pci.c | 53 ++--
include/drm/intel/{i915_pciids.h => pciids.h} | 22 +-
include/drm/intel/xe_pciids.h | 234 ------------------
7 files changed, 46 insertions(+), 271 deletions(-)
rename include/drm/intel/{i915_pciids.h => pciids.h} (97%)
delete mode 100644 include/drm/intel/xe_pciids.h
--
2.39.5
next reply other threads:[~2024-10-22 9:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 9:41 Jani Nikula [this message]
2024-10-22 9:41 ` [PATCH v2 1/3] drm/i915/pciids: add PVC PCI ID macros Jani Nikula
2024-10-22 9:41 ` [PATCH v2 2/3] drm/intel/pciids: rename i915_pciids.h to just pciids.h Jani Nikula
2024-10-22 15:03 ` Andi Shyti
2024-10-29 8:50 ` Jani Nikula
2024-10-22 9:41 ` [PATCH v2 3/3] drm/xe: switch to common PCI ID macros Jani Nikula
2024-10-22 9:47 ` ✓ CI.Patch_applied: success for drm/i915 & drm/xe: shared PCI ID macros (rev2) Patchwork
2024-10-22 9:48 ` ✗ CI.checkpatch: warning " Patchwork
2024-10-22 9:49 ` ✓ CI.KUnit: success " Patchwork
2024-10-22 10:00 ` ✓ CI.Build: " Patchwork
2024-10-22 10:03 ` ✓ CI.Hooks: " Patchwork
2024-10-22 10:04 ` ✗ CI.checksparse: warning " Patchwork
2024-10-22 10:26 ` ✓ CI.BAT: success " Patchwork
2024-10-22 12:01 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2024-10-22 12:01 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-10-22 12:12 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-10-22 12:52 ` ✗ CI.FULL: " Patchwork
2024-10-22 15:04 ` [PATCH v2 0/3] drm/i915 & drm/xe: shared PCI ID macros Andi Shyti
2024-10-29 8:51 ` Jani Nikula
2024-10-29 13:32 ` Rodrigo Vivi
2024-10-29 14:35 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1729590029.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=joonas.lahtinen@linux.intel.com \
--cc=lucas.demarchi@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=thomas.hellstrom@linux.intel.com \
--cc=tursulin@ursulin.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.