diff mbox series

[2/2,SRU,J] drm/i915: Add new ADL-S pci id

Message ID 20220920090020.2066727-4-acelan.kao@canonical.com
State New
Headers show
Series Intel graphic driver is not probing[8086:468b] | expand

Commit Message

AceLan Kao Sept. 20, 2022, 9 a.m. UTC
From: José Roberto de Souza <jose.souza@intel.com>

BugLink: https://launchpad.net/bugs/1990242

New PCI id recently added.

BSpec: 53655
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Madhumitha Tolakanahalli Pradeep <madhumitha.tolakanahalli.pradeep@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220824133935.51560-1-jose.souza@intel.com
(cherry picked from commit 6215a7c8f55243779a44bc257af0e1b1bb928e76 linux-next)
Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
---
 include/drm/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index cb45af9f2c44..4c46f0569614 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -640,6 +640,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)