[Intel-gfx] [PATCH 2/4] drm/i915: Removed duplicate members from submit_request

2015-01-15 Thread Nick Hoath
Where there were duplicate variables for the tail, context and ring (engine) in the gem request and the execlist queue item, use the one from the request and remove the duplicate from the execlist queue item. Issue: VIZ-4274 v1: Rebase v2: Fixed build issues. Keep separate postfix & tail pointers

[Intel-gfx] [PATCH 2/4] drm/i915: Removed duplicate members from submit_request

2015-01-12 Thread Nick Hoath
Where there were duplicate variables for the tail, context and ring (engine) in the gem request and the execlist queue item, use the one from the request and remove the duplicate from the execlist queue item. Issue: VIZ-4274 v1: Rebase v2: Fixed build issues. Keep separate postfix & tail pointers

Re: [Intel-gfx] [PATCH 2/4] drm/i915: Removed duplicate members from submit_request

2014-12-22 Thread Daniel, Thomas
> -Original Message- > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf > Of Nick Hoath > Sent: Monday, December 22, 2014 9:37 AM > To: intel-gfx@lists.freedesktop.org > Cc: daniel.vet...@ffwll.ch > Subject: [Intel-gfx] [PATCH 2/4] drm/i9

[Intel-gfx] [PATCH 2/4] drm/i915: Removed duplicate members from submit_request

2014-12-22 Thread Nick Hoath
Where there were duplicate variables for the tail, context and ring (engine) in the gem request and the execlist queue item, use the one from the request and remove the duplicate from the execlist queue item. Issue: VIZ-4274 v1: Rebase Signed-off-by: Nick Hoath --- drivers/gpu/drm/i915/i915_deb

[Intel-gfx] [PATCH 2/4] drm/i915: Removed duplicate members from submit_request

2014-12-16 Thread Nick Hoath
Where there were duplicate variables for the tail, context and ring (engine) in the gem request and the execlist queue item, use the one from the request and remove the duplicate from the execlist queue item. Issue: VIZ-4274 v1: Rebase Signed-off-by: Nick Hoath --- drivers/gpu/drm/i915/i915_deb