mbox series

[0/2] Compute CRC with cursor plane support

Message ID cover.1533526327.git.hamohammed.sa@gmail.com (mailing list archive)
Headers show
Series Compute CRC with cursor plane support | expand

Message

Haneen Mohammed Aug. 6, 2018, 3:55 a.m. UTC
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(-)