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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25F0CC433E0 for ; Wed, 3 Mar 2021 19:56:32 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id CE254600EF for ; Wed, 3 Mar 2021 19:56:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE254600EF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5D2B56E9C1; Wed, 3 Mar 2021 19:56:31 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id B68766E9C1 for ; Wed, 3 Mar 2021 19:56:30 +0000 (UTC) IronPort-SDR: 2/euNijtrMTe3CnTwXXQDMvNa0KU+YVv8QkveVP/aZp+vKek8AB6vH/DIgnbL+Nz6AC9bsYBT0 2XhegIocgpqA== X-IronPort-AV: E=McAfee;i="6000,8403,9912"; a="174907369" X-IronPort-AV: E=Sophos;i="5.81,220,1610438400"; d="scan'208";a="174907369" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2021 11:56:26 -0800 IronPort-SDR: hRKs3W/Ticz/sdCKd8nUhA6KFVhsGypusjIyPO+YoUTi1t/PrnpqxBCtwI6SJXOcGUGRm3KGm8 JmYjmwZiIFKA== X-IronPort-AV: E=Sophos;i="5.81,220,1610438400"; d="scan'208";a="518402465" Received: from aginocch-mobl.amr.corp.intel.com (HELO intel.com) ([10.212.198.113]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2021 11:56:26 -0800 Date: Wed, 3 Mar 2021 14:56:35 -0500 From: Rodrigo Vivi To: Daniele Ceraolo Spurio Message-ID: References: <20210301193200.1369-1-daniele.ceraolospurio@intel.com> <20210301193200.1369-17-daniele.ceraolospurio@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210301193200.1369-17-daniele.ceraolospurio@intel.com> Subject: Re: [Intel-gfx] [PATCH v2 16/16] drm/i915/pxp: enable PXP for integrated Gen12 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: , Cc: intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Mar 01, 2021 at 11:32:00AM -0800, Daniele Ceraolo Spurio wrote: > Note that discrete cards can support PXP as well, but we haven't tested > on those yet so keeping it disabled for now. > > Signed-off-by: Daniele Ceraolo Spurio Reviewed-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/i915_pci.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c > index a9f24f2bda33..f380a92e5c7c 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -880,6 +880,7 @@ static const struct intel_device_info jsl_info = { > }, \ > TGL_CURSOR_OFFSETS, \ > .has_global_mocs = 1, \ > + .has_pxp = 1, \ > .display.has_dsb = 1 > > static const struct intel_device_info tgl_info = { > @@ -908,6 +909,7 @@ static const struct intel_device_info rkl_info = { > .memory_regions = REGION_SMEM | REGION_LMEM, \ > .has_master_unit_irq = 1, \ > .has_llc = 0, \ > + .has_pxp = 0, \ > .has_snoop = 1, \ > .is_dgfx = 1 > > -- > 2.29.2 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx