Skip to content
Commit 79d341e2 authored by Kai-Heng Feng's avatar Kai-Heng Feng Committed by Hans de Goede
Browse files

platform/x86: hp_accel: Avoid invoking _INI to speed up resume



hp_accel can take almost two seconds to resume on some HP laptops.

The bottleneck is on evaluating _INI, which is only needed to run once.

Resolve the issue by only invoking _INI when it's necessary. Namely, on
probe and on hibernation restore.

Signed-off-by: default avatarKai-Heng Feng <kai.heng.feng@canonical.com>
Acked-by: default avatarÉric Piel <eric.piel@trempplin-utc.net>
Link: https://lore.kernel.org/r/20210430060736.590321-1-kai.heng.feng@canonical.com


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent b09aaa3f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment