From patchwork Fri Oct 4 14:49:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thibault Ferrante X-Patchwork-Id: 1992775 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XKrzv1mt8z1xtH for ; Sat, 5 Oct 2024 00:49:46 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1swjcZ-0003oo-6x; Fri, 04 Oct 2024 14:49:31 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1swjcY-0003of-4N for kernel-team@lists.ubuntu.com; Fri, 04 Oct 2024 14:49:30 +0000 Received: from Q58-sff.fritz.box (2.general.thibf.us.vpn [10.172.72.120]) (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 6520B3F0A1; Fri, 4 Oct 2024 14:49:29 +0000 (UTC) From: Thibault Ferrante To: kernel-team@lists.ubuntu.com Subject: [SRU][N][PATCH 0/1] GPU: support additional device ids for DG2 driver Date: Fri, 4 Oct 2024 16:49:23 +0200 Message-ID: <20241004144924.3384125-1-thibault.ferrante@canonical.com> X-Mailer: git-send-email 2.43.0 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/2083701 [ Impact ] * Hardware supported only from 6.9 onward, requires back-porting for support. [ Fix ] * Add supported PCI IDs to DG2 driver (Alchemist) coming from upstream 6.9. [ Test Plan ] * Compile and boot tested, only new IDs added. [ Where problems could occur ] * Regression in DG2 driver. [ Other Info ] * Requested by intel Ravi Kumar Vodapalli (1): drm/i915: Add new PCI IDs to DG2 platform in driver include/drm/i915_pciids.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)