All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: Gustavo Padovan <gustavo@padovan.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	Sean Paul <seanpaul@google.com>,
	Haneen Mohammed <hamohammed.sa@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [PATCH 0/3] Expanding the basic vkms features
Date: Wed, 16 May 2018 00:06:40 -0300	[thread overview]
Message-ID: <cover.1526439491.git.rodrigosiqueiramelo@gmail.com> (raw)

This series of patches add a centralized initialization mechanism, a
single CRTC with a plane, an encoder, and extra module information. 

Rodrigo Siqueira (3):
  drm/vkms: Add basic CRTC initialization
  drm/vkms: Add encoder initialization
  drm/vkms: Add extra information about vkms

 drivers/gpu/drm/Kconfig             |   8 +-
 drivers/gpu/drm/vkms/Makefile       |   2 +-
 drivers/gpu/drm/vkms/vkms_display.c | 133 ++++++++++++++++++++++++++++
 drivers/gpu/drm/vkms/vkms_drv.c     |  43 +--------
 drivers/gpu/drm/vkms/vkms_drv.h     |  28 +++++-
 drivers/gpu/drm/vkms/vkms_plane.c   |  46 ++++++++++
 6 files changed, 215 insertions(+), 45 deletions(-)
 create mode 100644 drivers/gpu/drm/vkms/vkms_display.c
 create mode 100644 drivers/gpu/drm/vkms/vkms_plane.c

-- 
2.17.0

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

             reply	other threads:[~2018-05-16  3:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-16  3:06 Rodrigo Siqueira [this message]
2018-05-16  3:06 ` [PATCH 1/3] drm/vkms: Add basic CRTC initialization Rodrigo Siqueira
2018-05-16  9:51   ` Daniel Vetter
2018-05-16 14:51     ` Rodrigo Siqueira
2018-05-16 15:40       ` Daniel Vetter
2018-05-16 15:41         ` Daniel Vetter
2018-05-16 15:49           ` Rodrigo Siqueira
2018-05-16  3:07 ` [PATCH 2/3] drm/vkms: Add encoder initialization Rodrigo Siqueira
2018-05-16  9:45   ` Daniel Vetter
2018-05-16  3:07 ` [PATCH 3/3] drm/vkms: Add extra information about vkms 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.1526439491.git.rodrigosiqueiramelo@gmail.com \
    --to=rodrigosiqueiramelo@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavo@padovan.org \
    --cc=hamohammed.sa@gmail.com \
    --cc=seanpaul@google.com \
    /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.