Re: [Intel-gfx] [RFC 21/21] drm/i915: Remove 'obj->ring'

2014-11-03 Thread Daniel Vetter
On Tue, Oct 28, 2014 at 03:09:07PM +, John Harrison wrote: > On 19/10/2014 15:12, Daniel Vetter wrote: > >On Mon, Oct 06, 2014 at 03:15:25PM +0100, john.c.harri...@intel.com wrote: > >>From: John Harrison > >> > >>For: VIZ-4377 > >>Signed-off-by: john.c.harri...@intel.com > >I think this shoul

Re: [Intel-gfx] [RFC 21/21] drm/i915: Remove 'obj->ring'

2014-10-28 Thread John Harrison
On 19/10/2014 15:12, Daniel Vetter wrote: On Mon, Oct 06, 2014 at 03:15:25PM +0100, john.c.harri...@intel.com wrote: From: John Harrison For: VIZ-4377 Signed-off-by: john.c.harri...@intel.com I think this should be split up into the different parts: - s/obj->ring/obj->last_read_req->ring/ fo

Re: [Intel-gfx] [RFC 21/21] drm/i915: Remove 'obj->ring'

2014-10-19 Thread Daniel Vetter
On Mon, Oct 06, 2014 at 03:15:25PM +0100, john.c.harri...@intel.com wrote: > From: John Harrison > > For: VIZ-4377 > Signed-off-by: john.c.harri...@intel.com I think this should be split up into the different parts: - s/obj->ring/obj->last_read_req->ring/ for all the cases that just want the

[Intel-gfx] [RFC 21/21] drm/i915: Remove 'obj->ring'

2014-10-06 Thread John . C . Harrison
From: John Harrison For: VIZ-4377 Signed-off-by: john.c.harri...@intel.com --- drivers/gpu/drm/i915/i915_debugfs.c |9 + drivers/gpu/drm/i915/i915_drv.h |2 -- drivers/gpu/drm/i915/i915_gem.c | 32 +++ drivers/gpu/drm/i915/i915_ge