[{"id":3674195,"web_url":"http://patchwork.ozlabs.org/comment/3674195/","msgid":"<00c04913-5549-4b08-b007-fe06712dddac@canonical.com>","list_archive_url":null,"date":"2026-04-07T13:53:55","subject":"CMNT Re: [SRU][Q][PATCH 0/2] On Dell system, the internal OLED\n display drops to a visibly low FPS after suspend/resume","submitter":{"id":66462,"url":"http://patchwork.ozlabs.org/api/people/66462/","name":"Timo Aaltonen","email":"timo.aaltonen@canonical.com"},"content":"AceLan Kao kirjoitti 7.4.2026 klo 5.50:\n> From: \"Chia-Lin Kao (AceLan)\" <acelan.kao@canonical.com>\n> \n> BugLink: https://bugs.launchpad.net/bugs/2144712\n> \n> [Impact]\n> On Dell systems (CID: 202511-38076), the internal OLED display drops to a\n> visibly lower refresh rate after suspend/resume. The state persists until a\n> cold reboot. Applications like glmark2 still report rendering at 120Hz but\n> the panel visually operates at a much lower frame rate.\n> \n> Steps to reproduce:\n> 1. Unplug all accessories\n> 2. Boot into OS\n> 3. Drag a window around the desktop and observe the FPS (smooth 120Hz)\n> 4. Suspend then resume\n> 5. Drag a window around the desktop — FPS is now visibly and permanently lower\n> Failure rate: 100% on affected hardware\n> Affected test case: com.canonical.certification::suspend/display_after_suspend\n> \n> Root cause: The i915 driver initializes Panel Replay (an OLED power-saving\n> feature) via DPCD negotiation during resume. On this specific panel, Panel\n> Replay causes the display to be locked at a degraded frame rate after resume.\n> The panel does not correctly handle Panel Replay activation in this\n> configuration, resulting in permanently reduced FPS until a cold reboot.\n> \n> [Fix]\n> Add a new quirk QUIRK_DISABLE_PANEL_REPLAY to the Intel i915 display driver\n> that prevents Panel Replay DPCD initialization for problematic panel setups.\n> Apply this quirk for Dell systems with device ID 0xb080, subsystem vendor\n> 0x1028, subsystem device 0x0db9, and sink OUI 0x00:0x22:0xb9.\n> \n> When the quirk is present, _panel_replay_init_dpcd() returns early before\n> reading Panel Replay capability from the panel's DPCD registers, effectively\n> disabling the Panel Replay feature for this hardware combination.\n> \n> The patch is currently under review in the Intel DRM/i915 mailing list:\n> https://patchwork.freedesktop.org/series/163265/\n> \n> Upstream issue tracker:\n> https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7521\n> \n> In linux-next\n> 1de647abdfda9 drm/i915/psr: Fixes for Dell XPS DA14260 quirk\n> 45c77d4bf8d4d drm/i915/psr: Disable Panel Replay on Dell XPS 14 DA14260 as a quirk\n> \n> [Test Plan]\n> On a Dell system (CID: 202511-38076) with Intel integrated graphics:\n> \n> 1. Suspend and resume the system:\n>     $ sudo rtcwake -m mem -s 20\n> 2. After resume, drag a window around the desktop and observe the frame rate.\n> \n> Without the patch: The display FPS drops permanently after resume and stays\n> degraded until cold reboot.\n> With the patch: The display maintains normal 120Hz refresh rate after\n> suspend/resume.\n> \n> [Where problems could occur]\n> It may break Panel Replay functionality on Intel i915 display configurations.\n> \n> The quirk check is inserted early in _panel_replay_init_dpcd(), before any\n> DPCD reads occur. If the quirk match logic incorrectly identifies a panel\n> (e.g., due to incorrect OUI or PCI subsystem ID matching), Panel Replay will\n> be silently disabled on panels where it would otherwise work correctly. This\n> would cause affected systems to lose the power-saving benefits of Panel Replay\n> without any visible error — users would see slightly higher power consumption\n> on OLED panels.\n> \n> Additionally, if the quirk infrastructure itself has a bug (e.g., the\n> intel_has_dpcd_quirk() function returning unexpected values), it could either\n> fail to disable Panel Replay on affected hardware (regression still present)\n> or disable it too broadly on unaffected hardware.\n> \n> [Other Info]\n> The patch is under review in the Intel DRM mailing list (patchwork series\n> 163265) and has not yet landed in the mainline kernel.\n> \n> Jouni Högander (2):\n>    drm/i915/psr: Disable Panel Replay on Dell XPS 14 DA14260 as a quirk\n>    drm/i915/psr: Fixes for Dell XPS DA14260 quirk\n> \n>   drivers/gpu/drm/i915/display/intel_psr.c    |  8 +++++++\n>   drivers/gpu/drm/i915/display/intel_quirks.c | 25 ++++++++++++++++++---\n>   drivers/gpu/drm/i915/display/intel_quirks.h |  1 +\n>   3 files changed, 31 insertions(+), 3 deletions(-)\n> \n\nNote that you used the old bug for both of these, so the new bug \n(2145172) is redundant?","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (4096-bit key;\n unprotected) header.d=canonical.com header.i=@canonical.com\n header.a=rsa-sha256 header.s=20251003 header.b=Dkii1KxS;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com\n (client-ip=185.125.189.65; helo=lists.ubuntu.com;\n envelope-from=kernel-team-bounces@lists.ubuntu.com;\n receiver=patchwork.ozlabs.org)"],"Received":["from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65])\n\t(using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4fqnjs5p80z1xy1\n\tfor <incoming@patchwork.ozlabs.org>; Tue, 07 Apr 2026 23:54:09 +1000 (AEST)","from localhost ([127.0.0.1] helo=lists.ubuntu.com)\n\tby lists.ubuntu.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1wA6sR-0004Ch-9r; Tue, 07 Apr 2026 13:53:59 +0000","from smtp-relay-internal-1.internal ([10.131.114.114]\n helo=smtp-relay-internal-1.canonical.com)\n by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)\n (Exim 4.86_2) (envelope-from <timo.aaltonen@canonical.com>)\n id 1wA6sQ-0004CX-3s\n for kernel-team@lists.ubuntu.com; Tue, 07 Apr 2026 13:53:58 +0000","from mail-lf1-f72.google.com (mail-lf1-f72.google.com\n [209.85.167.72])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest\n SHA256)\n (No client certificate requested)\n by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id F2AC33F29C\n for <kernel-team@lists.ubuntu.com>; Tue,  7 Apr 2026 13:53:57 +0000 (UTC)","by mail-lf1-f72.google.com with SMTP id\n 2adb3069b0e04-5a2c987df7cso3470240e87.2\n for <kernel-team@lists.ubuntu.com>; Tue, 07 Apr 2026 06:53:57 -0700 (PDT)","from [10.10.10.204] (46-254-212-58.localnetip.fi. [46.254.212.58])\n by smtp.gmail.com with ESMTPSA id\n 2adb3069b0e04-5a2c6cc5fbdsm3996038e87.43.2026.04.07.06.53.55\n (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);\n Tue, 07 Apr 2026 06:53:55 -0700 (PDT)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com;\n s=20251003; t=1775570037;\n bh=L9ffDvxON3225MgqxXmu+gfoO2lJ4nOutSaSd5+9ce4=;\n h=Message-ID:Date:MIME-Version:Subject:To:References:From:\n In-Reply-To:Content-Type;\n b=Dkii1KxShFYf2VLexwGaSYUl63zygT8QQIzlS2D4xmHI9tlXyTyVx43RGrd4f1KfU\n 8FZG2fwPIUmJOgDQE9eG0avkB13ozf5/SFKHcSUeNAKroxmLCCjliqqtwRWl2mS79f\n RXU/TLZ89BvFTFnqeP2uaTjFXLv4km/cXQ8V2Sfwzm3CxiCywvPWzBh2kWb2NkByDd\n sYgS2N0Typa50RyvLwkxp6NCuFQJAFTV9w2Eh1eQLWE/mUN5xvLHk8/z56nS1ig9wK\n atHmL354GGW+sr2T9lv78N+nb66brMLgeW2nZyjlLKOURpT3mQpD3f3FFTQrtfdWKi\n lAQBGKgRPaMXwtY1x6VOo8ENhrl/ie/wShRxu4jJDz8kyHgeSKD0N7L1rCnOlX0bEp\n zB/ELsbKyMMnPmU9rQQyCAhT9fCSvKitCQtmpRzWHBEZlUUAzBi49TGQEaQafI1F8Q\n Qxkmg/nFtHdXvhP+LBgYuZAZjfrscSAthMZacDWo2jXKNASNHjSSmgWQ3VW/A1RBS7\n I+wWF3GpcXoGBHFqRonvP87i34cshxpGgs+Rsp3frr//pMeMbn6ZE7reHXNNr3567q\n etU1vsKrN5s1A5sv4tA+9VjWi8T8Aq+AqAxIygKkG9tBBVGLf8oYu9IGRsDwAFNM3q\n WMnae84V1bPwauJm2H80bPQk=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1775570037; x=1776174837;\n h=content-transfer-encoding:in-reply-to:content-language:from\n :references:to:subject:user-agent:mime-version:date:message-id\n :x-gm-gg:x-gm-message-state:from:to:cc:subject:date:message-id\n :reply-to;\n bh=L9ffDvxON3225MgqxXmu+gfoO2lJ4nOutSaSd5+9ce4=;\n b=omHEVuH6zavyVJtJbjjfi7v+rGK57s9G38NwfbhnUdyAmWVt+CUjUXqP2BVJlR98DC\n AcJyq3hq8A09igdWj8W+12nGQBJOml6ES4yeCJEWfayJpFkG5fQhFQ/7C4gUA4Pb5Mqd\n KaU4IjHFIKhyTgOJHCCviblySJ27gmt/437KFLGP3M4NsrTrCgINGXzNf681aO0Sj+08\n 3DOZ/jUU98u/fggI5wzjvnFI8/NYwGdhVOTaiAtVADW+agTOu5llqzGmBz+zOagjUGJz\n WEgs86I1bn+hC07MRT8AT6TiWn006uKbomFkvw1QKCOwxbZSXwsmlCOQ7xGRbGUmDVSH\n eDVw==","X-Forwarded-Encrypted":"i=1;\n AJvYcCX5K9vUQkYZy3lMk2FeLdgoljv0M17DqwBELFn0f0SPA+9YUkUVcEKdhsxwi/OtaS7cEECvm3kuO2qxyQ==@lists.ubuntu.com","X-Gm-Message-State":"AOJu0YwCemqJk0kr3YGsKy/IbKqRrmOV4mAVhqsgdbD/UxZ/lwVUo714\n xYYCckcZPq57Y2NLZfoADvojhr3CEVTmhyNkFi8na+YaEAz4y8su+S5FdBt/xiDYIyT69q1oJ0X\n ehMDyRoQhpW6AOv51guEWqFdlgC3R3pESlXv0YBiUMBPKYIVjzDt3e+D8FUfQ6pTa2G4MRp7vex\n FrOsw0aeYDYCaUYg==","X-Gm-Gg":"AeBDieu1y3h3IOwB5TtxG4MybcH9hJ4WXTkQM7esTjqkTQ76+RHYZiy3oYt8HB4Gxja\n ub73M+fFnWrvAMovneaUC2V2FGR6gsES9dn9OuBRnIIoZTW6JHr8CHbqg5/xM6naf5dk0CCkwIc\n 326fV7YFiMRUSxM06BxZeW1D1kONxSYwEXrpjXactHNkOxi9ejLsBrVijteyljcnBB0+uKJxmkq\n zRPlkU8Lcj2S6iFoCYrqWSsoIiWjl+1OgSFFbTwX4hUsHFexQFhnETNk7TmMBXm1jy5rk8rDKQk\n eqYCEcLuehHFUvwxWSo1xuxvYlydaZ7zTcBYR+sv0BXaHhbYQqvgrvGniGsskZwU4rADT4gA+ll\n Q8iJRRsjtEa0UjjhMP6XQKFSp5f+IUStXkztly9idDnfrZchw6o5I2d5jN77dbxA=","X-Received":["by 2002:a05:6512:3503:b0:5a3:d381:2a88 with SMTP id\n 2adb3069b0e04-5a3d3812bc4mr3892464e87.37.1775570037135;\n Tue, 07 Apr 2026 06:53:57 -0700 (PDT)","by 2002:a05:6512:3503:b0:5a3:d381:2a88 with SMTP id\n 2adb3069b0e04-5a3d3812bc4mr3892447e87.37.1775570036576;\n Tue, 07 Apr 2026 06:53:56 -0700 (PDT)"],"Message-ID":"<00c04913-5549-4b08-b007-fe06712dddac@canonical.com>","Date":"Tue, 7 Apr 2026 16:53:55 +0300","MIME-Version":"1.0","User-Agent":"Mozilla Thunderbird","Subject":"CMNT Re: [SRU][Q][PATCH 0/2] On Dell system, the internal OLED\n display drops to a visibly low FPS after suspend/resume","To":"AceLan Kao <acelan.kao@canonical.com>, kernel-team@lists.ubuntu.com","References":"<20260407025042.73729-1-acelan.kao@canonical.com>","From":"Timo Aaltonen <timo.aaltonen@canonical.com>","Content-Language":"en-US","In-Reply-To":"<20260407025042.73729-1-acelan.kao@canonical.com>","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Content-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":3674516,"web_url":"http://patchwork.ozlabs.org/comment/3674516/","msgid":"<adWoS1fQj5rWZCZS@acelan-Precision-5480>","list_archive_url":null,"date":"2026-04-08T01:00:35","subject":"Re: CMNT Re: [SRU][Q][PATCH 0/2] On Dell system, the internal OLED\n display drops to a visibly low FPS after suspend/resume","submitter":{"id":2976,"url":"http://patchwork.ozlabs.org/api/people/2976/","name":"AceLan Kao","email":"acelan.kao@canonical.com"},"content":"On Tue, Apr 07, 2026 at 04:53:55PM +0300, Timo Aaltonen wrote:\n> AceLan Kao kirjoitti 7.4.2026 klo 5.50:\n> > From: \"Chia-Lin Kao (AceLan)\" <acelan.kao@canonical.com>\n> >\n> > BugLink: https://bugs.launchpad.net/bugs/2144712\n> >\n> > [Impact]\n> > On Dell systems (CID: 202511-38076), the internal OLED display drops to a\n> > visibly lower refresh rate after suspend/resume. The state persists until a\n> > cold reboot. Applications like glmark2 still report rendering at 120Hz but\n> > the panel visually operates at a much lower frame rate.\n> >\n> > Steps to reproduce:\n> > 1. Unplug all accessories\n> > 2. Boot into OS\n> > 3. Drag a window around the desktop and observe the FPS (smooth 120Hz)\n> > 4. Suspend then resume\n> > 5. Drag a window around the desktop — FPS is now visibly and permanently lower\n> > Failure rate: 100% on affected hardware\n> > Affected test case: com.canonical.certification::suspend/display_after_suspend\n> >\n> > Root cause: The i915 driver initializes Panel Replay (an OLED power-saving\n> > feature) via DPCD negotiation during resume. On this specific panel, Panel\n> > Replay causes the display to be locked at a degraded frame rate after resume.\n> > The panel does not correctly handle Panel Replay activation in this\n> > configuration, resulting in permanently reduced FPS until a cold reboot.\n> >\n> > [Fix]\n> > Add a new quirk QUIRK_DISABLE_PANEL_REPLAY to the Intel i915 display driver\n> > that prevents Panel Replay DPCD initialization for problematic panel setups.\n> > Apply this quirk for Dell systems with device ID 0xb080, subsystem vendor\n> > 0x1028, subsystem device 0x0db9, and sink OUI 0x00:0x22:0xb9.\n> >\n> > When the quirk is present, _panel_replay_init_dpcd() returns early before\n> > reading Panel Replay capability from the panel's DPCD registers, effectively\n> > disabling the Panel Replay feature for this hardware combination.\n> >\n> > The patch is currently under review in the Intel DRM/i915 mailing list:\n> > https://patchwork.freedesktop.org/series/163265/\n> >\n> > Upstream issue tracker:\n> > https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7521\n> >\n> > In linux-next\n> > 1de647abdfda9 drm/i915/psr: Fixes for Dell XPS DA14260 quirk\n> > 45c77d4bf8d4d drm/i915/psr: Disable Panel Replay on Dell XPS 14 DA14260 as a quirk\n> >\n> > [Test Plan]\n> > On a Dell system (CID: 202511-38076) with Intel integrated graphics:\n> >\n> > 1. Suspend and resume the system:\n> >     $ sudo rtcwake -m mem -s 20\n> > 2. After resume, drag a window around the desktop and observe the frame rate.\n> >\n> > Without the patch: The display FPS drops permanently after resume and stays\n> > degraded until cold reboot.\n> > With the patch: The display maintains normal 120Hz refresh rate after\n> > suspend/resume.\n> >\n> > [Where problems could occur]\n> > It may break Panel Replay functionality on Intel i915 display configurations.\n> >\n> > The quirk check is inserted early in _panel_replay_init_dpcd(), before any\n> > DPCD reads occur. If the quirk match logic incorrectly identifies a panel\n> > (e.g., due to incorrect OUI or PCI subsystem ID matching), Panel Replay will\n> > be silently disabled on panels where it would otherwise work correctly. This\n> > would cause affected systems to lose the power-saving benefits of Panel Replay\n> > without any visible error — users would see slightly higher power consumption\n> > on OLED panels.\n> >\n> > Additionally, if the quirk infrastructure itself has a bug (e.g., the\n> > intel_has_dpcd_quirk() function returning unexpected values), it could either\n> > fail to disable Panel Replay on affected hardware (regression still present)\n> > or disable it too broadly on unaffected hardware.\n> >\n> > [Other Info]\n> > The patch is under review in the Intel DRM mailing list (patchwork series\n> > 163265) and has not yet landed in the mainline kernel.\n> >\n> > Jouni Högander (2):\n> >    drm/i915/psr: Disable Panel Replay on Dell XPS 14 DA14260 as a quirk\n> >    drm/i915/psr: Fixes for Dell XPS DA14260 quirk\n> >\n> >   drivers/gpu/drm/i915/display/intel_psr.c    |  8 +++++++\n> >   drivers/gpu/drm/i915/display/intel_quirks.c | 25 ++++++++++++++++++---\n> >   drivers/gpu/drm/i915/display/intel_quirks.h |  1 +\n> >   3 files changed, 31 insertions(+), 3 deletions(-)\n> >\n>\n> Note that you used the old bug for both of these, so the new bug (2145172)\n> is redundant?\nYou are right, I forgot there is a new bug for the second patch.\nLet me address the SRU submission on the new bug and mark it as\nduplicated.\n\n>\n>\n> --\n> Timo Aaltonen\n> Kernel Team\n> Canonical Ltd.","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (4096-bit key;\n unprotected) header.d=canonical.com header.i=@canonical.com\n header.a=rsa-sha256 header.s=20251003 header.b=fTmbFLeQ;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com\n (client-ip=185.125.189.65; helo=lists.ubuntu.com;\n envelope-from=kernel-team-bounces@lists.ubuntu.com;\n receiver=patchwork.ozlabs.org)"],"Received":["from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65])\n\t(using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4fr4WG3JJkz1xv0\n\tfor <incoming@patchwork.ozlabs.org>; Wed, 08 Apr 2026 11:00:57 +1000 (AEST)","from localhost ([127.0.0.1] helo=lists.ubuntu.com)\n\tby lists.ubuntu.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1wAHHi-0006yJ-6b; Wed, 08 Apr 2026 01:00:46 +0000","from smtp-relay-internal-0.internal ([10.131.114.225]\n helo=smtp-relay-internal-0.canonical.com)\n by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)\n (Exim 4.86_2) (envelope-from <acelan.kao@canonical.com>)\n id 1wAHHh-0006xi-7E\n for kernel-team@lists.ubuntu.com; Wed, 08 Apr 2026 01:00:45 +0000","from mail-qv1-f72.google.com (mail-qv1-f72.google.com\n [209.85.219.72])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest\n SHA256)\n (No client certificate requested)\n by smtp-relay-internal-0.canonical.com (Postfix) with ESMTPS id 161853F2A3\n for <kernel-team@lists.ubuntu.com>; Wed,  8 Apr 2026 01:00:45 +0000 (UTC)","by mail-qv1-f72.google.com with SMTP id\n 6a1803df08f44-8a965acd0b3so92902076d6.0\n for <kernel-team@lists.ubuntu.com>; Tue, 07 Apr 2026 18:00:45 -0700 (PDT)","from acelan-Precision-5480 (211-75-139-220.hinet-ip.hinet.net.\n [211.75.139.220]) by smtp.gmail.com with ESMTPSA id\n 6a1803df08f44-8a5979d92fbsm198326316d6.48.2026.04.07.18.00.38\n (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\n Tue, 07 Apr 2026 18:00:40 -0700 (PDT)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com;\n s=20251003; t=1775610045;\n bh=LU81rUSpiSh6tUcJlwZGi8SJzNftOp6VFTDJTETVhOA=;\n h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:\n Content-Type:In-Reply-To;\n b=fTmbFLeQrljco75lfrPNtilOSASR9VM1GUWav2ORIs5hWKy0SAJTj7buBLE5/42Vn\n XwpwD5n1ykfV2X1bThILEMCHZHZx8l8CvvJZRcFvGjRyyGItxW7XQMRuK6FlwsHl+i\n 8eqPSXEYWB9U97HqoW7gZZZyON3BaAZ0qPfT+HlFnL/E9hW8QxcIJa5XCFcH62rUc8\n 7bZ+O8g7ox0La2fWkYzbMJ2hT1qk/XW1+cSt6a7uU3Iz/CjR0GwMRciHLbJM2npW3L\n I4E/vx//SuYLUMZkalNVvgYMPt8qfShpKz93m6dfvKsmeLKbVoZgMbQh4YdvlwXpHk\n trClt38p/L3TQyl2MjEziBiTlb1ZJfI778/xrOnS/4/xYyTzIQChkRoNMlF95iHwmV\n 0ryjefGbXsbr7Cwd+zFqZ311UddyUkagr1KsuOokC/y8SmppUKkcI3G0YP9lfzghV4\n 9xYaee1He+xQjEldniF33vWb6oEV7pB1ThIJu2L4egiN3v2S0+GqiS61K5g8Irl7jx\n hInohWrEuba/EOmZDA6me/PS4DKpyhVZZEKDLAC47I5IQXRK1v5wRh2XHMVHm21sGY\n 4CA+cAaYrEdTRQis19L9ajuj2OmRh411W0z2YdIF1SoAlPL4FXcWCkkiaMhizkypTu\n k9htCRaNNQ28DvXLCF+ZOeic=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1775610042; x=1776214842;\n h=in-reply-to:content-transfer-encoding:content-disposition\n :mime-version:references:mail-followup-to:message-id:subject:cc:to\n :from:date:x-gm-gg:x-gm-message-state:from:to:cc:subject:date\n :message-id:reply-to;\n bh=LU81rUSpiSh6tUcJlwZGi8SJzNftOp6VFTDJTETVhOA=;\n b=dBMZnVNIm1IeqjnDqiUfxFOGtaUN23cOVvsuzzeOBfxDG/db3KDBbjLdzuuximEDZy\n 0rPU7DlVhej7W54RJ6/C1qa2RWtNsnbfOiTsETVBN2YRq2xvGt3fJGUmAsW8wpb0mBsV\n p+PPGxX+yclINfpRqUQ04AxPvXMf8AbLzBjA1ykBt0PHLHaavF9AxjCHcBvFG3CvsRMI\n zmoJmuvjOl3qPRW3bCI6oQ47rmokFolMhlklhPSXKR0PXUI5+ybVNXfPGVnTeEdXecI2\n +goXXr3XjwGtWmTQSueEkQBlJvMM5OOcv0A13Lu6XWNDTqEpb0RT+mdBZiuQRT6iA0XX\n ZSjA==","X-Gm-Message-State":"AOJu0YyWyJVK0c0ezsN/kUpEMgvWyTaACVyw7LY7fCosbCygB9gylrTq\n RjCLzp0aSPG1t1pgSqybDHVg7Ek2YwAhSVM+Hui1aX4k3p3Gmf5wT8Ta8SYn5BMettHdMRAxoGd\n AVGm1tt4F4HiqoZsTW79IryYYu8Etzdg9Y+Ir+orxvMUsj7h/JEF+Okk/W5cjIaPb37DsvmgLbS\n rXD6LcoURECX3hLJTi","X-Gm-Gg":"AeBDieuthWAkqLgBrO4CFS05VQdzT6PY3FDCPQ4mwvMumsVfdYT1sTCwq9Fns56uO3s\n U4FxjyO1KRfnhQq5JdnPeiXONU7+TLtPgQaB+32wE/dWFXFINGxtTR0cvqNm0mnMZoRdHBTbH+C\n XFiMTgPwCND9P3A7SLxxC5awFZyrqh5rGGOt3nqeOPg9yu79QDhE3OngMVz0Br2PD1KpMjQttZL\n PseyCeGMOXH4I0EGMmS92f1AJ+Led/mUIMpcvIn76IJ2COEQbQ7CVmEINCsX9gzFxZNXXMKOHtX\n ooF67pcDUYYGS7jG92SCC/L6U3IVBs8L94pdymW/csJ8murWOfriLicw6i77ym3MJxE+Y65PFes\n 4MininZXKQwIeyEi++1EU5SQVWc8vWkJv9huBcmTl9DU75i7kmjz+OVMD9VMDPuoCCv1AB7M8a0\n L7/A==","X-Received":["by 2002:a05:6214:226c:b0:89c:d7e3:7f01 with SMTP id\n 6a1803df08f44-8a704ea730bmr293440166d6.48.1775610042113;\n Tue, 07 Apr 2026 18:00:42 -0700 (PDT)","by 2002:a05:6214:226c:b0:89c:d7e3:7f01 with SMTP id\n 6a1803df08f44-8a704ea730bmr293438306d6.48.1775610041057;\n Tue, 07 Apr 2026 18:00:41 -0700 (PDT)"],"Date":"Wed, 8 Apr 2026 09:00:35 +0800","From":"\"Chia-Lin Kao (AceLan)\" <acelan.kao@canonical.com>","To":"Timo Aaltonen <timo.aaltonen@canonical.com>","Subject":"Re: CMNT Re: [SRU][Q][PATCH 0/2] On Dell system, the internal OLED\n display drops to a visibly low FPS after suspend/resume","Message-ID":"<adWoS1fQj5rWZCZS@acelan-Precision-5480>","Mail-Followup-To":"Timo Aaltonen <timo.aaltonen@canonical.com>,\n kernel-team@lists.ubuntu.com","References":"<20260407025042.73729-1-acelan.kao@canonical.com>\n <00c04913-5549-4b08-b007-fe06712dddac@canonical.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<00c04913-5549-4b08-b007-fe06712dddac@canonical.com>","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Cc":"kernel-team@lists.ubuntu.com","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}}]