From patchwork Mon Apr 15 23:17:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniele Ceraolo Spurio X-Patchwork-Id: 13630789 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 398A8C4345F for ; Mon, 15 Apr 2024 23:18:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 939041128A9; Mon, 15 Apr 2024 23:18:41 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="arbAikvj"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id B6DD91128AB for ; Mon, 15 Apr 2024 23:18:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1713223119; x=1744759119; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=05VybkSaM0Lx3uX/KGyydTM8GThaKe0SQW4qYAMGItc=; b=arbAikvjgSRLQvUbMIjL1Gtc+t1V7FHRYZs2eNVQe3ifCJQ5qNxzeoKr 5Ya+mumfLiho5M55jo+hoc/DQPleODFvuzVQnL1V6U4n4yMgTOasQTPpo 6S9b8nXJ4XlIwQSDF9cRD0djhhdO1NPi0ee3D1owsAezUW9AZCKbaXEEx xDSQGvflSNuNy3vBbzHuPW85lcn5kuHpV9w/M/8uoqRiyHNvkMGfcZ5d1 mGbTVfLIxM+NufmzYZ299PAtKIjlF5nlotpBIupITURvhogLgo8pBfNbl uKuNCDZAhlHQKR4lJeFwRDb3yLTehW1PzOsAS5gNtuGHf60GcF/3qr8Ar w==; X-CSE-ConnectionGUID: 3ouXXLm7QuK+qTPg2IRgJQ== X-CSE-MsgGUID: SD3dlIWXS4KO34b/9edLGw== X-IronPort-AV: E=McAfee;i="6600,9927,11045"; a="31115486" X-IronPort-AV: E=Sophos;i="6.07,204,1708416000"; d="scan'208";a="31115486" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2024 16:18:11 -0700 X-CSE-ConnectionGUID: zWIifIrYRGm1rbdv55jPFg== X-CSE-MsgGUID: uCubUhveT4WnkCOTHWVEFw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,204,1708416000"; d="scan'208";a="21963811" Received: from valcore-skull-1.fm.intel.com ([10.1.39.17]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2024 16:18:10 -0700 From: Daniele Ceraolo Spurio To: intel-gfx@lists.freedesktop.org Cc: Daniele Ceraolo Spurio Subject: [xe-for-ci 3/3] drm/xe/gsc: define GSC FW for LNL Date: Mon, 15 Apr 2024 16:17:46 -0700 Message-ID: <20240415231746.1230684-4-daniele.ceraolospurio@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240415231746.1230684-1-daniele.ceraolospurio@intel.com> References: <20240415231746.1230684-1-daniele.ceraolospurio@intel.com> MIME-Version: 1.0 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" Interface and compatibility versions are the same as MTL. Note that the FW is still in development and the current release is for CI only. Theefore, we'll need to keep this patch in the xe-for-ci branch until we get the finalized FW release. Signed-off-by: Daniele Ceraolo Spurio --- 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 f27e96c47baa..ae38172b6e0e 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw.c +++ b/drivers/gpu/drm/xe/xe_uc_fw.c @@ -126,6 +126,7 @@ struct fw_blobs_by_type { /* for the GSC FW we match the compatibility version and not the release one */ #define XE_GSC_FIRMWARE_DEFS(fw_def, major_ver) \ + fw_def(LUNARLAKE, major_ver(intel-ci/xe, gsc, lnl, 1, 0, 0)) \ fw_def(METEORLAKE, major_ver(i915, gsc, mtl, 1, 0, 0)) #define MAKE_FW_PATH(dir__, uc__, shortname__, version__) \