drm/vkms: fix xrgb on compute crc
authorMelissa Wen <melissa.srw@gmail.com>
Thu, 30 Jul 2020 20:25:24 +0000 (17:25 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 2 Aug 2020 13:22:31 +0000 (15:22 +0200)
commit0986191186128b10b6bbfa5220fc587ed5725e49
treeb67d9143d66f21e42a9ca9cb6f7dfa87a601e6e5
parent07c913c4d7101fbef0bac738740aa2bba395d157
drm/vkms: fix xrgb on compute crc

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 <melissa.srw@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200730202524.5upzuh4irboru7my@smtp.gmail.com
drivers/gpu/drm/vkms/vkms_composer.c