Re: [PATCH v3 07/15] drm/msm/dpu: bind correct pingpong for quad pipe

2025-01-09 Thread Jessica Zhang
On 12/18/2024 11:49 PM, Jun Nie wrote: There are 2 interfaces and 4 pingpong in quad pipe. Map the 2nd interface to 3rd PP instead of the 2nd PP. Signed-off-by: Jun Nie Reviewed-by: Dmitry Baryshkov Reviewed-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 15 +

[PATCH v3 07/15] drm/msm/dpu: bind correct pingpong for quad pipe

2024-12-18 Thread Jun Nie
There are 2 interfaces and 4 pingpong in quad pipe. Map the 2nd interface to 3rd PP instead of the 2nd PP. Signed-off-by: Jun Nie Reviewed-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dr