[Intel-gfx] [PATCH 06/15] drm/i915: Debugfs interface to read GuC load status

2015-07-03 Thread Dave Gordon
From: Alex Dai The new node provides access to the status of the common uC loader code and the GuC-specific loader; also the scratch registers used for communication between the i915 driver and the GuC firmware. v2: Changes to output formats per Chris Wilson's suggestions Issue: VIZ-4884 Si

Re: [Intel-gfx] [PATCH 06/15] drm/i915: Debugfs interface to read GuC load status

2015-06-19 Thread Dave Gordon
On 16/06/15 10:40, Chris Wilson wrote: > On Mon, Jun 15, 2015 at 07:36:24PM +0100, Dave Gordon wrote: >> From: Alex Dai >> >> The new node provides access to the status of the common uC loader >> code and the GuC-specific loader; also the scratch registers used >> for communicatio between the i915

Re: [Intel-gfx] [PATCH 06/15] drm/i915: Debugfs interface to read GuC load status

2015-06-16 Thread Chris Wilson
On Mon, Jun 15, 2015 at 07:36:24PM +0100, Dave Gordon wrote: > From: Alex Dai > > The new node provides access to the status of the common uC loader > code and the GuC-specific loader; also the scratch registers used > for communicatio between the i915 driver and the GuC firmware. > > Issue: VIZ

[Intel-gfx] [PATCH 06/15] drm/i915: Debugfs interface to read GuC load status

2015-06-15 Thread Dave Gordon
From: Alex Dai The new node provides access to the status of the common uC loader code and the GuC-specific loader; also the scratch registers used for communicatio between the i915 driver and the GuC firmware. Issue: VIZ-4884 Signed-off-by: Alex Dai Signed-off-by: Dave Gordon --- drivers/gpu