Re: [PATCH v2 1/2] drm/vkms: allow full alpha blending on all planes

2023-04-26 Thread Maíra Canal
On 4/20/23 20:22, Maíra Canal wrote: Before commit bc0d7fdefec6 ("drm: vkms: Supports to the case where primary plane doesn't match the CRTC"), the composition was executed on top of the primary plane. Therefore, the primary plane was not able to support the alpha channel. After commit bc0d7fdefe

Re: [PATCH v2 1/2] drm/vkms: allow full alpha blending on all planes

2023-04-21 Thread Arthur Grillo Queiroz Cabral
On 20/04/23 20:22, Maíra Canal wrote: > Before commit bc0d7fdefec6 ("drm: vkms: Supports to the case where > primary plane doesn't match the CRTC"), the composition was executed on > top of the primary plane. Therefore, the primary plane was not able to > support the alpha channel. After commit

[PATCH v2 1/2] drm/vkms: allow full alpha blending on all planes

2023-04-20 Thread Maíra Canal
Before commit bc0d7fdefec6 ("drm: vkms: Supports to the case where primary plane doesn't match the CRTC"), the composition was executed on top of the primary plane. Therefore, the primary plane was not able to support the alpha channel. After commit bc0d7fdefec6, this is possible, as the compositio