Message ID | 20240326094820.3828528-1-ravi.kumar.vodapalli@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915: Add new pciid's to DG2 platform | expand |
On Tue, 26 Mar 2024, Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com> wrote: > New pciid's are added in Bspec for DG2 platform drm/i915 subject prefix does not match the patch, which is for xe. Do the i915 PCI IDs also need updating? And please call them PCI IDs instead of "pciid's". BR, Jani. > > Bspec: 44477 > Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com> > --- > include/drm/xe_pciids.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h > index ab4a8987ac65..c7fc288dacee 100644 > --- a/include/drm/xe_pciids.h > +++ b/include/drm/xe_pciids.h > @@ -134,7 +134,9 @@ > MACRO__(0x5692, ## __VA_ARGS__), \ > MACRO__(0x56A0, ## __VA_ARGS__), \ > MACRO__(0x56A1, ## __VA_ARGS__), \ > - MACRO__(0x56A2, ## __VA_ARGS__) > + MACRO__(0x56A2, ## __VA_ARGS__), \ > + MACRO__(0x56BE, ## __VA_ARGS__), \ > + MACRO__(0x56BF, ## __VA_ARGS__) > > #define XE_DG2_G11_IDS(MACRO__, ...) \ > MACRO__(0x5693, ## __VA_ARGS__), \
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index ab4a8987ac65..c7fc288dacee 100644 --- a/include/drm/xe_pciids.h +++ b/include/drm/xe_pciids.h @@ -134,7 +134,9 @@ MACRO__(0x5692, ## __VA_ARGS__), \ MACRO__(0x56A0, ## __VA_ARGS__), \ MACRO__(0x56A1, ## __VA_ARGS__), \ - MACRO__(0x56A2, ## __VA_ARGS__) + MACRO__(0x56A2, ## __VA_ARGS__), \ + MACRO__(0x56BE, ## __VA_ARGS__), \ + MACRO__(0x56BF, ## __VA_ARGS__) #define XE_DG2_G11_IDS(MACRO__, ...) \ MACRO__(0x5693, ## __VA_ARGS__), \
New pciid's are added in Bspec for DG2 platform Bspec: 44477 Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com> --- include/drm/xe_pciids.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)