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

2024-09-21 Thread Christophe JAILLET
Le 21/09/2024 à 06:33, Ryosuke Yasuoka a écrit : QXL supports the drm_panic module, which displays a message to the screen when a kernel panic occurs. Signed-off-by: Ryosuke Yasuoka --- Hi, a few comments/nitpicks below, if of interest. diff --git a/drivers/gpu/drm/qxl/qxl_cmd.c b/drivers/

[PATCH v3] drm/qxl: Add drm_panic support

2024-09-21 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 --- v3 Adjust function's arguments indentation. Discussion v2 patch is in [2] [2] https://lore.kernel.org/lkml/20240919071230.840994-1-ryasu...@redhat.com/T/ v2 I