Re: [PATCH v3 2/4] drm/msm/dpu: Move MISR methods to dpu_hw_util

2022-06-21 Thread Dmitry Baryshkov
On Tue, 21 Jun 2022 at 03:50, Jessica Zhang wrote: > > Move layer mixer specific MISR methods to generalized helper methods. > This will make it easier to add CRC support for other blocks in the > future. > > Changes since V2: > - Reordered parameters so that offsets are after hw_blk_reg_map > -

[PATCH v3 2/4] drm/msm/dpu: Move MISR methods to dpu_hw_util

2022-06-20 Thread Jessica Zhang
Move layer mixer specific MISR methods to generalized helper methods. This will make it easier to add CRC support for other blocks in the future. Changes since V2: - Reordered parameters so that offsets are after hw_blk_reg_map - Fixed mismatched whitespace in bitmask definitions Signed-off-by: