On Thu, Jul 24, 2014 at 05:04:21PM +0100, Thomas Daniel wrote:
> @@ -1408,8 +1408,8 @@ i915_gem_do_execbuffer(struct drm_device *dev, void 
> *data,
>       else
>               exec_start += i915_gem_obj_offset(batch_obj, vm);
>  
> -     ret = legacy_ringbuffer_submission(dev, file, ring, ctx,
> -                     args, &eb->vmas, batch_obj, exec_start, flags);
> +     ret = dev_priv->gt.do_execbuf(dev, file, ring, ctx, args,
> +                     &eb->vmas, batch_obj, exec_start, flags);

Also misaligned and too long line here. Fixed, too.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to