Re: [PATCH v2 1/1] drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()

2024-08-05 Thread Qiuxu Zhuo
> From: Qiuxu Zhuo > To: maarten.lankho...@linux.intel.com, mrip...@kernel.org, > tzimmerm...@suse.de, airl...@gmail.com, dan...@ffwll.ch > Cc: dri-devel@lists.freedesktop.org, linux-ker...@vger.kernel.org, > tony.l...@intel.com, qiuxu.z...@intel.com, yudong.w...@inte

[PATCH v2 1/1] drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()

2024-07-03 Thread Qiuxu Zhuo
kernel option CONFIG_FRAMEBUFFER_CONSOLE, CONFIG_DRM_FBDEV_EMULATION, and boot with the 'console=tty0' kernel command line parameter. [2] Set 'panic_timeout' to a non-zero value before calling panic(). Acked-by: Thomas Zimmermann Reported-by: Yudong Wang Tested-by: Yudong Wang Sig

[PATCH 1/1] drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()

2024-05-31 Thread Qiuxu Zhuo
kernel option CONFIG_FRAMEBUFFER_CONSOLE, CONFIG_DRM_FBDEV_EMULATION, and boot with the 'console=tty0' kernel command line parameter. [2] Set 'panic_timeout' to a non-zero value before calling panic(). Reported-by: Yudong Wang Signed-off-by: Qiuxu Zhuo --- drivers/gpu/drm/drm_fb_he