https://bugzilla.kernel.org/show_bug.cgi?id=209711

--- Comment #10 from Kai-Heng Feng (kai.heng.f...@canonical.com) ---
(In reply to Heiner Kallweit from comment #9)
> Speaking for r8169 and RTL8168h:
> Chip initialization includes the following:
> RTL_W8(tp, MISC_1, RTL_R8(tp, MISC_1) & ~PFM_D3COLD_EN);
> Due to missing chip documentation I can't say what this actually does, but
> it wouldn't be a surprise if D3cold doesn't work properly.

I've seen r8169 works with D3cold without any issue.
So if we really need to disable D3cold, we should do it at pcieport driver.

> 
> How is it if add a call to pci_d3cold_disable() to rtl_init_one() in r8169?
> Is waking from D3hot working properly?

PCI PME on D3hot works properly.

-- 
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

Reply via email to