aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2024-05-10 14:22:19 +0300
committerJani Nikula <[email protected]>2024-05-15 19:04:07 +0300
commitbfbda472276704d7b7f065a646a67b30b7a89730 (patch)
treeb1026152c5dbdd9c23970b59ea360a5be273610f /include
parentaa3d586e16242ada8e865f79249e4b6ac0c7704c (diff)
drm/i915/pciids: remove 11 from INTEL_ICL_IDS()
Most other PCI ID macros do not encode the gen in the name. Follow suit for ICL. Cc: Bjorn Helgaas <[email protected]> Cc: [email protected] Reviewed-by: Rodrigo Vivi <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/36973674bf333dfdd7cd32ae656754bfa150022b.1715340032.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/drm/i915_pciids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 0c5a20d59801..ecfd7f71e2e7 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -597,7 +597,7 @@
INTEL_VGA_DEVICE(0x8A70, info), \
INTEL_VGA_DEVICE(0x8A71, info)
-#define INTEL_ICL_11_IDS(info) \
+#define INTEL_ICL_IDS(info) \
INTEL_ICL_PORT_F_IDS(info), \
INTEL_VGA_DEVICE(0x8A51, info), \
INTEL_VGA_DEVICE(0x8A5D, info)