[PATCH 05/11] drm/msm/dpu: allow using all lm mixer stages

2023-04-20 Thread Arnaud Vrac
The max_mixer_blendstages hw catalog property represents the number of planes that can be blended by the lm mixer, excluding the base stage, so adjust the check for the number of currently assigned planes accordingly. Signed-off-by: Arnaud Vrac --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 6

Re: [PATCH 05/11] drm/msm/dpu: allow using all lm mixer stages

2023-04-19 Thread Dmitry Baryshkov
On 19/04/2023 17:41, Arnaud Vrac wrote: The max_mixer_blendstages hw catalog property represents the number of planes that can be blended by the lm mixer, excluding the base stage, so adjust the check for the number of currently assigned planes accordingly. Signed-off-by: Arnaud Vrac ---