[PATCH V2 0/5] drm/vkms: Updates to meet basic kms_flip requirements

Rodrigo Siqueira rodrigosiqueiramelo at gmail.com
Thu Jun 21 12:15:56 UTC 2018


Currently, we are trying to make VKMS pass in the kms_flip test (IGT).
As a result, we made a series of small changes in the module with the
goal to meet some of the necessary steps required by kms_flip. This
patchset comprises all the simple modifications used until now to make
the kms_flip partially works. It is important to highlight, that VKMS
still not pass in the kms_flip, but I send these modifications with the
intention to avoid rework.

Changes in V2:
 - Add dumb buffer support

Rodrigo Siqueira (5):
  drm/vkms: Add dumb operations
  drm/vkms: Add helper for framebuffer create
  drm/vkms: Add atomic helpers functions
  drm/vkms: Add connectors helpers
  drm/vkms: Add plane helper struct

 drivers/gpu/drm/vkms/Makefile      |   2 +-
 drivers/gpu/drm/vkms/vkms_crtc.c   |  18 ++++
 drivers/gpu/drm/vkms/vkms_drv.c    |  18 ++--
 drivers/gpu/drm/vkms/vkms_drv.h    |  30 ++++++
 drivers/gpu/drm/vkms/vkms_gem.c    | 168 +++++++++++++++++++++++++++++
 drivers/gpu/drm/vkms/vkms_output.c |  27 +++++
 drivers/gpu/drm/vkms/vkms_plane.c  |  18 ++++
 7 files changed, 274 insertions(+), 7 deletions(-)
 create mode 100644 drivers/gpu/drm/vkms/vkms_gem.c

-- 
2.17.1



More information about the dri-devel mailing list