[PATCH] drm/mm: Some doc polish

2016-12-29 Thread Jani Nikula
On Thu, 29 Dec 2016, Chris Wilson wrote: > On Thu, Dec 29, 2016 at 11:35:48AM +0100, Daniel Vetter wrote: >> On Wed, Dec 28, 2016 at 05:37:26PM +, Chris Wilson wrote: >> > On Wed, Dec 28, 2016 at 05:57:40PM +0100, Daniel Vetter wrote: >> > > @@ -230,23 +272,23 @@ static inline u64 drm_mm_hole_

[PATCH] drm/mm: Some doc polish

2016-12-29 Thread Daniel Vetter
On Thu, Dec 29, 2016 at 10:54:29AM +, Chris Wilson wrote: > On Thu, Dec 29, 2016 at 11:35:48AM +0100, Daniel Vetter wrote: > > On Wed, Dec 28, 2016 at 05:37:26PM +, Chris Wilson wrote: > > > On Wed, Dec 28, 2016 at 05:57:40PM +0100, Daniel Vetter wrote: > > > > @@ -230,23 +272,23 @@ static

[PATCH] drm/mm: Some doc polish

2016-12-29 Thread Daniel Vetter
On Wed, Dec 28, 2016 at 05:37:26PM +, Chris Wilson wrote: > On Wed, Dec 28, 2016 at 05:57:40PM +0100, Daniel Vetter wrote: > > @@ -230,23 +272,23 @@ static inline u64 drm_mm_hole_node_end(const struct > > drm_mm_node *hole_node) > > > > /** > > * drm_mm_for_each_node - iterator to walk ov

[PATCH] drm/mm: Some doc polish

2016-12-29 Thread Chris Wilson
On Thu, Dec 29, 2016 at 11:35:48AM +0100, Daniel Vetter wrote: > On Wed, Dec 28, 2016 at 05:37:26PM +, Chris Wilson wrote: > > On Wed, Dec 28, 2016 at 05:57:40PM +0100, Daniel Vetter wrote: > > > @@ -230,23 +272,23 @@ static inline u64 drm_mm_hole_node_end(const struct > > > drm_mm_node *hole_

[PATCH] drm/mm: Some doc polish

2016-12-28 Thread Daniel Vetter
Added some boilerplate for the structs, documented members where they are relevant and plenty of markup for hyperlinks all over. And a few small wording polish. Note that the intro needs some more love after the DRM_MM_INSERT_* patch from Chris has landed. v2: Spelling fixes (Chris). Cc: Chris W

[PATCH] drm/mm: Some doc polish

2016-12-28 Thread Chris Wilson
On Wed, Dec 28, 2016 at 05:57:40PM +0100, Daniel Vetter wrote: > @@ -230,23 +272,23 @@ static inline u64 drm_mm_hole_node_end(const struct > drm_mm_node *hole_node) > > /** > * drm_mm_for_each_node - iterator to walk over all allocated nodes > - * @entry: drm_mm_node structure to assign to in