diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-11-01 09:45:18 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-28 05:26:53 -0500 |
commit | 28164fdad85ec806f30c76fe98ed0e3abc91d2d7 (patch) | |
tree | 9f4b888180bd2dd26cb54f5252b7be0a60037acd /Documentation | |
parent | d0ddc0338af8265e65bd5e4ca72e3d8e61e41d8d (diff) |
drm/doc: add new dp helpers into drm DocBook
I didn't bother with documenting the really trivial new "extract
something from dpcd" helpers, but the i2c over aux ch is now
documented a bit.
v2: Clarify the comment for i2c_dp_aux_add_bus a bit.
v3: Fix more spelling fail spotted by Laurent Pinchart.
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index cb8024e62dfc..4ee2304f82f9 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -2105,6 +2105,12 @@ void intel_crt_init(struct drm_device *dev) | |||
2105 | !Pdrivers/gpu/drm/drm_fb_helper.c fbdev helpers | 2105 | !Pdrivers/gpu/drm/drm_fb_helper.c fbdev helpers |
2106 | !Edrivers/gpu/drm/drm_fb_helper.c | 2106 | !Edrivers/gpu/drm/drm_fb_helper.c |
2107 | </sect2> | 2107 | </sect2> |
2108 | <sect2> | ||
2109 | <title>Display Port Helper Functions Reference</title> | ||
2110 | !Pdrivers/gpu/drm/drm_dp_helper.c dp helpers | ||
2111 | !Iinclude/drm/drm_dp_helper.h | ||
2112 | !Edrivers/gpu/drm/drm_dp_helper.c | ||
2113 | </sect2> | ||
2108 | </sect1> | 2114 | </sect1> |
2109 | 2115 | ||
2110 | <!-- Internals: vertical blanking --> | 2116 | <!-- Internals: vertical blanking --> |