[PATCH v6 5/9] drm/msm/dpu: split dpu_plane_atomic_check()
Abhinav Kumar
quic_abhinavk at quicinc.com
Fri Oct 25 23:21:43 UTC 2024
On 10/24/2024 5:20 PM, Dmitry Baryshkov wrote:
> Split dpu_plane_atomic_check() function into two pieces:
>
> dpu_plane_atomic_check_nosspp() performing generic checks on the pstate,
> without touching the associated SSPP blocks,
>
> and
>
> dpu_plane_atomic_check_sspp(), which takes into account used SSPPs.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
> drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 178 +++++++++++++++++++-----------
> 1 file changed, 112 insertions(+), 66 deletions(-)
>
Reviewed-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
More information about the dri-devel
mailing list