drm/i915: Suspend the framebuffer console earlier during system suspend
authorImre Deak <imre.deak@intel.com>
Thu, 4 Jan 2024 08:30:02 +0000 (10:30 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 8 Jan 2024 16:51:32 +0000 (18:51 +0200)
commit1ef28d86bea92503341215fcc7d934d6156b9ba0
tree3a65ea37cd1c6b0257e1fea6187c518710c73d66
parentf4ed123ae295e3ce6f52d054540fdce258ea47e1
drm/i915: Suspend the framebuffer console earlier during system suspend

Suspend the FB console early during system suspend to prevent new FB
probe/modeset cycles interfering with the HW uninitialization steps in a
similar way as during driver shutdown as described in the previous
patch.

Link: https://patchwork.freedesktop.org/patch/msgid/20240104083008.2715733-7-imre.deak@intel.com
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/i915_driver.c