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 2AAC3C44501 for ; Tue, 7 Jul 2026 19:26:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E4AF110EEDA; Tue, 7 Jul 2026 19:26:09 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="OP0N77y1"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB51F10EEF4 for ; Tue, 7 Jul 2026 19:26:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1783452369; x=1814988369; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Dz3Ry9w5x7NWV/TDiwL8Ch5UkgY5c/VTfFax3O5dB8o=; b=OP0N77y1nVqPDBTp7a34uPFQUHMcscFnQqdilniIspoW+f2eyhdjS+Tu h+tJ3SaKtV2ctonIJwOXS0SyT3fGtx12vPIgqElvBladgYK8CThhHduix XF2/gjcaGNCatZqfSggy7NHOmLFIeNAUwZXYv5ABgjBfsEFRxAaWnFGay PlLDCmZAgiw73mgaIarffa/ynM9sjApzKp037JSBMvcRPYylSyXsvkk4+ MuJ1gA3Bxwqm7OB+ntGS0PuoV70sjP7qoJqMEu4Dnk/GtHkyLjkBPRJHy XrWmKexT8U+euYefDKhGdQjIu1K4Xw5Ku7H6DN6EieuV2KblHZ7Y5ib1U Q==; X-CSE-ConnectionGUID: B/S+KSdrRRa9VgpCJQhEWg== X-CSE-MsgGUID: z7vPBjrdR4+nvO3ZjEbLWA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="101657871" X-IronPort-AV: E=Sophos;i="6.25,153,1779174000"; d="scan'208";a="101657871" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2026 12:26:09 -0700 X-CSE-ConnectionGUID: he5wjsuARwC6z9Hm9VZ1gw== X-CSE-MsgGUID: Iui+0824R2STUTIsB5U/9Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,153,1779174000"; d="scan'208";a="257960843" 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; 07 Jul 2026 12:26:09 -0700 From: Julia Filipchuk To: intel-xe@lists.freedesktop.org Cc: Julia Filipchuk , Daniele Ceraolo Spurio , John Harrison , Gustavo Sousa , Matt Roper , =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= , Rodrigo Vivi Subject: [PATCH v2 6/6] topic/xe-for-CI: Define GuC firmware for NVL-P Date: Tue, 7 Jul 2026 12:24:42 -0700 Message-ID: <20260707192547.50535-14-julia.filipchuk@intel.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260707192547.50535-8-julia.filipchuk@intel.com> References: <20260707192547.50535-8-julia.filipchuk@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: John Harrison Novalake P has different IP on each GT and requires a different GuC for each. So add separate graphics and media GT entries or NVL-P. Signed-off-by: John Harrison Signed-off-by: Gustavo Sousa Reviewed-by: Matt Roper References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7235 Signed-off-by: Thomas Hellström Link: https://patch.msgid.link/20260202-nvl-p-upstreaming-v1-16-653e4ff105dc@intel.com Signed-off-by: Daniele Ceraolo Spurio Link: https://patch.msgid.link/20260529193558.185436-14-daniele.ceraolospurio@intel.com Signed-off-by: Rodrigo Vivi Signed-off-by: Julia Filipchuk Signed-off-by: Thomas Hellström Link: https://patch.msgid.link/20260618222536.3351750-14-julia.filipchuk@intel.com Acked-by: Daniele Ceraolo Spurio --- drivers/gpu/drm/xe/xe_uc_fw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c index f7d3af6b57bb..e29878b255ba 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw.c +++ b/drivers/gpu/drm/xe/xe_uc_fw.c @@ -115,6 +115,8 @@ 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_P, GT_TYPE_MAIN, mmp_ver(xe, guc, nvlpg, 70, 70, 0)) \ + fw_def(NOVALAKE_P, GT_TYPE_MEDIA, mmp_ver(xe, guc, nvlpm, 70, 70, 0)) \ fw_def(CRESCENTISLAND, GT_TYPE_ANY, mmp_ver(xe, guc, cri, 70, 70, 0)) \ fw_def(NOVALAKE_S, GT_TYPE_ANY, major_ver(xe, guc, nvl, 70, 71, 0)) \ fw_def(PANTHERLAKE, GT_TYPE_ANY, major_ver(xe, guc, ptl, 70, 54, 0)) \ -- 2.51.0