All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
To: daniel.vetter@intel.com
Cc: Gabriel Krisman Bertazi <krisman@collabora.co.uk>,
	dri-devel@lists.freedesktop.org
Subject: [PATCH 0/6] drm documentation and clean ups
Date: Wed, 28 Dec 2016 12:32:10 -0200	[thread overview]
Message-ID: <20161228143216.26821-1-krisman@collabora.co.uk> (raw)

Hi,

Here is a first batch of cleanups and documentation improvements to get
me started on the DRM subsystem.  I'm crawling through the newbie's
page, and should share patches for load/unload callbacks removal next,
once I properly test them.

Thanks,

Gabriel Krisman Bertazi (6):
  drm: Deduplicate driver initialization message
  exynos_drm: Clean up duplicated assignment in exynos_drm_driver
  drm: Drop unused forward declaration of drm_version
  drm: Export drm_ioctl_permit to kernel-doc
  drm: Document deprecated load/unload hook
  drm: Update TTM initialization documentation

 Documentation/gpu/drm-mm.rst                    | 30 ++++++++++++++-----------
 drivers/gpu/drm/armada/armada_drv.c             |  6 -----
 drivers/gpu/drm/drm_drv.c                       |  7 ++++++
 drivers/gpu/drm/drm_global.c                    | 23 +++++++++++++++++++
 drivers/gpu/drm/drm_ioctl.c                     | 11 +++++----
 drivers/gpu/drm/drm_pci.c                       |  4 ----
 drivers/gpu/drm/drm_platform.c                  |  4 ----
 drivers/gpu/drm/exynos/exynos_drm_drv.c         |  1 -
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c       |  4 ----
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c |  4 ----
 drivers/gpu/drm/tegra/drm.c                     |  4 ----
 drivers/gpu/drm/virtio/virtgpu_drm_bus.c        |  4 ----
 include/drm/drm_drv.h                           | 30 +++++++++++++++++++++++++
 13 files changed, 82 insertions(+), 50 deletions(-)

-- 
2.11.0

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

             reply	other threads:[~2016-12-28 14:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-28 14:32 Gabriel Krisman Bertazi [this message]
2016-12-28 14:32 ` [PATCH 1/6] drm: Deduplicate driver initialization message Gabriel Krisman Bertazi
2016-12-30 11:38   ` Daniel Vetter
2017-05-17 10:06     ` Jani Nikula
2017-05-17 11:41       ` Daniel Vetter
2017-05-17 11:51         ` Jani Nikula
2016-12-28 14:32 ` [PATCH 2/6] exynos_drm: Clean up duplicated assignment in exynos_drm_driver Gabriel Krisman Bertazi
2017-06-19 11:03   ` Andrzej Hajda
2017-06-21  4:58     ` Inki Dae
2016-12-28 14:32 ` [PATCH 3/6] drm: Drop unused forward declaration of drm_version Gabriel Krisman Bertazi
2016-12-28 14:32 ` [PATCH 4/6] drm: Export drm_ioctl_permit to kernel-doc Gabriel Krisman Bertazi
2016-12-28 14:32 ` [PATCH 5/6] drm: Document deprecated load/unload hook Gabriel Krisman Bertazi
2016-12-30 11:43   ` Daniel Vetter
2016-12-28 14:32 ` [PATCH 6/6] drm: Update TTM initialization documentation Gabriel Krisman Bertazi
2016-12-30 11:49   ` Daniel Vetter
2016-12-30 11:53   ` 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=20161228143216.26821-1-krisman@collabora.co.uk \
    --to=krisman@collabora.co.uk \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.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.