diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-11-01 14:45:15 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-28 20:17:07 +1000 |
commit | e4949f2974167f93961d58ca67cfe949af9d5e09 (patch) | |
tree | 1c342346144424d639022fac0b5376023cb5754b /Documentation | |
parent | 670c1ef6508c8fdd83dc55968fc1ce7284d849a7 (diff) | |
download | blackbird-obmc-linux-e4949f2974167f93961d58ca67cfe949af9d5e09.tar.gz blackbird-obmc-linux-e4949f2974167f93961d58ca67cfe949af9d5e09.zip |
drm/doc: Helpers are not a Midlayer!
I'm devoting all my wrath to that fight, so don't misname it ;-)
v2: Make it clear that this section talks about kms helpers.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index c9cbb3fe0e6a..9a4c06ddebdd 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -1611,10 +1611,10 @@ void intel_crt_init(struct drm_device *dev) </sect2> </sect1> - <!-- Internals: mid-layer helper functions --> + <!-- Internals: kms helper functions --> <sect1> - <title>Mid-layer Helper Functions</title> + <title>Mode Setting Helper Functions</title> <para> The CRTC, encoder and connector functions provided by the drivers implement the DRM API. They're called by the DRM core and ioctl handlers |