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>
Showing
- Documentation/DocBook/drm.tmpl 5 additions, 0 deletionsDocumentation/DocBook/drm.tmpl
- drivers/gpu/drm/Makefile 1 addition, 1 deletiondrivers/gpu/drm/Makefile
- drivers/gpu/drm/drm_crtc_helper.c 0 additions, 370 deletionsdrivers/gpu/drm/drm_crtc_helper.c
- drivers/gpu/drm/drm_probe_helper.c 426 additions, 0 deletionsdrivers/gpu/drm/drm_probe_helper.c
- include/drm/drm_crtc_helper.h 5 additions, 1 deletioninclude/drm/drm_crtc_helper.h
Loading
Please register or sign in to comment