Re: [PATCH 1/2] drm/vkms: Use alpha for blending in blend() function

2019-01-24 Thread Rodrigo Siqueira
Hi, I tested your patch with kms_cursor_crc, and everything worked as expected! Really nice patch :) I just have some tiny comments inline. On 01/24, Mamta Shukla wrote: > Use the alpha value to blend vaddr_src with vaddr_dst instead > of overwriting it in blend(). > > Signed-off-by: Mamta Shuk

[PATCH 1/2] drm/vkms: Use alpha for blending in blend() function

2019-01-24 Thread Mamta Shukla
Use the alpha value to blend vaddr_src with vaddr_dst instead of overwriting it in blend(). Signed-off-by: Mamta Shukla --- drivers/gpu/drm/vkms/vkms_crc.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/vkms/vkms_crc.c b/drivers/gpu/dr