Re: [Intel-gfx] [PATCH] drm/i915: Extend non readable mcr range

2019-08-09 Thread Chris Wilson
Quoting Mika Kuoppala (2019-08-09 15:56:53) > Our current avoidance of non readable mcr range was not > inclusive enough. Extend the start and end. > > References: HSDES#1405586840 > Cc: Tvrtko Ursulin > Signed-off-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/intel_workarounds.c | 2 +- >

[Intel-gfx] [PATCH] drm/i915: Extend non readable mcr range

2019-08-09 Thread Mika Kuoppala
Our current avoidance of non readable mcr range was not inclusive enough. Extend the start and end. References: HSDES#1405586840 Cc: Tvrtko Ursulin Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr