projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf72562
)
drm/i915/dg1: add more PCI ids
author
Lucas De Marchi
<lucas.demarchi@intel.com>
Wed, 7 Oct 2020 00:22:03 +0000
(17:22 -0700)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Wed, 7 Oct 2020 20:51:18 +0000
(13:51 -0700)
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
include/drm/i915_pciids.h
patch
|
blob
|
history
diff --git
a/include/drm/i915_pciids.h
b/include/drm/i915_pciids.h
index 7eeecb07c9a1f4e6cac50bcac5336910e7133f84..095463ff7cb907397e93eebcb7c4d88403c19d2b 100644
(file)
--- 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 */