All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/vkms: Updates to meet basic kms_flip requirements
@ 2018-06-20 17:43 Rodrigo Siqueira
  2018-06-20 17:43 ` [PATCH 1/4] drm/vkms: Add helper for framebuffer create Rodrigo Siqueira
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Rodrigo Siqueira @ 2018-06-20 17:43 UTC (permalink / raw)
  To: Gustavo Padovan, Sean Paul, Daniel Vetter, Haneen Mohammed; +Cc: dri-devel

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. 

Rodrigo Siqueira (4):
  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/vkms_crtc.c   | 18 ++++++++++++++++++
 drivers/gpu/drm/vkms/vkms_drv.c    |  9 +++------
 drivers/gpu/drm/vkms/vkms_drv.h    |  9 +++++++++
 drivers/gpu/drm/vkms/vkms_output.c | 27 +++++++++++++++++++++++++++
 drivers/gpu/drm/vkms/vkms_plane.c  | 18 ++++++++++++++++++
 5 files changed, 75 insertions(+), 6 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] 7+ messages in thread

end of thread, other threads:[~2018-06-21 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20 17:43 [PATCH 0/4] drm/vkms: Updates to meet basic kms_flip requirements Rodrigo Siqueira
2018-06-20 17:43 ` [PATCH 1/4] drm/vkms: Add helper for framebuffer create Rodrigo Siqueira
2018-06-20 17:43 ` [PATCH 2/4] drm/vkms: Add atomic helpers functions Rodrigo Siqueira
2018-06-20 17:43 ` [PATCH 3/4] drm/vkms: Add connectors helpers Rodrigo Siqueira
2018-06-20 17:44 ` [PATCH 4/4] drm/vkms: Add plane helper struct Rodrigo Siqueira
2018-06-21  7:15 ` [PATCH 0/4] drm/vkms: Updates to meet basic kms_flip requirements Daniel Vetter
2018-06-21 12:02   ` Rodrigo Siqueira

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.