Re: [PATCH v2] drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeouts

2023-11-30 Thread kernel test robot
m/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20231129184159.24216-1-quic_parellan%40quicinc.com patch subject: [PATCH v2] drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeouts config: arm-defconfig (https://download.01.org/0day-ci/archive/20231201/20231201022

Re: [PATCH v2] drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeouts

2023-11-29 Thread Dmitry Baryshkov
On Wed, 29 Nov 2023 at 20:42, Paloma Arellano wrote: > > Trigger a devcoredump to dump dpu registers and capture the drm atomic > state when the frame_done_timer timeouts. > > Signed-off-by: Paloma Arellano > --- > > Changes since v1: > - Optimized the format in which frame_done_timeout_cnt is in

[PATCH v2] drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeouts

2023-11-29 Thread Paloma Arellano
Trigger a devcoredump to dump dpu registers and capture the drm atomic state when the frame_done_timer timeouts. Signed-off-by: Paloma Arellano --- Changes since v1: - Optimized the format in which frame_done_timeout_cnt is incremented --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 12 +