From: Abdiel Janulgue Date: Mon, 13 Jul 2020 18:23:18 +0000 (-0700) Subject: drm/i915/dg1: Add DG1 PCI IDs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd38cdb8110533f7c7150e79f18b716fd2981e8c;p=linux.git drm/i915/dg1: Add DG1 PCI IDs Add the PCI ID for DG1, but keep it out of the table we use to register the driver. At this point we can't consider the driver ready to bind to the device since we basically miss support for everything. When more support is merged we can enable it to work partially for example as a display-only driver. v2: remove DG1 from the pci table and reword commit message (Lucas) Bspec: 44463 Cc: Matthew Auld Cc: James Ausmus Cc: Joonas Lahtinen Cc: Matt Roper Signed-off-by: Abdiel Janulgue Signed-off-by: Lucas De Marchi Reviewed-by: José Roberto de Souza # v1 Acked-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200713182321.12390-3-lucas.demarchi@intel.com --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index d6cb28992ba08..96e408b4bdc9f 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -618,4 +618,8 @@ INTEL_VGA_DEVICE(0x4C90, info), \ INTEL_VGA_DEVICE(0x4C9A, info) +/* DG1 */ +#define INTEL_DG1_IDS(info) \ + INTEL_VGA_DEVICE(0x4905, info) + #endif /* _I915_PCIIDS_H */