Re: [PATCH v5 5/6] drm/ast: Add drm_panic support

2023-11-03 Thread kernel test robot
: ffc253263a1375a65fa6c9f62a893e9767fbebfa patch link: https://lore.kernel.org/r/20231103145526.628138-6-jfalempe%40redhat.com patch subject: [PATCH v5 5/6] drm/ast: Add drm_panic support config: x86_64-rhel-8.3-rust (https://download.01.org/0day-ci/archive/20231104/202311041116.madu45vi

Re: [PATCH v5 5/6] drm/ast: Add drm_panic support

2023-11-03 Thread kernel test robot
: ffc253263a1375a65fa6c9f62a893e9767fbebfa patch link: https://lore.kernel.org/r/20231103145526.628138-6-jfalempe%40redhat.com patch subject: [PATCH v5 5/6] drm/ast: Add drm_panic support config: csky-randconfig-001-20231104 (https://download.01.org/0day-ci/archive/20231104/202311040239.qkjutdxj

[PATCH v5 5/6] drm/ast: Add drm_panic support

2023-11-03 Thread Jocelyn Falempe
Add support for the drm_panic module, which displays a message to the screen when a kernel panic occurs. Signed-off-by: Jocelyn Falempe --- drivers/gpu/drm/ast/ast_drv.c | 4 ++-- drivers/gpu/drm/ast/ast_drv.h | 3 +++ drivers/gpu/drm/ast/ast_mode.c | 26 ++ 3 files c