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

2022-06-21 Thread Jessica Zhang
On 6/20/2022 11:36 PM, Dmitry Baryshkov wrote: On Tue, 21 Jun 2022 at 03:50, Jessica Zhang wrote: Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/collect methods. Changes since V1: - Set values_cnt to only include phys with back

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

2022-06-20 Thread Dmitry Baryshkov
On Tue, 21 Jun 2022 at 03:50, Jessica Zhang wrote: > > Add support for writing CRC values for the interface block to > the debugfs by calling the necessary MISR setup/collect methods. > > Changes since V1: > - Set values_cnt to only include phys with backing hw_intf > - Loop over all drm_encs conn

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

2022-06-20 Thread Jessica Zhang
Add support for writing CRC values for the interface block to the debugfs by calling the necessary MISR setup/collect methods. Changes since V1: - Set values_cnt to only include phys with backing hw_intf - Loop over all drm_encs connected to crtc Changes since V2: - Remove vblank.h inclusion - Ch