platform/loongarch: laptop: Explicitly reset bl_powered state when suspend
authorZixing Liu <liushuyu@aosc.io>
Fri, 24 Jul 2026 08:33:14 +0000 (16:33 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Fri, 24 Jul 2026 08:33:14 +0000 (16:33 +0800)
commit91a70492c03040d51b36f595530d6491d5d6c541
tree1ec9f1efd3e216a5a088602435f0dd447668bbc9
parentcf4dd800e49d35d48ebd63d511a6e200f39176f7
platform/loongarch: laptop: Explicitly reset bl_powered state when suspend

On EAECIS NL60R with EC firmware version 1.11, resuming from S3 has a
very high chance (>90%) of causing the EC to lose the previous backlight
power state. When this happens, the laptop resumes normally from S3, but
the backlight remains off (when shining on the screen with a flash light,
we can see the screen contents are updating normally).

Since there is no generic way to query the EC's backlight state on
Loongson laptop platforms, assume the worst-case scenario and restart
the backlight power inside the kernel each time the system resumes.

Cc: stable@vger.kernel.org
Fixes: 53c762b47f72 ("platform/loongarch: laptop: Add backlight power control support")
Tested-by: Yao Zi <me@ziyao.cc>
Tested-by: Xi Ruoyao <xry111@xry111.site>
Signed-off-by: Zixing Liu <liushuyu@aosc.io>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
drivers/platform/loongarch/loongson-laptop.c