diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-10-07 03:22:03 +0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2020-10-07 23:51:18 +0300 |
commit | b50b7991b739c6d63658e3324a01eaa0fafe8b7f (patch) | |
tree | 5a310c47d2b1d9037ea15f34cf0b0a4ec78567df /include/drm/i915_pciids.h | |
parent | cf72562094a0930ea158ca6e7c4eab9c71deab2a (diff) | |
download | linux-b50b7991b739c6d63658e3324a01eaa0fafe8b7f.tar.xz |
drm/i915/dg1: add more PCI ids
Synchronize with the current list of DG1 PCI IDs.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201007002210.3678024-1-lucas.demarchi@intel.com
Diffstat (limited to 'include/drm/i915_pciids.h')
-rw-r--r-- | include/drm/i915_pciids.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 7eeecb07c9a1..095463ff7cb9 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 */ |