[PATCH 06/11] drm/msm/dpu: support cursor sspp hw blocks

2023-04-20 Thread Arnaud Vrac
Cursor SSPP must be assigned to the last mixer stage, so we assign an immutable zpos property with a value higher than primary/overlay planes, to ensure it will always be on top. Signed-off-by: Arnaud Vrac --- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 19 ++-

Re: [PATCH 06/11] drm/msm/dpu: support cursor sspp hw blocks

2023-04-19 Thread Dmitry Baryshkov
On 19/04/2023 17:41, Arnaud Vrac wrote: Cursor SSPP must be assigned to the last mixer stage, so we assign an immutable zpos property with a value higher than primary/overlay planes, to ensure it will always be on top. The commit does more than is described in the commit message. Let's do it