[Intel-gfx] [PATCH 1/9] drm/i915: Use variable for debugfs device status

2019-08-19 Thread Stuart Summers
Use a local variable to find SSEU runtime information in various debugfs functions. v2: Remove extra line breaks per feedback from Chris Signed-off-by: Stuart Summers Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 26 +++--- 1 file changed, 11

[Intel-gfx] [PATCH 1/9] drm/i915: Use variable for debugfs device status

2019-08-19 Thread Stuart Summers
Use a local variable to find SSEU runtime information in various debugfs functions. v2: Remove extra line breaks per feedback from Chris Signed-off-by: Stuart Summers Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 26 +++--- 1 file changed, 11

[Intel-gfx] [PATCH 1/9] drm/i915: Use variable for debugfs device status

2019-08-07 Thread Stuart Summers
Use a local variable to find SSEU runtime information in various debugfs functions. v2: Remove extra line breaks per feedback from Chris Signed-off-by: Stuart Summers Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 26 +++--- 1 file changed, 11

[Intel-gfx] [PATCH 1/9] drm/i915: Use variable for debugfs device status

2019-07-24 Thread Stuart Summers
Use a local variable to find SSEU runtime information in various debugfs functions. Signed-off-by: Stuart Summers --- drivers/gpu/drm/i915/i915_debugfs.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c

Re: [Intel-gfx] [PATCH 1/9] drm/i915: Use variable for debugfs device status

2019-07-24 Thread Tvrtko Ursulin
On 23/07/2019 16:49, Stuart Summers wrote: Use a local variable to find SSEU runtime information in various debugfs functions. In all cases where you added a new local info you actually use info->sseu, so why not just add the sseu local to begin with? Regards, Tvrtko Signed-off-by:

[Intel-gfx] [PATCH 1/9] drm/i915: Use variable for debugfs device status

2019-07-23 Thread Stuart Summers
Use a local variable to find SSEU runtime information in various debugfs functions. Signed-off-by: Stuart Summers --- drivers/gpu/drm/i915/i915_debugfs.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c