Re: [PATCH] drm/vkms: fix xrgb on compute crc

2020-07-31 Thread daniel
On Thu, Jul 30, 2020 at 05:25:24PM -0300, Melissa Wen wrote: > The previous memset operation was not correctly zeroing the alpha > channel to compute the crc, and as a result, the IGT subtest > kms_cursor_crc/pipe-A-cursor-alpha-transparent fails. > > Fixes: db7f419c06d7c ("drm/vkms: Compute CRC

[PATCH] drm/vkms: fix xrgb on compute crc

2020-07-30 Thread Melissa Wen
The previous memset operation was not correctly zeroing the alpha channel to compute the crc, and as a result, the IGT subtest kms_cursor_crc/pipe-A-cursor-alpha-transparent fails. Fixes: db7f419c06d7c ("drm/vkms: Compute CRC with Cursor Plane") Signed-off-by: Melissa Wen ---