Re: [Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-08-04 Thread Paulo Zanoni
2014-08-01 13:12 GMT-03:00 Rodrigo Vivi : > GTIER and DEIER doesn't have same interface on HSW so this "or" operation > makes the information provided useless. > > v2: since we have gtier variable already let's split for everybody > and avoid the strange | op. > Also avoid overriding the value

[Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-08-01 Thread Rodrigo Vivi
GTIER and DEIER doesn't have same interface on HSW so this "or" operation makes the information provided useless. v2: since we have gtier variable already let's split for everybody and avoid the strange | op. Also avoid overriding the value that was set for vlv. In this case I believe that

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-08-01 Thread Paulo Zanoni
2014-08-01 6:13 GMT-03:00 Rodrigo Vivi : > GTIER and DEIER doesn't have same interface on HSW so this "or" operation > makes the information provided useless. > > v2: since we have gtier variable already let's split for everybody > and avoid the strange | op. > Also avoid overriding the value t

[Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-08-01 Thread Rodrigo Vivi
GTIER and DEIER doesn't have same interface on HSW so this "or" operation makes the information provided useless. v2: since we have gtier variable already let's split for everybody and avoid the strange | op. Also avoid overriding the value that was set for vlv. In this case I believe that

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-07-30 Thread Rodrigo Vivi
On Wed, Jul 30, 2014 at 10:53 AM, Paulo Zanoni wrote: > 2014-07-28 12:19 GMT-03:00 Rodrigo Vivi : > > GTIER and DEIER doesn't have same interface on HSW so this "or" operation > > makes the information provided useless. > > > > Cc: Paulo Zanoni > > Signed-off-by: Rodrigo Vivi > > --- > > drive

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-07-30 Thread Paulo Zanoni
2014-07-28 12:19 GMT-03:00 Rodrigo Vivi : > GTIER and DEIER doesn't have same interface on HSW so this "or" operation > makes the information provided useless. > > Cc: Paulo Zanoni > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/i915_drv.h | 1 + > drivers/gpu/drm/i915/i915_gpu

[Intel-gfx] [PATCH 1/2] drm/i915: Collect gtier properly on HSW.

2014-07-28 Thread Rodrigo Vivi
GTIER and DEIER doesn't have same interface on HSW so this "or" operation makes the information provided useless. Cc: Paulo Zanoni Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gpu_error.c | 16 ++-- 2 files changed, 11 inser