drm/i915/rkl: Add RKL platform info and PCI ids
Introduce the basic platform definition, macros, and PCI IDs. Bspec: 44501 Cc: Lucas De Marchi <lucas.demarchi@intel.com> Cc: Caz Yokoyama <caz.yokoyama@intel.com> Cc: Aditya Swarup <aditya.swarup@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Acked-by: Caz Yokoyama <caz.yokoyama@intel.com> Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200504225227.464666-2-matthew.d.roper@intel.com
This commit is contained in:

committed by
Lucas De Marchi

parent
6ad249ba59
commit
123f62de41
@@ -605,4 +605,13 @@
|
||||
INTEL_VGA_DEVICE(0x9AD9, info), \
|
||||
INTEL_VGA_DEVICE(0x9AF8, info)
|
||||
|
||||
/* RKL */
|
||||
#define INTEL_RKL_IDS(info) \
|
||||
INTEL_VGA_DEVICE(0x4C80, info), \
|
||||
INTEL_VGA_DEVICE(0x4C8A, info), \
|
||||
INTEL_VGA_DEVICE(0x4C8B, info), \
|
||||
INTEL_VGA_DEVICE(0x4C8C, info), \
|
||||
INTEL_VGA_DEVICE(0x4C90, info), \
|
||||
INTEL_VGA_DEVICE(0x4C9A, info)
|
||||
|
||||
#endif /* _I915_PCIIDS_H */
|
||||
|
Reference in New Issue
Block a user