Re: [Freedreno] [PATCH v3 21/27] drm/msm/dpu: simplify dpu_plane_validate_src()

2023-02-06 Thread Abhinav Kumar
On 2/6/2023 4:27 PM, Dmitry Baryshkov wrote: On 07/02/2023 00:40, Abhinav Kumar wrote: On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: Since the driver uses clipped src coordinates, there is no need to check against the fb coordinates. Remove corresponding checks and inline dpu_plane_validat

Re: [Freedreno] [PATCH v3 21/27] drm/msm/dpu: simplify dpu_plane_validate_src()

2023-02-06 Thread Dmitry Baryshkov
On 07/02/2023 00:40, Abhinav Kumar wrote: On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: Since the driver uses clipped src coordinates, there is no need to check against the fb coordinates. Remove corresponding checks and inline dpu_plane_validate_src(). Signed-off-by: Dmitry Baryshkov Can

Re: [Freedreno] [PATCH v3 21/27] drm/msm/dpu: simplify dpu_plane_validate_src()

2023-02-06 Thread Abhinav Kumar
On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: Since the driver uses clipped src coordinates, there is no need to check against the fb coordinates. Remove corresponding checks and inline dpu_plane_validate_src(). Signed-off-by: Dmitry Baryshkov Can you please explain how the clipping in dr

[Freedreno] [PATCH v3 21/27] drm/msm/dpu: simplify dpu_plane_validate_src()

2023-02-03 Thread Dmitry Baryshkov
Since the driver uses clipped src coordinates, there is no need to check against the fb coordinates. Remove corresponding checks and inline dpu_plane_validate_src(). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 30 --- 1 file changed, 10 ins