From patchwork Wed Dec 27 01:31:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AceLan Kao X-Patchwork-Id: 1880386 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 4T0Dcv3MyVz23dG for ; Wed, 27 Dec 2023 12:31:27 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rIIlR-0004NS-NH; Wed, 27 Dec 2023 01:31:17 +0000 Received: from mail-oo1-f44.google.com ([209.85.161.44]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rIIlO-0004NA-5H for kernel-team@lists.ubuntu.com; Wed, 27 Dec 2023 01:31:14 +0000 Received: by mail-oo1-f44.google.com with SMTP id 006d021491bc7-59496704246so945641eaf.2 for ; Tue, 26 Dec 2023 17:31:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703640672; x=1704245472; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:sender:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=34+djsP6q0fmQo+mhVmQZhmox4LFJ3PKWLlgMU8hapU=; b=Bc2+RlCYbfNi2XKz3i0SazvlEjg9AAEe3bEq1wX+yZ+vLaQMi3ylRvoaXiXy1aOFaq +f7JjOr5BXoYQBNqmh4utHoEo7Vt+jnaUDmlW2OLNM+0N2OE2/fk7GNItoeuCKly8br5 5t+U8lMT9Am2OcFp0ywdHdafrRH99kdNWK6ZP1WM6Rfs/tDLoVTj611NowArbEsT8/QN 6g0L+shXsvF+MlP8EOy6iHhf6Yax1QEhXOlP/FIfFpZWOu/OkVL53ySCp5L/9z+AnC++ PVzRFjMAdedtOFxSxwtnUgvujK+wl94twy4Rjwhnr7k5qH0baOsnn3pbIEM0faXGQnpQ lTRA== X-Gm-Message-State: AOJu0Yx7rTQwWZKSP2zyyPduIdkWUWGzL8S4/VvGy6tlSTCp6G80RfA7 zllYx7JGT3HZx/kNGUyPj3E2jemq7AGNgw== X-Google-Smtp-Source: AGHT+IHcpYV9+ltdJCvMg+2O/EEs7fIpLGC1sTjSpkNy+n6YDbHWdPjtGBZNceWS+Gtc/om6E8fYmw== X-Received: by 2002:aca:2307:0:b0:3bb:bb7e:7aa5 with SMTP id e7-20020aca2307000000b003bbbb7e7aa5mr1807698oie.112.1703640672328; Tue, 26 Dec 2023 17:31:12 -0800 (PST) Received: from localhost (211-75-139-217.hinet-ip.hinet.net. [211.75.139.217]) by smtp.gmail.com with ESMTPSA id fi14-20020a056a00398e00b006d9ee812abcsm1460652pfb.198.2023.12.26.17.31.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Dec 2023 17:31:11 -0800 (PST) From: AceLan Kao To: kernel-team@lists.ubuntu.com Subject: [PATCH v2 0/1][SRU][M][N] Add missing RPL P/U CPU IDs Date: Wed, 27 Dec 2023 09:31:09 +0800 Message-Id: <20231227013110.1068665-1-acelan.kao@canonical.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.161.44; envelope-from=acelan@gmail.com; helo=mail-oo1-f44.google.com 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" From: "Chia-Lin Kao (AceLan)" BugLink: https://bugs.launchpad.net/bugs/2047398 [Impact] Without the correct GPU ID in the driver, the system will default to framebuffer mode, and some graphics functions may not work properly. [Fix] Below commit included in v6.7-rc1 adds the missing IDs 5d5fea7c79a7 drm/i915/rpl: Update pci ids for RPL P/U [Test case] 1. check the system with GPU ID A7AC or A7AD 2. boot the system into desktop and connecting a monior by HDMI cable with HDMI port or Type-C port 3. make sure the external monitor works [Where problems could occur] Add only IDs; there is no potential for regression. Dnyaneshwar Bhadane (1): drm/i915/rpl: Update pci ids for RPL P/U include/drm/i915_pciids.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Acked-by: Jose Ogando Acked-by: Tim Gardner