This bug was fixed in the package linux-oem-6.11 - 6.11.0-1018.18

---------------
linux-oem-6.11 (6.11.0-1018.18) noble; urgency=medium

  * noble/linux-oem-6.11: 6.11.0-1018.18 -proposed tracker (LP:
#2104088)

  * Add support for Realtek 8852BE-VT[10ec:b520] (LP: #2103768)
    - wifi: rtw89: 8852bt: add set_channel_rf
    - wifi: rtw89: 8852bt: rfk: use predefined string choice for DPK
      enable/disable
    - wifi: rtw89: 8852bt: add chip_info of RTL8852BT
    - wifi: rtw89: 8852bt: add chip_ops of RTL8852BT
    - wifi: rtw89: 8852bt: declare firmware features of RTL8852BT
    - wifi: rtw89: 8852bte: add PCI entry of 8852BE-VT
    - wifi: rtw89: 8852bt: add 8852BE-VT to Makefile and Kconfig
    - [Config] Enable RTW89_8852BT and RTW89_8852BTE

  * Run sysfs_attachment will be stucked forever (HID-
    SENSOR-200011.16.auto/iio:device4) (LP: #2103753)
    - SAUCE: HID: quirks: Add quirk for another Chicony Electronics HP 5MP 
Camera

  * System hangs when running the memory stress test (LP: #2103680)
    - SAUCE: Revert "blk-wbt: don't throttle swap writes in direct reclaim"

  * Packaging resync (LP: #1786013)
    - [Packaging] debian.oem/dkms-versions -- update from kernel-versions

  * [SRU] Fix screen flickering in inverted display mode (LP: #2103617)
    - drm/xe/display: Re-use display vmas when possible
    - drm/xe/display: Fix fbdev GGTT mapping handling.

  * System could not hit hardware sleep state with specific panel with AMD
    KRK/STX under DC mode (LP: #2103480)
    - drm/amdgpu: add amdgpu_device reference in ip block
    - drm/amdgpu: fix html doc generation warning
    - drm/amdgpu: update the handle ptr in late_fini
    - drm/amdgpu: update the handle ptr in prepare_suspend
    - drm/amdgpu: update the handle ptr in check_soft_reset
    - drm/amdgpu: update the handle ptr in pre_soft_reset
    - drm/amdgpu: update the handle ptr in suspend
    - drm/amd/display: Add and use new dm_prepare_suspend() callback
    - drm/amd/display: Fix HPD after gpu reset
    - drm/amd/display: Disable unneeded hpd interrupts during dm_init

  * Enable Realtek NIC ASPM on more Dell platforms (LP: #2103569)
    - SAUCE: r8169: Add Dell platforms to the ASPM quirk
    - SAUCE: r8169: disable RTL8126 ZRX-DC timeout

  * SD card can not be detected on Realtek Card Reader RTS5264 (LP: #2103568)
    - SAUCE: misc: rtsx: Enhance the signal handling processes in SVID/SSID
      1028:0CE1 platform

  * Run iio_info will be stucked forever (HID-SENSOR-200011.5.auto/iio:device1)
    (LP: #2102077)
    - SAUCE: HID: quirks: Add quirk for Chicony Electronics HP 5MP Camera

  * [Enablement] TI AMP TAS2781 Enablement (2) (LP: #2102065)
    - ALSA: hda/tas2781: Fix index issue in tas2781 hda SPI driver
    - ALSA: hda/tas2781: Update tas2781 hda SPI driver

  * Dell machine cannot wake up from suspend via KB (LP: #2101931)
    - ACPI: button: Install notifier for system events as well

  * [SRU] Fix Lenovo M70/90 gen6 micmute key and led (LP: #2101811)
    - ALSA: hda/realtek - add supported Mic Mute LED for Lenovo platform
    - ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage

  * Disable Human Presence Detection on AMD SFH (LP: #2100748)
    - HID: amd_sfh: Allow configuring whether HPD is enabled or disabled
    - HID: amd_sfh: Default to HPD disabled
    - HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info()

  *  proc_thermal_pci 0000:00:04.0: failed to add RAPL MMIO interface (2)
    (LP: #2100820)
    - thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake

 -- Kuan-Ying Lee <kuan-ying....@canonical.com>  Tue, 25 Mar 2025
11:02:30 +0800

** Changed in: linux-oem-6.11 (Ubuntu Noble)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2103480

Title:
  System could not hit hardware sleep state with specific panel with AMD
  KRK/STX under DC mode

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem-6.11 package in Ubuntu:
  Invalid
Status in linux source package in Noble:
  Invalid
Status in linux-oem-6.11 source package in Noble:
  Fix Released
Status in linux source package in Plucky:
  Triaged
Status in linux-oem-6.11 source package in Plucky:
  Invalid

Bug description:
  [Impact]
  On Dell platform, the system with specific panel and AMD KRK/STX under DC 
mode could not enter hardware sleep state. The root cause is that the HPD 
interrupt triggers HW register write and thus prevents the HW from sleeping, 
this causes the system not to be able to enter s2idle.

  [Fix]
  Backporting the following patches from linux-next fixes the issue:

  [10] 7b1ba19eb15f drm/amd/display: Disable unneeded hpd interrupts during 
dm_init
  [9] 4de141b8b1b7 drm/amd/display: Fix HPD after gpu reset
  [8] 50e0bae34fa6 drm/amd/display: Add and use new dm_prepare_suspend() 
callback
  [7] 982d7f9bfe4a drm/amdgpu: update the handle ptr in suspend
  [6] 9d5ee7ce88ac drm/amdgpu: update the handle ptr in pre_soft_reset 
  [5] 6a9456e0e327 drm/amdgpu: update the handle ptr in check_soft_reset 
  [4] 94b2e07ad493 drm/amdgpu: update the handle ptr in prepare_suspend
  [3] 47d827f9c77b drm/amdgpu: update the handle ptr in late_fini
  [2] 90b97b16e1ab drm/amdgpu: fix html doc generation warning
  [1] 37b993225d37 drm/amdgpu: add amdgpu_device reference in ip block

  The original patches required are [8], [9], and [10]. To apply them,
  we introduce [1], [2], [3], [4], [5], [6], and [7] to resolve
  dependency issues.

  [Test Plan]
  1. Install the Ubuntu image

  2. Use AMD amd_s2idle.py script to check if the system can enter the
  hardware sleep state. The script is available at:
  https://web.git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-
  tools.git/tree/amd_s2idle.py

  [Where problems could occur]
  The backported patch "drm/amd/display: Add and use new dm_prepare_suspend() 
callback" modifies the order in which the display and other IP blocks are 
turned off during suspend. This change might introduce regressions, 
particularly if any components rely on the original suspend sequence.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103480/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to