Re: [Freedreno] [PATCH 07/25] drm/msm/dpu: drop dpu_plane_pipe function

2022-05-03 Thread Abhinav Kumar
On 2/9/2022 9:25 AM, Dmitry Baryshkov wrote: There no more need for the dpu_plane_pipe() function, crtc code can access pstate->pipe_hw.idx directly. Signed-off-by: Dmitry Baryshkov Perhaps this can be squashed with the previous change. Otherwise, Reviewed-by: Abhinav Kumar --- drive

[Freedreno] [PATCH 07/25] drm/msm/dpu: drop dpu_plane_pipe function

2022-02-09 Thread Dmitry Baryshkov
There no more need for the dpu_plane_pipe() function, crtc code can access pstate->pipe_hw.idx directly. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 4 ++-- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 5 - drivers/gpu/drm/msm/disp/dpu1/dpu_plane.h | 7