Re: [PATCH v3 19/21] drm/msm/dpu: Implement CTL_PIPE_ACTIVE for v12.0 DPU

2025-03-11 Thread Krzysztof Kozlowski
On 21/02/2025 17:26, Dmitry Baryshkov wrote: > Minot nit below > >> diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c >> b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c >> index >> 43a254cf57da571e2ec8aad38028477652f9283c..3e0bdd1100ebb0d302a852ceeaf8af86835e69a1 >> 100644 >> --- a/drivers/g

Re: [PATCH v3 19/21] drm/msm/dpu: Implement CTL_PIPE_ACTIVE for v12.0 DPU

2025-02-21 Thread Dmitry Baryshkov
On Fri, Feb 21, 2025 at 04:24:29PM +0100, Krzysztof Kozlowski wrote: > v12.0 DPU on SM8750 comes with new CTL_PIPE_ACTIVE register for > selective activation of pipes, which replaces earlier > dpu_hw_ctl_setup_blendstage() code path for newer devices. > > Signed-off-by: Krzysztof Kozlowski > > -

[PATCH v3 19/21] drm/msm/dpu: Implement CTL_PIPE_ACTIVE for v12.0 DPU

2025-02-21 Thread Krzysztof Kozlowski
v12.0 DPU on SM8750 comes with new CTL_PIPE_ACTIVE register for selective activation of pipes, which replaces earlier dpu_hw_ctl_setup_blendstage() code path for newer devices. Signed-off-by: Krzysztof Kozlowski --- Changes in v3: 1. New patch, split from previous big DPU v12.0. --- drivers/gp