Re: [PATCH v4 2/2] drm/mali-dp: Implement plane alpha and pixel blend on malidp

2018-08-15 Thread Liviu Dudau
On Wed, Aug 15, 2018 at 02:35:33PM +0800, Lowry Li wrote: > Checks the pixel blending mode and plane alpha value when > do the plane_check. Mali DP supports blending the current plane > with the background either based on the pixel alpha blending > mode or by using the layer's alpha value, but not

[PATCH v4 2/2] drm/mali-dp: Implement plane alpha and pixel blend on malidp

2018-08-15 Thread Lowry Li
Checks the pixel blending mode and plane alpha value when do the plane_check. Mali DP supports blending the current plane with the background either based on the pixel alpha blending mode or by using the layer's alpha value, but not both at the same time. If both case, plane_check will return

[PATCH v4 2/2] drm/mali-dp: Implement plane alpha and pixel blend on malidp

2018-08-14 Thread Lowry Li
Checks the pixel blending mode and plane alpha value when do the plane_check. Mali DP supports blending the current plane with the background either based on the pixel alpha blending mode or by using the layer's alpha value, but not both at the same time. If both case, plane_check will return