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

2019-02-01 Thread Daniel Vetter
On Thu, Jan 31, 2019 at 10:44:09AM -0200, Rodrigo Siqueira wrote: > Hi, > > First of all, thanks for your patch :) > > I tested your patch against the tests that you implemented in the IGT > [1]. All the alpha tests passed, but there was a weird warning that > says: > > $ sudo

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

2019-01-31 Thread Rodrigo Siqueira
Hi, First of all, thanks for your patch :) I tested your patch against the tests that you implemented in the IGT [1]. All the alpha tests passed, but there was a weird warning that says: $ sudo IGT_FORCE_DRIVER=vkms ./tests/kms_cursor_crc --run-subtest cursor-alpha-opaque IGT-Version:

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

2019-01-30 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 --- changes in v2: -Use macro to avoid code duplication -Add spaces around '/' and '-' -Remove spaces at the end of the line drivers/gpu/drm/vkms/vkms_crc.c | 25