diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-23 15:57:37 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-13 07:48:45 -0400 |
commit | 9ee984a5f735d6afc6f889e179b2e4b1f2ec335f (patch) | |
tree | 5a533547af7631d4a2cb03c38df9a83ea1df7731 /Documentation/DocBook | |
parent | fa54143f924ac49ff1a40d4d30452ff33097c236 (diff) |
drm/doc: Fix misplaced </para>
Oops. This is a regression from
commit 5d7a951537927555fa1286a338e1b91c3b8b7445
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date: Fri Jan 4 22:31:20 2013 +0100
drm/doc: updates for new framebuffer lifetime rules
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 4268cbe6f95c..9f5457ac0373 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -1060,7 +1060,7 @@ int max_width, max_height;</synopsis> | |||
1060 | <para> | 1060 | <para> |
1061 | The lifetime of a drm framebuffer is controlled with a reference count, | 1061 | The lifetime of a drm framebuffer is controlled with a reference count, |
1062 | drivers can grab additional references with | 1062 | drivers can grab additional references with |
1063 | <function>drm_framebuffer_reference</function> </para> and drop them | 1063 | <function>drm_framebuffer_reference</function>and drop them |
1064 | again with <function>drm_framebuffer_unreference</function>. For | 1064 | again with <function>drm_framebuffer_unreference</function>. For |
1065 | driver-private framebuffers for which the last reference is never | 1065 | driver-private framebuffers for which the last reference is never |
1066 | dropped (e.g. for the fbdev framebuffer when the struct | 1066 | dropped (e.g. for the fbdev framebuffer when the struct |
@@ -1068,6 +1068,7 @@ int max_width, max_height;</synopsis> | |||
1068 | helper struct) drivers can manually clean up a framebuffer at module | 1068 | helper struct) drivers can manually clean up a framebuffer at module |
1069 | unload time with | 1069 | unload time with |
1070 | <function>drm_framebuffer_unregister_private</function>. | 1070 | <function>drm_framebuffer_unregister_private</function>. |
1071 | </para> | ||
1071 | </sect2> | 1072 | </sect2> |
1072 | <sect2> | 1073 | <sect2> |
1073 | <title>Dumb Buffer Objects</title> | 1074 | <title>Dumb Buffer Objects</title> |