Re: [Intel-gfx] [PATCH] drm/i915: add Wa_14010594013: icl,ehl

2020-01-10 Thread Rodrigo Vivi
On Fri, Jan 10, 2020 at 02:33:04PM +0530, Anshuamn Gupta wrote: > On 2020-01-10 at 03:51:49 -0500, Matt Atwood wrote: > > The bspec tells us we need to set this bit to avoid potential underruns. > > > > Bspec: 33450 > > Bspec: 33451 > > Bspec: 33452 > It would be nice to add index 7386 which is

Re: [Intel-gfx] [PATCH] drm/i915: add Wa_14010594013: icl,ehl

2020-01-10 Thread Anshuamn Gupta
On 2020-01-10 at 03:51:49 -0500, Matt Atwood wrote: > The bspec tells us we need to set this bit to avoid potential underruns. > > Bspec: 33450 > Bspec: 33451 > Bspec: 33452 It would be nice to add index 7386 which is having the bit for PMRSP. > > Signed-off-by: Matt Atwood > --- >

[Intel-gfx] [PATCH] drm/i915: add Wa_14010594013: icl,ehl

2020-01-09 Thread Matt Atwood
The bspec tells us we need to set this bit to avoid potential underruns. Bspec: 33450 Bspec: 33451 Bspec: 33452 Signed-off-by: Matt Atwood --- drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/intel_pm.c | 4 2 files changed, 5 insertions(+) diff --git