Re: [PATCH] drm/msm/dpu: Clean up CRC debug logs

2022-04-30 Thread Dmitry Baryshkov
On 30/04/2022 03:41, Abhinav Kumar wrote: Hi Jessica Please add reported by for dmitry and suggested-by for Rob. You (or Jessica) could have replied with these tags in the body of the message. Patchwork would have picked them up. Thanks Abhinav On 4/29/2022 5:39 PM, Jessica Zhang wrote:

Re: [PATCH] drm/msm/dpu: Clean up CRC debug logs

2022-04-29 Thread Abhinav Kumar
Hi Jessica Please add reported by for dmitry and suggested-by for Rob. Thanks Abhinav On 4/29/2022 5:39 PM, Jessica Zhang wrote: Currently, dpu_hw_lm_collect_misr returns EINVAL if CRC is disabled. This causes a lot of spam in the DRM debug logs as it's called for every vblank. Instead of re

[PATCH] drm/msm/dpu: Clean up CRC debug logs

2022-04-29 Thread Jessica Zhang
Currently, dpu_hw_lm_collect_misr returns EINVAL if CRC is disabled. This causes a lot of spam in the DRM debug logs as it's called for every vblank. Instead of returning EINVAL when CRC is disabled in dpu_hw_lm_collect_misr, let's return ENODATA and add an extra ENODATA check before the debug log