]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fbdev: s3fb: Revert mclk stop in suspend
authorZsolt Kajtar <soci@c64.rulez.org>
Wed, 3 Sep 2025 19:14:15 +0000 (21:14 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 30 Sep 2025 21:21:34 +0000 (23:21 +0200)
commit2e3da8cfe3b281d503ef0e968af131323562ae7c
treeb265156ae365653d378c9409e2c08e1e22a9066d
parent4d23d9f7fa7c9ed10b5b32a4e4871ddce02b2337
fbdev: s3fb: Revert mclk stop in suspend

There are systems which want to wait for as long as it takes for the
stopped video memory to answer. Mapping it out helps to avoid that
while the system is running but standby still hangs somehow. So just
leave the memory on in standby same as it was before my change.

Signed-off-by: Zsolt Kajtar <soci@c64.rulez.org>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/s3fb.c