[Intel-gfx] [PATCH] drm/i915: MI_PREDICATE_RESULT_2 is HSW only

2013-11-29 Thread ville . syrjala
From: Ville Syrjälä The MI_PREDICATE_RESULT_2 register exits only on HSW. On other platforms the same offset is either reserved, or contains some other register. So write the register only on HSW. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_gem.c | 7 +++ 1 file changed, 3 i

Re: [Intel-gfx] [PATCH] drm/i915: MI_PREDICATE_RESULT_2 is HSW only

2013-11-29 Thread Chris Wilson
On Fri, Nov 29, 2013 at 02:56:12PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > The MI_PREDICATE_RESULT_2 register exits only on HSW. On other > platforms the same offset is either reserved, or contains some > other register. So write the register only on HSW. > > Signed

Re: [Intel-gfx] [PATCH] drm/i915: MI_PREDICATE_RESULT_2 is HSW only

2013-11-29 Thread Daniel Vetter
On Fri, Nov 29, 2013 at 01:48:44PM +, Chris Wilson wrote: > On Fri, Nov 29, 2013 at 02:56:12PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > The MI_PREDICATE_RESULT_2 register exits only on HSW. On other > > platforms the same offset is either reserved, or contai