https://bugzilla.kernel.org/show_bug.cgi?id=216516 --- Comment #17 from Alex Deucher (alexdeucher@xxxxxxxxx) --- (In reply to kolAflash from comment #15) > > But I also still the idea of using S3 (especially because of the very low > power consumption). > ---> So I'd still like to see a fix for the commit initially mentioned. Or > maybe not a fix, but a kernel command line option to disable that behavior. > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/ > ?id=7123d39dc24dcd21ff23d75f46f926b15269b9da You should not need to reset the GPU for S3 if the device is properly powered down on suspend. The reset on suspend was to workaround the case where suspend failed and we needed a to put the GPU into a clean state to resume without the GPU having been powered down. I think the reason this helped you was because the platform was not actually getting properly powered down so the GPU was never powered off, thus on resume the GPU was in an unknown state. SO you were not actually getting proper suspend in the first place. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.