dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Gustavo Padovan <gustavo@padovan.org>,
	Sean Paul <seanpaul@chromium.org>,
	Daniel Vetter <daniel@ffwll.ch>,
	Haneen Mohammed <hamohammed.sa@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [PATCH V2 0/5] drm/vkms: Updates to meet basic kms_flip requirements
Date: Thu, 21 Jun 2018 09:15:56 -0300	[thread overview]
Message-ID: <cover.1529582970.git.rodrigosiqueiramelo@gmail.com> (raw)

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

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

             reply	other threads:[~2018-06-21 12:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-21 12:15 Rodrigo Siqueira [this message]
2018-06-21 12:16 ` [PATCH V2 1/5] drm/vkms: Add dumb operations Rodrigo Siqueira
2018-07-05 20:21   ` Haneen Mohammed
2018-07-11  7:26     ` Daniel Vetter
2018-07-11 14:21       ` Rodrigo Siqueira
2018-07-11 15:05         ` Daniel Vetter
2018-07-06  7:27   ` Chris Wilson
2018-07-06  8:57     ` Daniel Vetter
2018-06-21 12:16 ` [PATCH V2 2/5] drm/vkms: Add helper for framebuffer create Rodrigo Siqueira
2018-06-21 12:16 ` [PATCH V2 3/5] drm/vkms: Add atomic helpers functions Rodrigo Siqueira
2018-07-11  7:28   ` Daniel Vetter
2018-06-21 12:17 ` [PATCH V2 4/5] drm/vkms: Add connectors helpers Rodrigo Siqueira
2018-07-11  7:29   ` Daniel Vetter
2018-06-21 12:17 ` [PATCH V2 5/5] drm/vkms: Add plane helper struct Rodrigo Siqueira
2018-07-11  7:30   ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1529582970.git.rodrigosiqueiramelo@gmail.com \
    --to=rodrigosiqueiramelo@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo@padovan.org \
    --cc=hamohammed.sa@gmail.com \
    --cc=seanpaul@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox