artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a72277f
)
drm/i915: Add RPL-S PCI IDs
author
jsg
<jsg@openbsd.org>
Thu, 26 May 2022 01:36:02 +0000
(
01:36
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 26 May 2022 01:36:02 +0000
(
01:36
+0000)
From Tejas Upadhyay
756b807f6a3e01d238c346925006cdfd6a59e341
in mainline linux
sys/dev/pci/drm/include/drm/i915_pciids.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/drm/i915_pciids.h
b/sys/dev/pci/drm/include/drm/i915_pciids.h
index
533890d
..
0800dc8
100644
(file)
--- a/
sys/dev/pci/drm/include/drm/i915_pciids.h
+++ b/
sys/dev/pci/drm/include/drm/i915_pciids.h
@@
-679,6
+679,8
@@
INTEL_VGA_DEVICE(0xA782, info), \
INTEL_VGA_DEVICE(0xA783, info), \
INTEL_VGA_DEVICE(0xA788, info), \
- INTEL_VGA_DEVICE(0xA789, info)
+ INTEL_VGA_DEVICE(0xA789, info), \
+ INTEL_VGA_DEVICE(0xA78A, info), \
+ INTEL_VGA_DEVICE(0xA78B, info)
#endif /* _I915_PCIIDS_H */