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 0C7CECCD19E for ; Fri, 17 Oct 2025 02:27:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B9C3210EAE5; Fri, 17 Oct 2025 02:27:46 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="VbtiSDJC"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id AF31610EAE3 for ; Fri, 17 Oct 2025 02:27:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1760668038; x=1792204038; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=B6hlWeLm1P5ZExoPn5OWw3NVPGXp+EtHecpoqfwEcIw=; b=VbtiSDJCkiQQPB2Npc2ux6GsUWzaYiY+kjA2NtjFs/zjkC83rAbqTUAu NTrnZb92WzV7ZnKe1KsHfTw+dqOI5xTMnb5BvLz+iKfKKQWuA0vYEJ37t i6TAzQgUqvP6SqqXieHDL/duuGIC2qArUDq4uQeMtJ3uBOmk5ovRfY+ZQ 8WD17RI2qpwsmbCabVFx+8LEJercwfxjZ0mHC9i8NkwRgPQPK2n+a1Vs2 2YFBfNc64YTx0W2Bxo5WBb7JYrKjb5+JchfS57Qp8USkXcOKotIUbM1Jl KkIGJKRaI02OFxzDNYm6s8bKsV6NLHaQUxnqz+V9ZOZW6Tneip1bITrUf w==; X-CSE-ConnectionGUID: IhizK/WPTEOuYuEwc3AQnA== X-CSE-MsgGUID: aBx6dP61S6+dxa/FJG+rhw== X-IronPort-AV: E=McAfee;i="6800,10657,11584"; a="66739217" X-IronPort-AV: E=Sophos;i="6.19,234,1754982000"; d="scan'208";a="66739217" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2025 19:27:18 -0700 X-CSE-ConnectionGUID: incKc+ERRpeqkQWLEMWXXw== X-CSE-MsgGUID: jaZ+kQCbRP66pEmwHna8+g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.19,234,1754982000"; d="scan'208";a="183089199" Received: from lucas-s2600cw.jf.intel.com ([10.54.55.69]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2025 19:27:18 -0700 From: Lucas De Marchi To: intel-xe@lists.freedesktop.org Cc: Lucas De Marchi , Shekhar Chauhan , Balasubramani Vivekanandan , Matt Roper , Tejas Upadhyay Subject: [PATCH v3 14/24] drm/xe/xe3p_xpc: Add Xe3p_XPC IP definition Date: Thu, 16 Oct 2025 19:26:33 -0700 Message-ID: <20251016-xe3p-v3-14-3dd173a3097a@intel.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251016-xe3p-v3-0-3dd173a3097a@intel.com> References: <20251016-xe3p-v3-0-3dd173a3097a@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Mailer: b4 0.15-dev-bd47d Content-Transfer-Encoding: 8bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" From: Balasubramani Vivekanandan Add support for graphics IP Xe3p_XPC having IP version 35.11. Bspec: 77979, 77975 Signed-off-by: Balasubramani Vivekanandan Reviewed-by: Matt Roper Reviewed-by: Shekhar Chauhan Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/xe/xe_pci.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 0546442e2a631..c3136141a9536 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -106,6 +106,13 @@ static const struct xe_graphics_desc graphics_xe2 = { XE2_GFX_FEATURES, }; +static const struct xe_graphics_desc graphics_xe3p_xpc = { + XE2_GFX_FEATURES, + .hw_engine_mask = + GENMASK(XE_HW_ENGINE_BCS8, XE_HW_ENGINE_BCS1) | + GENMASK(XE_HW_ENGINE_CCS3, XE_HW_ENGINE_CCS0), +}; + static const struct xe_media_desc media_xem = { .hw_engine_mask = GENMASK(XE_HW_ENGINE_VCS7, XE_HW_ENGINE_VCS0) | @@ -138,6 +145,7 @@ static const struct xe_ip graphics_ips[] = { { 3003, "Xe3_LPG", &graphics_xe2 }, { 3004, "Xe3_LPG", &graphics_xe2 }, { 3005, "Xe3_LPG", &graphics_xe2 }, + { 3511, "Xe3p_XPC", &graphics_xe3p_xpc }, }; /* Pre-GMDID Media IPs */ -- 2.51.0