]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/msm/dpu: Extract plane splitting into a dedicated function
authorJun Nie <jun.nie@linaro.org>
Thu, 12 Mar 2026 08:28:10 +0000 (16:28 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Wed, 25 Mar 2026 07:43:58 +0000 (09:43 +0200)
commitfebcd37fec129316eb96dafb0384e57d910f9508
tree19ed1eb9a4f4a77875136e9ea2c6ab31d3499ba6
parent3bd3d4999f6fbb53631d268af3cdf837601bb77c
drm/msm/dpu: Extract plane splitting into a dedicated function

dpu_plane_atomic_check_nosspp() currently handles both plane
validation and plane splitting. For better simplicity and to
facilitate future refactoring, move the splitting logic into
its own dedicated function.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/711319/
Link: https://lore.kernel.org/r/20260312-msm-next-quad-pipe-split-v19-1-4ffa2b06c996@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c