Reviewed-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> On Wed, 2017-06-07 at 11:24 -0700, Anusha Srivatsa wrote: > Add PCI Ids for U Skus of Coffeelake. > > v2: Use intel_coffeelake_gt3_info, in accordance to- > Rodrigo's patch: > https://patchwork.freedesktop.org/patch/160148/ > > v3: Renove unused INTEL_CFL_IDS(Rodrigo). > > Cc: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> > --- > drivers/gpu/drm/i915/i915_pci.c | 1 + > include/drm/i915_pciids.h | 6 ++++++ > 2 files changed, 7 insertions(+) > > diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c > index d0ca63a..fbe89bf 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -493,6 +493,7 @@ static const struct pci_device_id pciidlist[] = { > INTEL_CNL_IDS(&intel_cannonlake_info), > INTEL_CFL_S_IDS(&intel_coffeelake_info), > INTEL_CFL_H_IDS(&intel_coffeelake_info), > + INTEL_CFL_U_IDS(&intel_coffeelake_gt3_info), > {0, 0, 0} > }; > MODULE_DEVICE_TABLE(pci, pciidlist); > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h > index 2a548b5..dc6ae6d5 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -361,4 +361,10 @@ > INTEL_CNL_U_GT2_IDS(info), \ > INTEL_CNL_Y_GT2_IDS(info) > > +#define INTEL_CFL_U_IDS(info) \ > + INTEL_VGA_DEVICE(0x3EA6, info), /* ULT GT3 */ \ > + INTEL_VGA_DEVICE(0x3EA7, info), /* ULT GT3 */ \ > + INTEL_VGA_DEVICE(0x3EA8, info), /* ULT GT3 */ \ > + INTEL_VGA_DEVICE(0x3EA5, info) /* ULT GT3 */ > + > #endif /* _I915_PCIIDS_H */ _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx