From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Daniel Vetter <daniel@ffwll.ch>,
Gustavo Padovan <gustavo@padovan.org>,
Sean Paul <seanpaul@chromium.org>,
Haneen Mohammed <hamohammed.sa@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [PATCH V4 0/4] Add infrastructure for vblank and page flip events in vkms
Date: Thu, 12 Jul 2018 10:40:10 -0300 [thread overview]
Message-ID: <cover.1531402095.git.rodrigosiqueiramelo@gmail.com> (raw)
Currently, we are working to make VKMS pass in the kms_flip test (IGT).
As a result, we made a series of changes in the module with the goal to
meet some of the necessary steps required by kms_flip. This patchset
comprises all the modifications needed to make kms_flip partially pass.
Finally, this patchset is based on:
- [PATCH V2 0/5] drm/vkms: Updates to meet basic kms_flip requirements
(https://www.spinics.net/lists/dri-devel/msg180544.html)
- [PATCH V3] drm/vkms: Add vblank events simulated by hrtimers
(https://www.spinics.net/lists/dri-devel/msg182600.html)
Rodrigo Siqueira (4):
drm/vkms: Add dumb operations
drm/vkms: Add framebuffer and plane helpers
drm/vkms: Add connectors helpers
drm/vkms: Add vblank events simulated by hrtimers
drivers/gpu/drm/vkms/Makefile | 2 +-
drivers/gpu/drm/vkms/vkms_crtc.c | 95 +++++++++++++++
drivers/gpu/drm/vkms/vkms_drv.c | 28 ++++-
drivers/gpu/drm/vkms/vkms_drv.h | 47 ++++++++
drivers/gpu/drm/vkms/vkms_gem.c | 179 +++++++++++++++++++++++++++++
drivers/gpu/drm/vkms/vkms_output.c | 20 ++++
drivers/gpu/drm/vkms/vkms_plane.c | 11 ++
7 files changed, 375 insertions(+), 7 deletions(-)
create mode 100644 drivers/gpu/drm/vkms/vkms_gem.c
--
2.18.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2018-07-12 13:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-12 13:40 Rodrigo Siqueira [this message]
2018-07-12 13:40 ` [PATCH V4 1/4] drm/vkms: Add dumb operations Rodrigo Siqueira
2018-07-12 13:41 ` [PATCH V4 2/4] drm/vkms: Add framebuffer and plane helpers Rodrigo Siqueira
2018-07-12 14:25 ` Daniel Vetter
2018-07-12 13:41 ` [PATCH V4 3/4] drm/vkms: Add connectors helpers Rodrigo Siqueira
2018-07-12 13:41 ` [PATCH V4 4/4] drm/vkms: Add vblank events simulated by hrtimers Rodrigo Siqueira
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.1531402095.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 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.