[PATCH 0/6] drm documentation and clean ups

Gabriel Krisman Bertazi krisman at collabora.co.uk
Wed Dec 28 14:32:10 UTC 2016


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



More information about the dri-devel mailing list