Re: [Intel-gfx] [PATCH 37/43] drm/i915/bdw: Display execlists info in debugfs

2014-08-08 Thread Damien Lespiau
On Thu, Aug 07, 2014 at 01:23:20PM +0100, Thomas Daniel wrote: > From: Oscar Mateo > > v2: Warn and return if LRCs are not enabled. > > v3: Grab the Execlists spinlock (noticed by Daniel Vetter). > > Signed-off-by: Oscar Mateo > > v4: Lock the struct mutex for atomic state capture > > Signed

[Intel-gfx] [PATCH 37/43] drm/i915/bdw: Display execlists info in debugfs

2014-08-07 Thread Thomas Daniel
From: Oscar Mateo v2: Warn and return if LRCs are not enabled. v3: Grab the Execlists spinlock (noticed by Daniel Vetter). Signed-off-by: Oscar Mateo v4: Lock the struct mutex for atomic state capture Signed-off-by: Thomas Daniel --- drivers/gpu/drm/i915/i915_debugfs.c | 80 +

Re: [Intel-gfx] [PATCH 37/43] drm/i915/bdw: Display execlists info in debugfs

2014-08-01 Thread Damien Lespiau
On Thu, Jul 24, 2014 at 05:04:45PM +0100, Thomas Daniel wrote: > From: Oscar Mateo > > v2: Warn and return if LRCs are not enabled. > > v3: Grab the Execlists spinlock (noticed by Daniel Vetter). > > Signed-off-by: Oscar Mateo This looks like it may be missing a struct_mutex lock to grab a st

[Intel-gfx] [PATCH 37/43] drm/i915/bdw: Display execlists info in debugfs

2014-07-24 Thread Thomas Daniel
From: Oscar Mateo v2: Warn and return if LRCs are not enabled. v3: Grab the Execlists spinlock (noticed by Daniel Vetter). Signed-off-by: Oscar Mateo --- drivers/gpu/drm/i915/i915_debugfs.c | 73 +++ drivers/gpu/drm/i915/intel_lrc.c|6 --- drivers/gpu