All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Implement CRC and Add necessary infrastructure
@ 2018-07-14 12:17 Haneen Mohammed
  2018-07-14 12:18 ` [PATCH v2 1/5] drm/vkms: Add functions to map/unmap GEM backing storage Haneen Mohammed
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Haneen Mohammed @ 2018-07-14 12:17 UTC (permalink / raw)
  To: dri-devel; +Cc: hamohammed.sa, rodrigosiqueiramelo

This patchset implement CRC debugfs API and add the necessary
infrastructure required to enable to compute and add CRCs entries.

1. add functions to map/unmap buffers to kernel address space.
2. map/unmap buffers in the prepare/cleanup_fb hooks.
3. compute crc using crc32 on the visible portion of the buffer with
appropriate synchronization methods.

Haneen Mohammed (5):
  drm/vkms: Add functions to map/unmap GEM backing storage
  drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooks
  drm/vkms: Add atomic_helper_check_plane_state
  drm/vkms: subclass CRTC state
  drm/vkms: Implement CRC debugfs API

 drivers/gpu/drm/vkms/Makefile     |   2 +-
 drivers/gpu/drm/vkms/vkms_crtc.c  | 111 +++++++++++++++++++++++++++---
 drivers/gpu/drm/vkms/vkms_drv.c   |   1 +
 drivers/gpu/drm/vkms/vkms_drv.h   |  41 +++++++++++
 drivers/gpu/drm/vkms/vkms_gem.c   |  73 +++++++++++++++++++-
 drivers/gpu/drm/vkms/vkms_plane.c |  75 +++++++++++++++++++-
 6 files changed, 290 insertions(+), 13 deletions(-)

-- 
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] 18+ messages in thread

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-14 12:17 [PATCH v2 0/5] Implement CRC and Add necessary infrastructure Haneen Mohammed
2018-07-14 12:18 ` [PATCH v2 1/5] drm/vkms: Add functions to map/unmap GEM backing storage Haneen Mohammed
2018-07-16 17:56   ` Sean Paul
2018-07-14 12:20 ` [PATCH v2 2/5] drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooks Haneen Mohammed
2018-07-16 18:04   ` Sean Paul
2018-07-14 12:21 ` [PATCH v2 3/5] drm/vkms: Add atomic_helper_check_plane_state Haneen Mohammed
2018-07-16 18:06   ` Sean Paul
2018-07-14 12:22 ` [PATCH v2 4/5] drm/vkms: subclass CRTC state Haneen Mohammed
2018-07-16 18:08   ` Sean Paul
2018-07-14 12:23 ` [PATCH v2 5/5] drm/vkms: Implement CRC debugfs API Haneen Mohammed
2018-07-16 18:22   ` Sean Paul
2018-07-16 23:52     ` Haneen Mohammed
2018-07-17 20:43       ` Sean Paul
2018-07-17 21:05         ` Sean Paul
2018-07-18 16:24           ` Haneen Mohammed
2018-07-18 18:44             ` Sean Paul
2018-07-18 19:42               ` Haneen Mohammed
2018-07-28 18:40               ` Haneen Mohammed

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.