Re: [Intel-gfx] [PATCH 25/25] drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch

2016-06-06 Thread Mika Kuoppala
Arun Siluvery writes: > [ text/plain ] > On 03/06/2016 21:31, Matthew Auld wrote: >> What about skl, this also seems to need the WA until A0? > > SKL:A0 is pre-production stepping, it can be ignored. > Yes, the rationale here was that we have kbl:A0 around still

Re: [Intel-gfx] [PATCH 25/25] drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch

2016-06-06 Thread Matthew Auld
On 4 June 2016 at 09:54, Arun Siluvery wrote: > On 03/06/2016 21:31, Matthew Auld wrote: >> >> What about skl, this also seems to need the WA until A0? > > > SKL:A0 is pre-production stepping, it can be ignored. > > regards > Arun > > >>

Re: [Intel-gfx] [PATCH 25/25] drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch

2016-06-04 Thread Arun Siluvery
On 03/06/2016 21:31, Matthew Auld wrote: What about skl, this also seems to need the WA until A0? SKL:A0 is pre-production stepping, it can be ignored. regards Arun ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org

Re: [Intel-gfx] [PATCH 25/25] drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch

2016-06-03 Thread Matthew Auld
What about skl, this also seems to need the WA until A0? ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH 25/25] drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch

2016-05-30 Thread Mika Kuoppala
This workaround for bdw and chv, is also needed for kbl A0. References: HSD#1911519, BSID#569 Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/intel_lrc.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_lrc.c