All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/vkms: Add CRC support
@ 2018-07-28  9:10 Haneen Mohammed
  2018-07-28  9:11 ` [PATCH 1/2] drm/vkms: Subclass plane state Haneen Mohammed
  2018-07-28  9:11 ` [PATCH 2/2] drm/vkms: Implement CRC debugfs API Haneen Mohammed
  0 siblings, 2 replies; 5+ messages in thread
From: Haneen Mohammed @ 2018-07-28  9:10 UTC (permalink / raw)
  To: dri-devel; +Cc: hamohammed.sa, rodrigosiqueiramelo

This patchset implement CRC debugfs API and add functions needed to compute 
and add CRCs entries.


Haneen Mohammed (2):
  drm/vkms: Subclass plane state
  drm/vkms: Implement CRC debugfs API

 drivers/gpu/drm/vkms/Makefile     |  2 +-
 drivers/gpu/drm/vkms/vkms_crc.c   | 75 +++++++++++++++++++++++++
 drivers/gpu/drm/vkms/vkms_crtc.c  | 56 ++++++++++++++++---
 drivers/gpu/drm/vkms/vkms_drv.c   |  1 +
 drivers/gpu/drm/vkms/vkms_drv.h   | 32 +++++++++++
 drivers/gpu/drm/vkms/vkms_plane.c | 91 ++++++++++++++++++++++++++++++-
 6 files changed, 245 insertions(+), 12 deletions(-)
 create mode 100644 drivers/gpu/drm/vkms/vkms_crc.c

-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-31 18:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28  9:10 [PATCH 0/2] drm/vkms: Add CRC support Haneen Mohammed
2018-07-28  9:11 ` [PATCH 1/2] drm/vkms: Subclass plane state Haneen Mohammed
2018-07-31 18:01   ` Sean Paul
2018-07-28  9:11 ` [PATCH 2/2] drm/vkms: Implement CRC debugfs API Haneen Mohammed
2018-07-31 18:01   ` Sean Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.