Re: [PATCH v2 08/16] drm/msm/dpu: Drop useless comments

2025-02-19 Thread Jessica Zhang
On 2/17/2025 8:41 AM, Krzysztof Kozlowski wrote: Drop comments about SoC before each 'struct dpu_lm_sub_blks' for given SoC because it's duplicating the actual name of structure. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cat

Re: [PATCH v2 08/16] drm/msm/dpu: Drop useless comments

2025-02-17 Thread Dmitry Baryshkov
On Mon, Feb 17, 2025 at 05:41:29PM +0100, Krzysztof Kozlowski wrote: > Drop comments about SoC before each 'struct dpu_lm_sub_blks' for given > SoC because it's duplicating the actual name of structure. Historically there were more SoC-specific data, now we are really limited to the LM sblk. Maybe

[PATCH v2 08/16] drm/msm/dpu: Drop useless comments

2025-02-17 Thread Krzysztof Kozlowski
Drop comments about SoC before each 'struct dpu_lm_sub_blks' for given SoC because it's duplicating the actual name of structure. Signed-off-by: Krzysztof Kozlowski --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm/msm/d