> -----Original Message----- > From: Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx> > Sent: Wednesday, December 1, 2021 5:52 PM > To: Srivatsa, Anusha <anusha.srivatsa@xxxxxxxxx>; intel- > gfx@xxxxxxxxxxxxxxxxxxxxx > Subject: Re: [v3 0/3] Introduce Raptor Lake S > > On Wed, 01 Dec 2021, Anusha Srivatsa <anusha.srivatsa@xxxxxxxxx> wrote: > > Raptor Lake S(RPL-S) is a version 12 > > Display, Media and Render. For all i915 purposes it is the same as > > Alder Lake S (ADL-S). > > > > The series introduces it as a subplatform of ADL-S. The one difference > > is the GuC submission which is default on RPL-S but was not the case > > with ADL-S. > > Acked-by: Jani Nikula <jani.nikula@xxxxxxxxx> > > on the series, did not check the pci ids in spec. Thanks for the ack. Anusha > > > > Anusha Srivatsa (3): > > drm/i915/rpl-s: Add PCI IDS for Raptor Lake S > > drm/i915/rpl-s: Add PCH Support for Raptor Lake S > > drm/i915/rpl-s: Enable guc submission by default > > > > arch/x86/kernel/early-quirks.c | 1 + > > drivers/gpu/drm/i915/gt/uc/intel_uc.c | 2 +- > > drivers/gpu/drm/i915/i915_drv.h | 2 ++ > > drivers/gpu/drm/i915/i915_pci.c | 1 + > > drivers/gpu/drm/i915/intel_device_info.c | 7 +++++++ > > drivers/gpu/drm/i915/intel_device_info.h | 3 +++ > > drivers/gpu/drm/i915/intel_pch.c | 1 + > > drivers/gpu/drm/i915/intel_pch.h | 1 + > > include/drm/i915_pciids.h | 9 +++++++++ > > 9 files changed, 26 insertions(+), 1 deletion(-) > > -- > Jani Nikula, Intel Open Source Graphics Center