Re: [Intel-gfx] [PATCH 1/4] drm/i915: Remove unused file arg from execbuf

2013-03-14 Thread Ben Widawsky
On Thu, Mar 14, 2013 at 08:56:41AM +, Chris Wilson wrote: > I was hoping for something a little more magical. I couldn't spot any > mistakes - the only thing missing is a hint as to why these are useful. > > Acked-by: Chris Wilson > -Chris I'm pretty sure you asked for magic the last time se

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Remove unused file arg from execbuf

2013-03-14 Thread Chris Wilson
I was hoping for something a little more magical. I couldn't spot any mistakes - the only thing missing is a hint as to why these are useful. Acked-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list

[Intel-gfx] [PATCH 1/4] drm/i915: Remove unused file arg from execbuf

2013-03-13 Thread Ben Widawsky
Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c b/drivers/gpu/drm/i915/i915_gem_execbuffer.c index 934396c..bc5a5fa 100644 --- a/drivers/gpu/drm/i915/i91