diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 10:39:32 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-02 10:39:32 +0000 |
commit | fda2724f4a198df3b9b63bf9ee5f82e19940b598 (patch) | |
tree | a5c6288606d2e5f6642126deeb9b535dbea052b8 /sys/dev | |
parent | a4114c7063870c0722610054a720bc97e0bec6c4 (diff) |
drm/i915: Add new ADL-S pci id
From Jose Roberto de Souza
in drm-intel-next
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/include/drm/i915_pciids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/include/drm/i915_pciids.h b/sys/dev/pci/drm/include/drm/i915_pciids.h index a7b5eea7ffa..19fc5d35ca3 100644 --- a/sys/dev/pci/drm/include/drm/i915_pciids.h +++ b/sys/dev/pci/drm/include/drm/i915_pciids.h @@ -641,6 +641,7 @@ INTEL_VGA_DEVICE(0x4682, info), \ INTEL_VGA_DEVICE(0x4688, info), \ INTEL_VGA_DEVICE(0x468A, info), \ + INTEL_VGA_DEVICE(0x468B, info), \ INTEL_VGA_DEVICE(0x4690, info), \ INTEL_VGA_DEVICE(0x4692, info), \ INTEL_VGA_DEVICE(0x4693, info) |