[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Construct a request even if the GPU is currently hung

2017-01-14 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Construct a request even if the GPU is currently hung URL : https://patchwork.freedesktop.org/series/18013/ State : success == Summary == Series 18013v1 Series without cover letter https://patchwork.freedesktop.org/api/1.0/seri

Re: [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/7] drm/i915: Name the anonymous structs inside i915_ggtt_view

2017-01-14 Thread Chris Wilson
On Sat, Jan 14, 2017 at 12:53:36AM -, Patchwork wrote: > == Series Details == > > Series: series starting with [CI,1/7] drm/i915: Name the anonymous structs > inside i915_ggtt_view > URL : https://patchwork.freedesktop.org/series/18006/ > State : success > > == Summary == > > Series 18006

[Intel-gfx] [PATCH 2/2] drm/i915: Skip switch to kernel context if already done

2017-01-14 Thread Chris Wilson
Some engines are never user or already sitting idle in the kernel context and for those we can skip flushing the current context for i915_gem_switch_to_kernel_context(). We used to perform this optimisation but that was removed for convenience of converting over to multiple timelines and handling t

[Intel-gfx] [PATCH 1/2] drm/i915: Construct a request even if the GPU is currently hung

2017-01-14 Thread Chris Wilson
As we now have the ability to directly reset the GPU from the waiter (and so do not need to drop the lock in order to let the reset proceed) and also do not lose requests over a reset, we can now simply queue the request to occur after the reset rather than roundtripping to userspace (or worse fail

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Use __printf markup to silence compiler

2017-01-14 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: Use __printf markup to silence compiler URL : https://patchwork.freedesktop.org/series/18012/ State : success == Summary == Series 18012v1 Series without cover letter https://patchwork.freedesktop.org/api/1.0/series/18012/revis

[Intel-gfx] [PATCH 2/2] drm/i915/dp: Silence compiler for missing prototype

2017-01-14 Thread Chris Wilson
drivers/gpu/drm/i915/intel_dp.c:3063:6: warning: no previous prototype for ‘intel_dp_get_alpm_status’ [-Wmissing-prototypes] bool intel_dp_get_alpm_status(struct intel_dp *intel_dp) Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[Intel-gfx] [PATCH 1/2] drm/i915: Use __printf markup to silence compiler

2017-01-14 Thread Chris Wilson
drivers/gpu/drm/i915/i915_gpu_error.c: In function ‘i915_error_vprintf’: drivers/gpu/drm/i915/i915_gpu_error.c:137:3: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] len = vsnprintf(NULL, 0, f, tmp); ^~~ drivers/gpu/drm/i915/i915_g