Re: [Intel-gfx] [PATCH 4/5] drm/i915: Suppress context restore w/a when using MI_RESTORE_INHIBIT

2017-02-27 Thread Chris Wilson
On Fri, Feb 24, 2017 at 12:45:54PM +0200, Mika Kuoppala wrote: > Chris Wilson writes: > > > If we are setting the context and do inhibit the restoration from the > > context image, also forgo applying the set-context w/a. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/i915

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Suppress context restore w/a when using MI_RESTORE_INHIBIT

2017-02-24 Thread Chris Wilson
On Fri, Feb 24, 2017 at 12:45:54PM +0200, Mika Kuoppala wrote: > Chris Wilson writes: > > > If we are setting the context and do inhibit the restoration from the > > context image, also forgo applying the set-context w/a. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/i915

Re: [Intel-gfx] [PATCH 4/5] drm/i915: Suppress context restore w/a when using MI_RESTORE_INHIBIT

2017-02-24 Thread Mika Kuoppala
Chris Wilson writes: > If we are setting the context and do inhibit the restoration from the > context image, also forgo applying the set-context w/a. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_gem_context.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletion

[Intel-gfx] [PATCH 4/5] drm/i915: Suppress context restore w/a when using MI_RESTORE_INHIBIT

2017-02-23 Thread Chris Wilson
If we are setting the context and do inhibit the restoration from the context image, also forgo applying the set-context w/a. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_context.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i