All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm documentation and clean ups
@ 2016-12-28 14:32 Gabriel Krisman Bertazi
  2016-12-28 14:32 ` [PATCH 1/6] drm: Deduplicate driver initialization message Gabriel Krisman Bertazi
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Gabriel Krisman Bertazi @ 2016-12-28 14:32 UTC (permalink / raw)
  To: daniel.vetter; +Cc: Gabriel Krisman Bertazi, dri-devel

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-06-21  5:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-28 14:32 [PATCH 0/6] drm documentation and clean ups Gabriel Krisman Bertazi
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

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.