[Intel-gfx] [PATCH] HAX: kernel/swsusp: Show invalid swap signature

2017-10-28 Thread Chris Wilson
--- kernel/power/swap.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/kernel/power/swap.c b/kernel/power/swap.c index d7cdc426ee38..1eed3fa04e21 100644 --- a/kernel/power/swap.c +++ b/kernel/power/swap.c @@ -306,9 +306,12 @@ static int mark_swapfiles(struct swap_

[Intel-gfx] ✓ Fi.CI.BAT: success for HAX: kernel/swsusp: Show invalid swap signature (rev4)

2017-10-28 Thread Patchwork
== Series Details == Series: HAX: kernel/swsusp: Show invalid swap signature (rev4) URL : https://patchwork.freedesktop.org/series/32130/ State : success == Summary == Series 32130v4 HAX: kernel/swsusp: Show invalid swap signature https://patchwork.freedesktop.org/api/1.0/series/32130/revision

[Intel-gfx] ✓ Fi.CI.IGT: success for HAX: kernel/swsusp: Show invalid swap signature (rev4)

2017-10-28 Thread Patchwork
== Series Details == Series: HAX: kernel/swsusp: Show invalid swap signature (rev4) URL : https://patchwork.freedesktop.org/series/32130/ State : success == Summary == Test kms_busy: Subgroup extended-modeset-hang-newfb-with-reset-render-C: pass -> DMESG-WARN (sha

[Intel-gfx] [PATCH igt] lib/i915: Query semaphore status using GETPARAM

2017-10-28 Thread Chris Wilson
Wherever possible we want to use existing ioctls rather than poking the volatile modparams, in this case we already provide I915_PARAM_HAS_SEMAPHORES so we have no excuse to peek i915.semaphores. Signed-off-by: Chris Wilson --- lib/i915/gem_submission.c | 17 - 1 file changed, 16

[Intel-gfx] [PATCH 1/3] drm/i915: Disable sempahores on Sandybridge

2017-10-28 Thread Chris Wilson
I should have admitted defeat long ago as there has been a rare but persistent error on Sandybridge where semaphore signaling did not propagate to the waiter, leading to a GPU hang. With the work on fence signaling for v4.9, the impact of using CPU driven signaling was greatly reduced wrt to the l

[Intel-gfx] [PATCH 2/3] drm/i915: Move debugfs/i915_semaphore_status to i915_engine_info

2017-10-28 Thread Chris Wilson
As the semaphores is just part of the engine, include it with the general pretty printer universally used for debugging. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_debugfs.c| 32 drivers/gpu/drm/i915/intel_engine_cs.c | 9

[Intel-gfx] [PATCH 3/3] drm/i915: Remove i915.semaphores modparam

2017-10-28 Thread Chris Wilson
Having disabled the broken semaphores on Sandybridge, there is no need for a modparam any more, so remove it in favour of a simple HAS_LEGACY_SEMAPHORES() guard. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_drv.c | 7 +-- drivers/gpu/drm/i915/i915_d

[Intel-gfx] ✗ Fi.CI.BAT: warning for lib/i915: Query semaphore status using GETPARAM

2017-10-28 Thread Patchwork
== Series Details == Series: lib/i915: Query semaphore status using GETPARAM URL : https://patchwork.freedesktop.org/series/32799/ State : warning == Summary == IGT patchset tested on top of latest successful build 1fc4de1ca390adec9be8bd7cc0c36cab07465959 igt/gem_exec_latency: Wire up an inte

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Disable sempahores on Sandybridge

2017-10-28 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/i915: Disable sempahores on Sandybridge URL : https://patchwork.freedesktop.org/series/32800/ State : failure == Summary == Series 32800 revision 1 was fully merged or fully failed: no git log

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Disable sempahores on Sandybridge

2017-10-28 Thread Chris Wilson
Quoting Chris Wilson (2017-10-28 12:27:23) > I should have admitted defeat long ago as there has been a rare but > persistent error on Sandybridge where semaphore signaling did not > propagate to the waiter, leading to a GPU hang. > > With the work on fence signaling for v4.9, the impact of using

[Intel-gfx] [i-g-t] assembler: Fix bashism in run-test.sh

2017-10-28 Thread Rhys Kidd
[[ a != b ]] is a bashism. As it's just comparing $1 to an empty string, use -n with a normal [ ]. Noticed whilst testing meson builds. /bin/sh is apparently dash in Intel's CI. Also change the script to #!/bin/bash to avoid having to babysit bashism later. Fixes: c3863e19 ("assembler/test: Prep

[Intel-gfx] ✗ Fi.CI.BAT: failure for assembler: Fix bashism in run-test.sh

2017-10-28 Thread Patchwork
== Series Details == Series: assembler: Fix bashism in run-test.sh URL : https://patchwork.freedesktop.org/series/32810/ State : failure == Summary == IGT patchset tested on top of latest successful build 1fc4de1ca390adec9be8bd7cc0c36cab07465959 igt/gem_exec_latency: Wire up an interloper for

Re: [Intel-gfx] [PATCH] drm/i915: set minimum CD clock to twice the BCLK.

2017-10-28 Thread Kumar, Abhay
+ Subhransu -Original Message- From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of Kumar, Abhay Sent: Thursday, October 26, 2017 12:10 PM To: Jani Nikula ; Dhinakaran Pandiyan ; subransu.s.pru...@intel.com Cc: intel-gfx@lists.freedesktop.org; Nujella, Sathyanara