This patchset add support for cursor plane and compute CRC for output frame with cursor and primary planes.
This currently passes cursor-size-change, onscreen, offscreen, sliding, random, dpms, and rapid-movement igt tests with 64x64 cursor.
Haneen Mohammed (2): drm/vkms: Add cursor plane support drm/vkms: Compute CRC with Cursor Plane
drivers/gpu/drm/vkms/vkms_crc.c | 149 ++++++++++++++++++++++++----- drivers/gpu/drm/vkms/vkms_drv.h | 16 +++- drivers/gpu/drm/vkms/vkms_output.c | 16 +++- drivers/gpu/drm/vkms/vkms_plane.c | 43 ++++++--- 4 files changed, 181 insertions(+), 43 deletions(-)