All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add infrastructure needed for CRC support
@ 2018-07-24 16:25 Haneen Mohammed
  2018-07-24 16:26 ` [PATCH v4 1/4] drm/vkms: Add functions to map/unmap GEM backing storage Haneen Mohammed
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Haneen Mohammed @ 2018-07-24 16:25 UTC (permalink / raw)
  To: dri-devel; +Cc: hamohammed.sa, rodrigosiqueiramelo

This patchset add the necessary infrastructure needed later for CRC
support.

1. add functions to map buffers to kernel address space.
2. map/unmap buffers in the prepare/cleanup_fb hooks.
3. clip plane coordinates.
4. subclass CRTC state.

changes in v4:
- drop patch 5 "drm/vkms: Implement CRC debugfs API" from this patchset
since it needs further work.

Haneen Mohammed (4):
  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

 drivers/gpu/drm/vkms/vkms_crtc.c  | 53 +++++++++++++++++++--
 drivers/gpu/drm/vkms/vkms_drv.h   | 20 ++++++++
 drivers/gpu/drm/vkms/vkms_gem.c   | 79 ++++++++++++++++++++++++++++++-
 drivers/gpu/drm/vkms/vkms_plane.c | 63 ++++++++++++++++++++++++
 4 files changed, 211 insertions(+), 4 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] 6+ messages in thread

end of thread, other threads:[~2018-07-30 17:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24 16:25 [PATCH v4 0/4] Add infrastructure needed for CRC support Haneen Mohammed
2018-07-24 16:26 ` [PATCH v4 1/4] drm/vkms: Add functions to map/unmap GEM backing storage Haneen Mohammed
2018-07-24 16:29 ` [PATCH v4 2/4] drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooks Haneen Mohammed
2018-07-24 16:30 ` [PATCH v4 3/4] drm/vkms: Add atomic_helper_check_plane_state Haneen Mohammed
2018-07-24 16:31 ` [PATCH v4 4/4] drm/vkms: subclass CRTC state Haneen Mohammed
2018-07-30 17:50 ` [PATCH v4 0/4] Add infrastructure needed for CRC support 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.