commit | 0986191186128b10b6bbfa5220fc587ed5725e49 | [log] [tgz] |
---|---|---|
author | Melissa Wen <melissa.srw@gmail.com> | Thu Jul 30 17:25:24 2020 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Aug 02 15:22:31 2020 +0200 |
tree | b67d9143d66f21e42a9ca9cb6f7dfa87a601e6e5 | |
parent | 07c913c4d7101fbef0bac738740aa2bba395d157 [diff] |
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