Re: [Intel-gfx] [PATCH 04/18] drm/i915: Rename intel_context[engine].ringbuf

2016-07-21 Thread Joonas Lahtinen
On ke, 2016-07-20 at 14:11 +0100, Chris Wilson wrote: > Perform s/ringbuf/ring/ on the context struct for consistency with the > ring/engine split. > > Signed-off-by: Chris Wilson > --- >  drivers/gpu/drm/i915/i915_debugfs.c|  8 >  drivers/gpu/drm/i915/i915_drv.h|  2

[Intel-gfx] [PATCH 04/18] drm/i915: Rename intel_context[engine].ringbuf

2016-07-20 Thread Chris Wilson
Perform s/ringbuf/ring/ on the context struct for consistency with the ring/engine split. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c| 8 drivers/gpu/drm/i915/i915_drv.h| 2 +- drivers/gpu/drm/i915/i915_gem_context.c| 4 ++-- drivers/gp