Re: [PATCH v6 5/6] drm/log: Implement suspend/resume
From: John Ogness
Date: Tue Nov 05 2024 - 08:17:22 EST
On 2024-11-05, Jocelyn Falempe <jfalempe@xxxxxxxxxx> wrote:
> Normally the console is already suspended when the graphic driver
> suspend callback is called, but if the parameter no_console_suspend
> is set, it might still be active.
> So call console_stop()/console_start() in the suspend/resume
> callbacks, to make sure it won't try to write to the framebuffer
> while the graphic driver is suspended.
>
> Signed-off-by: Jocelyn Falempe <jfalempe@xxxxxxxxxx>
Reviewed-by: John Ogness <john.ogness@xxxxxxxxxxxxx>