series pushed to i-g-t. Thanks for the review. On Thu, Jun 29, 2017 at 2:37 PM, Clint Taylor <clinton.a.taylor@xxxxxxxxx> wrote: > Matches i915 support PCI device IDs > > Reviewed-by: Clinton Taylor <clinton.a.taylor@xxxxxxxxx> > > -Clint > > > > On 06/29/2017 02:18 PM, Rodrigo Vivi wrote: >> >> By the Spec all CNL Y skus are 2+2, i.e. GT2. >> >> This is a copy of merged i915's >> commit 95578277cbdb ("drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus.") >> >> v2: Based on Anusha's kernel clean-up. >> >> Cc: Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> >> Cc: Clinton Taylor <clinton.a.taylor@xxxxxxxxx> >> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> >> --- >> lib/i915_pciids.h | 11 ++++++++++- >> 1 file changed, 10 insertions(+), 1 deletion(-) >> >> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h >> index 8109e73..8a10a45 100644 >> --- a/lib/i915_pciids.h >> +++ b/lib/i915_pciids.h >> @@ -352,8 +352,17 @@ >> INTEL_VGA_DEVICE(0x5A42, info), \ >> INTEL_VGA_DEVICE(0x5A4A, info) >> +#define INTEL_CNL_Y_GT2_IDS(info) \ >> + INTEL_VGA_DEVICE(0x5A51, info), \ >> + INTEL_VGA_DEVICE(0x5A59, info), \ >> + INTEL_VGA_DEVICE(0x5A41, info), \ >> + INTEL_VGA_DEVICE(0x5A49, info), \ >> + INTEL_VGA_DEVICE(0x5A71, info), \ >> + INTEL_VGA_DEVICE(0x5A79, info) >> + >> #define INTEL_CNL_IDS(info) \ >> - INTEL_CNL_U_GT2_IDS(info) >> + INTEL_CNL_U_GT2_IDS(info), \ >> + INTEL_CNL_Y_GT2_IDS(info) >> #define INTEL_CFL_U_IDS(info) \ >> INTEL_VGA_DEVICE(0x3EA5, info), /* ULT GT3 */ \ > > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Rodrigo Vivi Blog: http://blog.vivi.eng.br _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx