From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7E281C433EF for ; Wed, 1 Dec 2021 12:21:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F6446FBA0; Wed, 1 Dec 2021 12:21:47 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id C640C6FB9F for ; Wed, 1 Dec 2021 12:21:45 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10184"; a="236390721" X-IronPort-AV: E=Sophos;i="5.87,278,1631602800"; d="scan'208";a="236390721" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2021 04:21:44 -0800 X-IronPort-AV: E=Sophos;i="5.87,278,1631602800"; d="scan'208";a="512687072" Received: from pwedlarx-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.26.43]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2021 04:21:40 -0800 From: Jani Nikula To: Anusha Srivatsa , intel-gfx@lists.freedesktop.org In-Reply-To: <20211201103320.2211867-1-anusha.srivatsa@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20211201103320.2211867-1-anusha.srivatsa@intel.com> Date: Wed, 01 Dec 2021 14:21:37 +0200 Message-ID: <878rx4ikha.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [v3 0/3] Introduce Raptor Lake S X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 01 Dec 2021, Anusha Srivatsa 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 on the series, did not check the pci ids in spec. > > 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