Re: [Intel-gfx] [PATCH] drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()

2017-01-12 Thread Joonas Lahtinen
On to, 2017-01-12 at 16:45 +, Chris Wilson wrote: > Parameter: good. > Parameter - bad. > > One day I'll learn the syntax. > > Fixes: 625d988acc28 ("drm/i915: Extract reserving space in the GTT to a > helper") > Fixes: e007b19d7ba7 ("drm/i915: Use the MRU stack search after evicting") > Sign

Re: [Intel-gfx] [PATCH] drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()

2017-01-12 Thread Chris Wilson
On Thu, Jan 12, 2017 at 05:33:44PM +, Matthew Auld wrote: > On 12 January 2017 at 16:45, Chris Wilson wrote: > > Parameter: good. > > Parameter - bad. > > > > One day I'll learn the syntax. > > > > Fixes: 625d988acc28 ("drm/i915: Extract reserving space in the GTT to a > > helper") > > Fixes:

Re: [Intel-gfx] [PATCH] drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()

2017-01-12 Thread Matthew Auld
On 12 January 2017 at 16:45, Chris Wilson wrote: > Parameter: good. > Parameter - bad. > > One day I'll learn the syntax. > > Fixes: 625d988acc28 ("drm/i915: Extract reserving space in the GTT to a > helper") > Fixes: e007b19d7ba7 ("drm/i915: Use the MRU stack search after evicting") > Signed-off

[Intel-gfx] [PATCH] drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()

2017-01-12 Thread Chris Wilson
Parameter: good. Parameter - bad. One day I'll learn the syntax. Fixes: 625d988acc28 ("drm/i915: Extract reserving space in the GTT to a helper") Fixes: e007b19d7ba7 ("drm/i915: Use the MRU stack search after evicting") Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Daniel Vetter --- dri