[Bug 216402] Dell laptops: hpet_acpi_add: no address or irqs in _CRS

2024-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216402

Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) changed:

   What|Removed |Added

 CC||pmenzel+bugzilla.kernel.org
   ||@molgen.mpg.de

--- Comment #7 from Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) ---
Created attachment 305956
  --> https://bugzilla.kernel.org/attachment.cgi?id=305956&action=edit
Disassembled DSDT from Dell XPS 13 9360

On the older Dell XPS 13 9360, the warning is also present.

```
Device (HPET)
{
Name (_HID, EisaId ("PNP0103") /* HPET System Timer */)  // _HID:
Hardware ID
Name (_UID, Zero)  // _UID: Unique ID
Name (BUF0, ResourceTemplate ()
{
Memory32Fixed (ReadWrite,
0xFED0, // Address Base
0x0400, // Address Length
_Y32)
})
Method (_STA, 0, NotSerialized)  // _STA: Status
{
If (HPTE)
{
Return (0x0F)
}

Return (Zero)
}

Method (_CRS, 0, Serialized)  // _CRS: Current Resource Settings
{
If (HPTE)
{
CreateDWordField (BUF0, \_SB.PCI0.LPCB.HPET._Y32._BAS,
HPT0)  // _BAS: Base Address
HPT0 = HPTB /* \HPTB */
}

Return (BUF0) /* \_SB_.PCI0.LPCB.HPET.BUF0 */
}
}
```

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 218557] New: Kernel regression in acpi/ec.c causing some AMD platforms to limit CPU frequency to < 544Mhz

2024-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=218557

Bug ID: 218557
   Summary: Kernel regression in acpi/ec.c causing some AMD
platforms to limit CPU frequency to < 544Mhz
   Product: ACPI
   Version: 2.5
  Hardware: AMD
OS: Linux
Status: NEW
  Severity: blocking
  Priority: P3
 Component: EC
  Assignee: acpi...@kernel-bugs.osdl.org
  Reporter: mpearson-len...@squebb.ca
Regression: No

Created attachment 305960
  --> https://bugzilla.kernel.org/attachment.cgi?id=305960&action=edit
Log of system after suspend/resume with frequencies locked

There have been various reports of issues on Lenovo P15v G3 AMD and P16v G1 AMD
platforms where CPU frequency after suspend/resume is limited to 544MHz

I was able to reproduce this reliably on my P16V G1 AMD with the following
steps:
 - Be plugged in
 - Suspend (s0ix)
 - Unplug
 - Resume

If then checking the CPU frequencies they are limited to 400 to 544Mhz and
cause reduced system performance. The only recovery is to power cycle.

I was able to bisect the issue and tracked it down to this commit:
https://github.com/torvalds/linux/commit/b5539eb5ee70257520e40bb636a295217c329a50

I've done a 6.8-rc6 build with and without this change and confirmed it is
broken/fixed (kernel logs attached).

Please let me know how to proceed from here.
Thanks
Mark

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 218557] Kernel regression in acpi/ec.c causing some AMD platforms to limit CPU frequency to < 544Mhz

2024-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=218557

--- Comment #1 from Mark Pearson (mpearson-len...@squebb.ca) ---
Created attachment 305961
  --> https://bugzilla.kernel.org/attachment.cgi?id=305961&action=edit
Kernel log with issue causing commit reverted

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla