Re: [Freedreno] [PATCH v4 1/4] drm/msm/dpu: Move LM CRC code into separate method

2022-06-22 Thread Dmitry Baryshkov
On 22/06/2022 20:18, Jessica Zhang wrote: Move layer mixer-specific section of dpu_crtc_get_crc() into a separate helper method. This way, we can make it easier to get CRCs from other HW blocks by adding other get_crc helper methods. Changes since V1: - Move common bitmasks to dpu_hw_util.h - Mo

[Freedreno] [PATCH v4 1/4] drm/msm/dpu: Move LM CRC code into separate method

2022-06-22 Thread Jessica Zhang
Move layer mixer-specific section of dpu_crtc_get_crc() into a separate helper method. This way, we can make it easier to get CRCs from other HW blocks by adding other get_crc helper methods. Changes since V1: - Move common bitmasks to dpu_hw_util.h - Move common CRC methods to dpu_hw_util.c - Upd