Re: [Intel-gfx] [PATCH] drm/i915: Add debugfs file to dump entire logical context

2014-11-05 Thread Daniel Vetter
On Tue, Nov 04, 2014 at 09:19:36AM -0800, armin.c.re...@intel.com wrote: > From: Armin Reese > > The new 'i915_context_dump' file generates a hex dump of the > entire logical context DRM object. It is useful for > validating the contents of the default context set up by > the golden state batch

[Intel-gfx] [PATCH] drm/i915: Add debugfs file to dump entire logical context

2014-11-04 Thread armin . c . reese
From: Armin Reese The new 'i915_context_dump' file generates a hex dump of the entire logical context DRM object. It is useful for validating the contents of the default context set up by the golden state batch buffer. v1 - Reuse function i915_dump_lrc() instead of i915_context_status(). Separa

Re: [Intel-gfx] [PATCH] drm/i915: Add debugfs file to dump entire logical context

2014-10-31 Thread Volkin, Bradley D
On Thu, Oct 30, 2014 at 04:03:23PM -0700, armin.c.re...@intel.com wrote: > From: Armin Reese > > The new 'i915_context_dump' file generates a hex dump of the > entire logical context DRM object. It is useful for > validating the contents of the default context set up by > the golden state batch

[Intel-gfx] [PATCH] drm/i915: Add debugfs file to dump entire logical context

2014-10-30 Thread armin . c . reese
From: Armin Reese The new 'i915_context_dump' file generates a hex dump of the entire logical context DRM object. It is useful for validating the contents of the default context set up by the golden state batch buffer. Signed-off-by: Armin Reese --- drivers/gpu/drm/i915/i915_debugfs.c | 92 ++