Re: [Intel-gfx] [PATCH v4] drm/i915: Initialize workarounds in logical

2014-11-12 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform: baseline_drm_intel_nightly_pass_rate->patch_applied_pass_rate BYT: pass/total=247/348->277/348 PNV: pass/total=326/328->324

Re: [Intel-gfx] [PATCH v4] drm/i915: Initialize workarounds in logical ring mode too

2014-11-12 Thread Daniel Vetter
On Tue, Nov 11, 2014 at 04:47:33PM +, Michel Thierry wrote: > diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c > b/drivers/gpu/drm/i915/intel_ringbuffer.c > index 98f2787..9e17432 100644 > --- a/drivers/gpu/drm/i915/intel_ringbuffer.c > +++ b/drivers/gpu/drm/i915/intel_ringbuffer.c > @@ -6

Re: [Intel-gfx] [PATCH v4] drm/i915: Initialize workarounds in logical ring mode too

2014-11-12 Thread Daniel Vetter
On Tue, Nov 11, 2014 at 06:59:52PM +0200, Mika Kuoppala wrote: > Michel Thierry writes: > > > Following the legacy ring submission example, update the > > ring->init_context() hook to support the execlist submission mode. > > > > v2: update to use the new workaround macros and cleanup unused code

Re: [Intel-gfx] [PATCH v4] drm/i915: Initialize workarounds in logical ring mode too

2014-11-11 Thread Mika Kuoppala
Michel Thierry writes: > Following the legacy ring submission example, update the > ring->init_context() hook to support the execlist submission mode. > > v2: update to use the new workaround macros and cleanup unused code. > This takes care of both bdw and chv workarounds. > > v2.1: Add missing

[Intel-gfx] [PATCH v4] drm/i915: Initialize workarounds in logical ring mode too

2014-11-11 Thread Michel Thierry
Following the legacy ring submission example, update the ring->init_context() hook to support the execlist submission mode. v2: update to use the new workaround macros and cleanup unused code. This takes care of both bdw and chv workarounds. v2.1: Add missing call to init_context() during deferre