Skip to content

Commit fd38cdb

Browse files
Abdiel Janulguelucasdemarchi
authored andcommitted
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 <[email protected]> Cc: James Ausmus <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Matt Roper <[email protected]> Signed-off-by: Abdiel Janulgue <[email protected]> Signed-off-by: Lucas De Marchi <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]> # v1 Acked-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 05e2658 commit fd38cdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/drm/i915_pciids.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,8 @@
618618
INTEL_VGA_DEVICE(0x4C90, info), \
619619
INTEL_VGA_DEVICE(0x4C9A, info)
620620

621+
/* DG1 */
622+
#define INTEL_DG1_IDS(info) \
623+
INTEL_VGA_DEVICE(0x4905, info)
624+
621625
#endif /* _I915_PCIIDS_H */

0 commit comments

Comments
 (0)