Re: [PATCH 04/11] drm/msm/dpu: allow using lm mixer base stage

2023-04-21 Thread Arnaud Vrac
Le jeu. 20 avr. 2023 à 00:43, Dmitry Baryshkov a écrit : > > On 19/04/2023 17:41, Arnaud Vrac wrote: > > The dpu backend already handles applying alpha to the base stage, so we > > can use it to render the bottom plane in all cases. This allows mixing > > one additional plane with the hardware

Re: [PATCH 04/11] drm/msm/dpu: allow using lm mixer base stage

2023-04-20 Thread Dmitry Baryshkov
On 20/04/2023 10:26, Arnaud Vrac wrote: Le jeu. 20 avr. 2023 à 00:43, Dmitry Baryshkov a écrit : On 19/04/2023 17:41, Arnaud Vrac wrote: The dpu backend already handles applying alpha to the base stage, so we can use it to render the bottom plane in all cases. This allows mixing one

[PATCH 04/11] drm/msm/dpu: allow using lm mixer base stage

2023-04-20 Thread Arnaud Vrac
The dpu backend already handles applying alpha to the base stage, so we can use it to render the bottom plane in all cases. This allows mixing one additional plane with the hardware mixer. Signed-off-by: Arnaud Vrac --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 2 +- 1 file changed, 1

Re: [PATCH 04/11] drm/msm/dpu: allow using lm mixer base stage

2023-04-19 Thread Dmitry Baryshkov
On 19/04/2023 17:41, Arnaud Vrac wrote: The dpu backend already handles applying alpha to the base stage, so we can use it to render the bottom plane in all cases. This allows mixing one additional plane with the hardware mixer. Signed-off-by: Arnaud Vrac This might require additional