artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2543b2
)
drm/i915: ATS-M device ID update
author
jsg
<jsg@openbsd.org>
Tue, 9 Apr 2024 01:14:35 +0000
(
01:14
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 9 Apr 2024 01:14:35 +0000
(
01:14
+0000)
From Haridhar Kalvala
5032c607e886e0c40749a05d37b835c1757d38ff
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
803e194
..
8539a1e
100644
(file)
--- a/
sys/dev/pci/drm/include/drm/i915_pciids.h
+++ b/
sys/dev/pci/drm/include/drm/i915_pciids.h
@@
-742,7
+742,8
@@
INTEL_DG2_G12_IDS(info)
#define INTEL_ATS_M150_IDS(info) \
- INTEL_VGA_DEVICE(0x56C0, info)
+ INTEL_VGA_DEVICE(0x56C0, info), \
+ INTEL_VGA_DEVICE(0x56C2, info)
#define INTEL_ATS_M75_IDS(info) \
INTEL_VGA_DEVICE(0x56C1, info)