linux-yocto/kernel/power
tuhaowen a5ba5059f2 PM: sleep: console: Fix the black screen issue
[ Upstream commit 4266e8fa56 ]

When the computer enters sleep status without a monitor
connected, the system switches the console to the virtual
terminal tty63(SUSPEND_CONSOLE).

If a monitor is subsequently connected before waking up,
the system skips the required VT restoration process
during wake-up, leaving the console on tty63 instead of
switching back to tty1.

To fix this issue, a global flag vt_switch_done is introduced
to record whether the system has successfully switched to
the suspend console via vt_move_to_console() during suspend.

If the switch was completed, vt_switch_done is set to 1.
Later during resume, this flag is checked to ensure that
the original console is restored properly by calling
vt_move_to_console(orig_fgconsole, 0).

This prevents scenarios where the resume logic skips console
restoration due to incorrect detection of the console state,
especially when a monitor is reconnected before waking up.

Signed-off-by: tuhaowen <tuhaowen@uniontech.com>
Link: https://patch.msgid.link/20250611032345.29962-1-tuhaowen@uniontech.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-08-28 16:25:53 +02:00
..
autosleep.c
console.c PM: sleep: console: Fix the black screen issue 2025-08-28 16:25:53 +02:00
energy_model.c
hibernate.c PM: hibernate: Add error handling for syscore_suspend() 2025-02-21 13:49:22 +01:00
Kconfig
main.c
Makefile
power.h
poweroff.c
process.c
qos.c PM: QoS: Restore support for default value on frequency QoS 2023-07-23 13:49:45 +02:00
snapshot.c PM: hibernate: Clean up sync_read handling in snapshot_write_next() 2023-11-28 17:07:11 +00:00
suspend_test.c
suspend.c PM: s2idle: Make sure CPUs will wakeup directly on resume 2024-04-17 11:18:22 +02:00
swap.c PM: hibernate: Enforce ordering during image compression/decompression 2024-01-31 16:16:58 -08:00
user.c
wakelock.c PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks() 2025-06-27 11:07:07 +01:00