Re: [PATCH] drm/msm/dpu: Simplify using local 'ctl' variable

2025-02-26 Thread Dmitry Baryshkov
On Tue, 14 Jan 2025 16:59:59 +0100, Krzysztof Kozlowski wrote: > In few places we store 'phys_enc->hw_ctl' to local 'ctl' variable so use > it everywhere. No functional change. > > Applied, thanks! [1/1] drm/msm/dpu: Simplify using local 'ctl' variable https://gitlab.freedesktop.org/lu

Re: [PATCH] drm/msm/dpu: Simplify using local 'ctl' variable

2025-02-14 Thread Krzysztof Kozlowski
On 14/01/2025 16:59, Krzysztof Kozlowski wrote: > In few places we store 'phys_enc->hw_ctl' to local 'ctl' variable so use > it everywhere. No functional change. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 32 ++--- > 1 file chang

Re: [PATCH] drm/msm/dpu: Simplify using local 'ctl' variable

2025-01-14 Thread Abhinav Kumar
On 1/14/2025 7:59 AM, Krzysztof Kozlowski wrote: In few places we store 'phys_enc->hw_ctl' to local 'ctl' variable so use it everywhere. No functional change. Signed-off-by: Krzysztof Kozlowski --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 32 ++--- 1 file changed, 16

[PATCH] drm/msm/dpu: Simplify using local 'ctl' variable

2025-01-14 Thread Krzysztof Kozlowski
In few places we store 'phys_enc->hw_ctl' to local 'ctl' variable so use it everywhere. No functional change. Signed-off-by: Krzysztof Kozlowski --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 32 ++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/gp