From: Lucas De Marchi Date: Wed, 7 Oct 2020 00:22:03 +0000 (-0700) Subject: drm/i915/dg1: add more PCI ids X-Git-Tag: v5.11-rc1~206^2~14^2~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b50b7991b739c6d63658e3324a01eaa0fafe8b7f;p=thirdparty%2Fkernel%2Flinux.git drm/i915/dg1: add more PCI ids Synchronize with the current list of DG1 PCI IDs. Signed-off-by: Lucas De Marchi Reviewed-by: Matt Roper Link: https://patchwork.freedesktop.org/patch/msgid/20201007002210.3678024-1-lucas.demarchi@intel.com --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 7eeecb07c9a1f..095463ff7cb90 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -624,6 +624,9 @@ /* DG1 */ #define INTEL_DG1_IDS(info) \ - INTEL_VGA_DEVICE(0x4905, info) + INTEL_VGA_DEVICE(0x4905, info), \ + INTEL_VGA_DEVICE(0x4906, info), \ + INTEL_VGA_DEVICE(0x4907, info), \ + INTEL_VGA_DEVICE(0x4908, info) #endif /* _I915_PCIIDS_H */