From patchwork Wed May 4 11:28:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Aaltonen X-Patchwork-Id: 1626291 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4KtZNC45Kcz9sFx for ; Wed, 4 May 2022 21:28:58 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1nmDBY-0002db-Gg; Wed, 04 May 2022 11:28:48 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1nmDBX-0002dM-J8 for kernel-team@lists.ubuntu.com; Wed, 04 May 2022 11:28:47 +0000 Received: from bryant.. (mobile-user-c1d2eb-82.dhcp.inet.fi [193.210.235.82]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 0DD124107C for ; Wed, 4 May 2022 11:28:46 +0000 (UTC) From: Timo Aaltonen To: kernel-team@lists.ubuntu.com Subject: [SRU][J/K linux-firmware][PATCH 0/2] Add firmware for i915/DG2 Date: Wed, 4 May 2022 14:28:36 +0300 Message-Id: <20220504112838.2758246-1-tjaalton@ubuntu.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1971539 This adds the DMC and GuC firmware for i915/DG2. John Harrison (1): i915: Add GuC v70.1.2 for DG2 Madhumitha Tolakanahalli Pradeep (1): i915: Add DMC v2.06 for DG2 WHENCE | 6 ++++++ i915/dg2_dmc_ver2_06.bin | Bin 0 -> 22416 bytes i915/dg2_guc_70.1.2.bin | Bin 0 -> 365568 bytes 3 files changed, 6 insertions(+) create mode 100644 i915/dg2_dmc_ver2_06.bin create mode 100644 i915/dg2_guc_70.1.2.bin Acked-by: Tim Gardner