[PATCH v2 0/1][SRU][OEM-5.6] UBUNTU: SAUCE: pci: Speed up the process of s3 resume
koba.ko at canonical.com
koba.ko at canonical.com
Mon May 11 09:53:22 UTC 2020
From: Koba Ko <koba.ko at canonical.com>
BugLink: https://bugs.launchpad.net/bugs/1876844
[Impact]
Process of s3 resume take 7s and it's too long which is over 5s.
[Fix]
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.
v2: correct BugLink typo only
Koba Ko (1):
UBUNTU: SAUCE: pci: s3 resume takes too long time, around 7s
drivers/pci/pci.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
2.25.1
More information about the kernel-team
mailing list