Re: [PATCH v5 21/32] drm/msm/dpu: simplify dpu_plane_validate_src()

2023-03-13 Thread Abhinav Kumar
On 3/9/2023 4:56 PM, Dmitry Baryshkov wrote: The plane's clipped coordinates has already been validated against FB size in the drm_atomic_plane_check(). There is no need to check them again. Remove corresponding checks and inline dpu_plane_validate_src(). Signed-off-by: Dmitry Baryshkov Re

[PATCH v5 21/32] drm/msm/dpu: simplify dpu_plane_validate_src()

2023-03-09 Thread Dmitry Baryshkov
The plane's clipped coordinates has already been validated against FB size in the drm_atomic_plane_check(). There is no need to check them again. Remove corresponding checks and inline dpu_plane_validate_src(). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 30 ++