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 D901DCFD373 for ; Tue, 25 Nov 2025 01:42:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9195A10E33F; Tue, 25 Nov 2025 01:42:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Jf2fz6fq"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 11D5110E339 for ; Tue, 25 Nov 2025 01:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1764034938; x=1795570938; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ily2uKAQaXOKek7qo1mIkqmSk0d2hid2YAfGPOfYBsk=; b=Jf2fz6fqJ1wH4RdlNKwyMLuEo8NiWmkV874sImXoPDvvIHAhcjEe9Al5 +zZcI1Wt3Pai/hTvVCRuk7x5sYuycNmjU5yP1qTUCIrbboI7LqIR+2jox DUk33LwjD26OHDHAUPif+VnlyQIOg0j9kwEWY4x3Sz34jJszA4CIquPYx +gfOrmAgcKyIaBTRv2+rVDT0qlW+jCHLoHjUXTSb7GqSgDAJwbcR7kL1k FEqVDP4C8JD9iCLudv7KFZF2SJzFJBusvwyjALXlt5yizcGM6G65AUqOv pSzceh7/7oEq+FZBYO4N+yIOdXsjglCOriIyqq6lxuVri1iubX1cvSl6m Q==; X-CSE-ConnectionGUID: LwmjLU+0S3+2cC3d7a9gYA== X-CSE-MsgGUID: n+7FsBAgTtqMDcFoChwmcw== X-IronPort-AV: E=McAfee;i="6800,10657,11623"; a="83437226" X-IronPort-AV: E=Sophos;i="6.20,224,1758610800"; d="scan'208";a="83437226" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2025 17:42:17 -0800 X-CSE-ConnectionGUID: 0Gu/i+y0Q520u0wzViZCpA== X-CSE-MsgGUID: Z0GgDIFpQ3m0mI4lOaBzBA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,224,1758610800"; d="scan'208";a="196960982" Received: from bfilipch-desk.jf.intel.com ([10.88.27.152]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2025 17:42:17 -0800 From: Julia Filipchuk To: intel-xe@lists.freedesktop.org Cc: Matt Roper , Lucas De Marchi Subject: [PATCH 7/8] drm/xe/nvls: Define GuC firmware for NVL-S Date: Mon, 24 Nov 2025 17:41:42 -0800 Message-ID: <20251125014134.2075988-17-julia.filipchuk@intel.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251125014134.2075988-10-julia.filipchuk@intel.com> References: <20251125014134.2075988-10-julia.filipchuk@intel.com> MIME-Version: 1.0 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: Matt Roper Although NVL-S has a similar Xe3 to PTL/WCL, it requires a unique GuC firmware. Signed-off-by: Matt Roper Reviewed-by: Lucas De Marchi Link: https://lore.kernel.org/r/20251016-xe3p-v3-12-3dd173a3097a@intel.com Signed-off-by: Lucas De Marchi (cherry picked from commit 2ace31749e5fcfb984b641b72461578f3955f023) --- drivers/gpu/drm/xe/xe_uc_fw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c index cacbf89e8f68..290c69032129 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw.c +++ b/drivers/gpu/drm/xe/xe_uc_fw.c @@ -115,6 +115,7 @@ struct fw_blobs_by_type { #define XE_GT_TYPE_ANY XE_GT_TYPE_UNINITIALIZED #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \ + fw_def(NOVALAKE_S, GT_TYPE_ANY, mmp_ver(xe, guc, nvl, 70, 49, 4)) \ fw_def(PANTHERLAKE, GT_TYPE_ANY, major_ver(xe, guc, ptl, 70, 54, 0)) \ fw_def(BATTLEMAGE, GT_TYPE_ANY, major_ver(xe, guc, bmg, 70, 54, 0)) \ fw_def(LUNARLAKE, GT_TYPE_ANY, major_ver(xe, guc, lnl, 70, 53, 0)) \ -- 2.51.0