Re: [Intel-gfx] [PATCH 05/13] drm/i915: Reorder submitting the requests to ELSP

2016-08-25 Thread Mika Kuoppala
Chris Wilson writes: > Just rearrange the code to reduce churn in the next patch. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/intel_lrc.c | 76 > > 1 file changed, 38 insertions(+), 38 deletions(-) > > diff

[Intel-gfx] [PATCH 05/13] drm/i915: Reorder submitting the requests to ELSP

2016-08-25 Thread Chris Wilson
Just rearrange the code to reduce churn in the next patch. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_lrc.c | 76 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel