Re: [Freedreno] [PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe

2022-05-06 Thread Abhinav Kumar
On 5/6/2022 3:29 PM, Dmitry Baryshkov wrote: On 07/05/2022 00:48, Abhinav Kumar wrote: On 5/6/2022 2:39 PM, Dmitry Baryshkov wrote: On 07/05/2022 00:30, Abhinav Kumar wrote: On 2/9/2022 9:25 AM, Dmitry Baryshkov wrote: Wrap SSPP and multirect index/mode into a single structure that

Re: [Freedreno] [PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe

2022-05-06 Thread Dmitry Baryshkov
On 07/05/2022 00:48, Abhinav Kumar wrote: On 5/6/2022 2:39 PM, Dmitry Baryshkov wrote: On 07/05/2022 00:30, Abhinav Kumar wrote: On 2/9/2022 9:25 AM, Dmitry Baryshkov wrote: Wrap SSPP and multirect index/mode into a single structure that represents software view on the pipe used.

Re: [Freedreno] [PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe

2022-05-06 Thread Abhinav Kumar
On 5/6/2022 2:39 PM, Dmitry Baryshkov wrote: On 07/05/2022 00:30, Abhinav Kumar wrote: On 2/9/2022 9:25 AM, Dmitry Baryshkov wrote: Wrap SSPP and multirect index/mode into a single structure that represents software view on the pipe used. Signed-off-by: Dmitry Baryshkov ---  

Re: [PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe

2022-05-06 Thread Dmitry Baryshkov
On 07/05/2022 00:30, Abhinav Kumar wrote: On 2/9/2022 9:25 AM, Dmitry Baryshkov wrote: Wrap SSPP and multirect index/mode into a single structure that represents software view on the pipe used. Signed-off-by: Dmitry Baryshkov ---   drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c    |   8 +-  

Re: [PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe

2022-05-06 Thread Abhinav Kumar
On 2/9/2022 9:25 AM, Dmitry Baryshkov wrote: Wrap SSPP and multirect index/mode into a single structure that represents software view on the pipe used. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c| 8 +- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h |

[PATCH 10/25] drm/msm/dpu: introduce struct dpu_sw_pipe

2022-02-09 Thread Dmitry Baryshkov
Wrap SSPP and multirect index/mode into a single structure that represents software view on the pipe used. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c| 8 +- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h | 16 ++- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c