Re: [PATCH v2] drm/qxl: Add drm_panic support

2024-09-21 Thread Jocelyn Falempe
On 19/09/2024 09:12, Ryosuke Yasuoka wrote: QXL supports the drm_panic module, which displays a message to the screen when a kernel panic occurs. It looks good to me. I think you just need to adjust some functions argument indentation (tab size is 8), see below. Best regards, -- Jocelyn

[PATCH v2] drm/qxl: Add drm_panic support

2024-09-19 Thread Ryosuke Yasuoka
QXL supports the drm_panic module, which displays a message to the screen when a kernel panic occurs. Signed-off-by: Ryosuke Yasuoka --- v2 In [1], Jocelyn gives me feedbacks and fix them. 1. Removing qxl_surface_evict(): It takes a mutex and it possibly causes deadlock in panic handler. As the p