Re: [Intel-gfx] [PATCH 2/2] drm/i915: Implement WaSetupGtModeTdRowDispatch

2012-12-17 Thread Daniel Vetter
On Mon, Dec 17, 2012 at 09:43:37AM -0200, Rodrigo Vivi wrote: > I checked wadatabase and bspec and agree with your understanding, so > feel free to use: > Reviewed-by: Rodrigo Vivi Chris spotted that I've missed the server GT1. Patch fixed up locally. -Daniel > > > > On Fri, Dec 14, 2012 at 8

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Implement WaSetupGtModeTdRowDispatch

2012-12-17 Thread Daniel Vetter
On Mon, Dec 17, 2012 at 09:43:37AM -0200, Rodrigo Vivi wrote: > I checked wadatabase and bspec and agree with your understanding, so > feel free to use: > Reviewed-by: Rodrigo Vivi Both picked up for -fixes, thanks for the review. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Implement WaSetupGtModeTdRowDispatch

2012-12-17 Thread Rodrigo Vivi
I checked wadatabase and bspec and agree with your understanding, so feel free to use: Reviewed-by: Rodrigo Vivi On Fri, Dec 14, 2012 at 8:38 PM, Daniel Vetter wrote: > I'm not really sure, since the w/a entry is as thin on details as > ever, and Bspec doesn't say anything about it. But I've f

[Intel-gfx] [PATCH 2/2] drm/i915: Implement WaSetupGtModeTdRowDispatch

2012-12-14 Thread Daniel Vetter
I'm not really sure, since the w/a entry is as thin on details as ever, and Bspec doesn't say anything about it. But I've figured only dispatching to rows 0&1 instead of all four should be the right thing for GT1. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_drv.h |2 ++ driver