]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm: Split out drm_probe_helper.c from drm_crtc_helper.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 10 Apr 2014 08:51:11 +0000 (10:51 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 18 Apr 2014 03:21:17 +0000 (13:21 +1000)
commit8d754544202c0e4ef02e9c1abdf379bcf7ef9384
tree9642efef9e6e223ebd8d6754fdfa2f5d30ce7b4f
parentb6ccd7b9873dc46becd11838c885d5c783784156
drm: Split out drm_probe_helper.c from drm_crtc_helper.c

This is leftover stuff from my previous doc round which I kinda wanted
to do but didn't yet due to rebase hell.

The modeset helpers and the probing helpers a independent and e.g.
i915 uses the probing stuff but has its own modeset infrastructure. It
hence makes to split this up. While at it add a DOC: comment for the
probing libraray.

It would be rather neat to pull some of the DocBook documenting these
two helpers into in-line DOC: comments. But unfortunately kerneldoc
doesn't support markdown or something similar to make nice-looking
documentation, so the current state is better.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Documentation/DocBook/drm.tmpl
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_crtc_helper.c
drivers/gpu/drm/drm_probe_helper.c [new file with mode: 0644]
include/drm/drm_crtc_helper.h