Re: [Intel-gfx] [PATCH] drm/i915: Differentiate between LLC or snooped for the user

2014-08-26 Thread Daniel Vetter
On Mon, Aug 25, 2014 at 03:34:20PM +0300, Ville Syrjälä wrote: > On Fri, Aug 22, 2014 at 02:41:39PM +0100, Chris Wilson wrote: > > Rather than describing an object as either "snooped or LLC", we can do > > better as we should know what machine we are running on! > > > > Signed-off-by: Chris Wilson

Re: [Intel-gfx] [PATCH] drm/i915: Differentiate between LLC or snooped for the user

2014-08-25 Thread Ville Syrjälä
On Fri, Aug 22, 2014 at 02:41:39PM +0100, Chris Wilson wrote: > Rather than describing an object as either "snooped or LLC", we can do > better as we should know what machine we are running on! > > Signed-off-by: Chris Wilson Indeed, makes things less confusing. Reviewed-by: Ville Syrjälä > -

[Intel-gfx] [PATCH] drm/i915: Differentiate between LLC or snooped for the user

2014-08-22 Thread Chris Wilson
Rather than describing an object as either "snooped or LLC", we can do better as we should know what machine we are running on! Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 4 ++-- drivers/gpu/drm/i915/i915_drv.h | 4 +++- drivers/gpu/drm/i915/i915_gpu_error.c |