[PATCH 0/1][SRU][OEM-5.6] UBUNTU: SAUCE: Speed up the process of s3 resume
koba.ko at canonical.com
koba.ko at canonical.com
Tue May 5 10:24:58 UTC 2020
From: Koba Ko <koba.ko at canonical.com>
BguLink: https://bugs.launchpad.net/bugs/1876844
[Impact]
Process of s3 resume take 7s and it's too long which is over 5s.
[Fix]
the commit is from https://lore.kernel.org/linux-pci/20200416083245.73957-1-mika.westerberg@linux.intel.com/
Reference link_active_reporting field of PCI device to determine whether delay is taken or not.
Actual delay would be determined by taking maximum between 100ms and pci device's d3cold delay.
[test]
With the patch, the total time s3 resume is 3874.298 ms which is smaller than 5s.
[Regression Potential]
Medium. This patch only changes the rules to determine whether delay is taken or not.
Reference the right field(link_active_reporting), but not speed of pci device.
Koba Ko (1):
UBUNTU: SAUCE: pci: s3 resume takes too long time, 7s.
drivers/pci/pci.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
2.17.1
More information about the kernel-team
mailing list