Re: [Freedreno] [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-06-03 Thread Jessica Zhang
On 6/3/2022 12:02 AM, Dmitry Baryshkov wrote: On Fri, 3 Jun 2022 at 04:02, Jessica Zhang wrote: On 6/2/2022 3:51 PM, Dmitry Baryshkov wrote: On 28/05/2022 01:23, Jessica Zhang wrote: On 5/27/2022 12:46 PM, Dmitry Baryshkov wrote: On 27/05/2022 21:54, Jessica Zhang wrote: Add support for

Re: [Freedreno] [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-06-03 Thread Dmitry Baryshkov
On Fri, 3 Jun 2022 at 04:02, Jessica Zhang wrote: > On 6/2/2022 3:51 PM, Dmitry Baryshkov wrote: > > On 28/05/2022 01:23, Jessica Zhang wrote: > >> On 5/27/2022 12:46 PM, Dmitry Baryshkov wrote: > >>> On 27/05/2022 21:54, Jessica Zhang wrote: > Add support for writing CRC values for the inter

Re: [Freedreno] [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-06-02 Thread Jessica Zhang
On 6/2/2022 3:51 PM, Dmitry Baryshkov wrote: On 28/05/2022 01:23, Jessica Zhang wrote: On 5/27/2022 12:46 PM, Dmitry Baryshkov wrote: On 27/05/2022 21:54, Jessica Zhang wrote: Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/col

Re: [Freedreno] [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-06-02 Thread Dmitry Baryshkov
On 28/05/2022 01:23, Jessica Zhang wrote: On 5/27/2022 12:46 PM, Dmitry Baryshkov wrote: On 27/05/2022 21:54, Jessica Zhang wrote: Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/collect methods. Signed-off-by: Jessica Zhang ---

Re: [Freedreno] [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-05-27 Thread Jessica Zhang
On 5/27/2022 12:46 PM, Dmitry Baryshkov wrote: On 27/05/2022 21:54, Jessica Zhang wrote: Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/collect methods. Signed-off-by: Jessica Zhang ---   drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c

Re: [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-05-27 Thread Dmitry Baryshkov
On 27/05/2022 21:54, Jessica Zhang wrote: Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/collect methods. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c| 43 ++- drivers/gpu/drm/msm/disp

[PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs

2022-05-27 Thread Jessica Zhang
Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/collect methods. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c| 43 ++- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h| 3 + drivers/gpu/drm/ms