Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ee984a5 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/doc: Fix misplaced </para>



Oops. This is a regression from

commit 5d7a9515
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: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent fa54143f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1060,7 +1060,7 @@ int max_width, max_height;</synopsis>
      <para>
      <para>
	The lifetime of a drm framebuffer is controlled with a reference count,
	The lifetime of a drm framebuffer is controlled with a reference count,
	drivers can grab additional references with
	drivers can grab additional references with
	<function>drm_framebuffer_reference</function> </para> and drop them
	<function>drm_framebuffer_reference</function>and drop them
	again with <function>drm_framebuffer_unreference</function>. For
	again with <function>drm_framebuffer_unreference</function>. For
	driver-private framebuffers for which the last reference is never
	driver-private framebuffers for which the last reference is never
	dropped (e.g. for the fbdev framebuffer when the struct
	dropped (e.g. for the fbdev framebuffer when the struct
@@ -1068,6 +1068,7 @@ int max_width, max_height;</synopsis>
	helper struct) drivers can manually clean up a framebuffer at module
	helper struct) drivers can manually clean up a framebuffer at module
	unload time with
	unload time with
	<function>drm_framebuffer_unregister_private</function>.
	<function>drm_framebuffer_unregister_private</function>.
      </para>
    </sect2>
    </sect2>
    <sect2>
    <sect2>
      <title>Dumb Buffer Objects</title>
      <title>Dumb Buffer Objects</title>