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

2022-05-27 Thread Dmitry Baryshkov
On 27/05/2022 21:54, 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. Signed-off-by: Jessica Zhang Reviewed-by: Dmitry Baryshkov

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

2022-05-27 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. Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 72 +++-