* [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
@ 2019-06-25 7:08 Kenneth Graunke
2019-06-25 7:51 ` ✗ Fi.CI.BAT: failure for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Kenneth Graunke @ 2019-06-25 7:08 UTC (permalink / raw)
To: intel-gfx; +Cc: Kenneth Graunke, stable
The Demand Prefetch workaround (binding table prefetching) only applies
to Icelake A0/B0. But the Sampler Prefetch workaround needs to be
applied to all Gen11 steppings, according to a programming note in the
SARCHKMD documentation.
Using the Intel Gallium driver, I have seen intermittent failures in
the dEQP-GLES31.functional.copy_image.non_compressed.* tests. After
applying this workaround, the tests reliably pass.
BSpec: 9663
Cc: stable@vger.kernel.org
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
---
drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 +++++
1 file changed, 5 insertions(+)
(resending with S-o-b added...)
Hi there!
We tried to work around this in the Mesa driver, and managed to do so
in i965, anv, iris, but missed doing so in blorp. Oops! I'm planning
on fixing that, but setting the SARCHKMD bit to shut off the broken
prefetching globally seems like a good idea. That way, we make sure it
works for i965, anv, iris, libva, and all the other userspace drivers.
FWIW, I don't have commit access, so I would appreciate it if someone
could commit this for me assuming it clears review and testing.
--Ken
diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
index c70445adfb02..a3cb35d058a6 100644
--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
@@ -1254,6 +1254,11 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
GEN7_SARCHKMD,
GEN7_DISABLE_DEMAND_PREFETCH |
GEN7_DISABLE_SAMPLER_PREFETCH);
+
+ /* Wa_1606682166:icl */
+ wa_write_or(wal,
+ GEN7_SARCHKMD,
+ GEN7_DISABLE_SAMPLER_PREFETCH);
}
if (IS_GEN_RANGE(i915, 9, 11)) {
--
2.22.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2)
2019-06-25 7:08 [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Kenneth Graunke
@ 2019-06-25 7:51 ` Patchwork
2019-06-25 9:06 ` [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Chris Wilson
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2019-06-25 7:51 UTC (permalink / raw)
To: Kenneth Graunke; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2)
URL : https://patchwork.freedesktop.org/series/62685/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6340 -> Patchwork_13411
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_13411 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_13411, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_13411:
### IGT changes ###
#### Possible regressions ####
* igt@i915_module_load@reload:
- fi-icl-dsi: NOTRUN -> [DMESG-WARN][1] +24 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/fi-icl-dsi/igt@i915_module_load@reload.html
Known issues
------------
Here are the changes found in Patchwork_13411 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_mmap_gtt@basic-short:
- fi-icl-u3: [PASS][2] -> [DMESG-WARN][3] ([fdo#107724])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/fi-icl-u3/igt@gem_mmap_gtt@basic-short.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/fi-icl-u3/igt@gem_mmap_gtt@basic-short.html
#### Possible fixes ####
* igt@i915_module_load@reload-no-display:
- fi-icl-u3: [DMESG-WARN][4] ([fdo#107724]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/fi-icl-u3/igt@i915_module_load@reload-no-display.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/fi-icl-u3/igt@i915_module_load@reload-no-display.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [FAIL][6] ([fdo#109485]) -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
Participating hosts (50 -> 44)
------------------------------
Additional (2): fi-icl-dsi fi-skl-gvtdvm
Missing (8): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus
Build changes
-------------
* Linux: CI_DRM_6340 -> Patchwork_13411
CI_DRM_6340: 9728210700f38ec768ea2931c5dc6ee3d0b4c9e1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5066: a6f5cc854efb4b7dfed7f0a2c1039a9ddd1a35a5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_13411: dd59ef25c00aef4e0cf68d529e51dbb19a0fa5ff @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
dd59ef25c00a drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
2019-06-25 7:08 [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Kenneth Graunke
2019-06-25 7:51 ` ✗ Fi.CI.BAT: failure for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
@ 2019-06-25 9:06 ` Chris Wilson
2019-06-25 9:48 ` [Intel-gfx] " Mika Kuoppala
2019-06-25 9:56 ` ✓ Fi.CI.BAT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3) Patchwork
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Chris Wilson @ 2019-06-25 9:06 UTC (permalink / raw)
To: intel-gfx; +Cc: Kenneth Graunke, Chris Wilson, stable
From: Kenneth Graunke <kenneth@whitecape.org>
The Demand Prefetch workaround (binding table prefetching) only applies
to Icelake A0/B0. But the Sampler Prefetch workaround needs to be
applied to all Gen11 steppings, according to a programming note in the
SARCHKMD documentation.
Using the Intel Gallium driver, I have seen intermittent failures in
the dEQP-GLES31.functional.copy_image.non_compressed.* tests. After
applying this workaround, the tests reliably pass.
v2: Remove the overlap with a pre-production w/a
BSpec: 9663
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@vger.kernel.org
---
drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
index c70445adfb02..993804d09517 100644
--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
@@ -1252,8 +1252,12 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0))
wa_write_or(wal,
GEN7_SARCHKMD,
- GEN7_DISABLE_DEMAND_PREFETCH |
- GEN7_DISABLE_SAMPLER_PREFETCH);
+ GEN7_DISABLE_DEMAND_PREFETCH);
+
+ /* Wa_1606682166:icl */
+ wa_write_or(wal,
+ GEN7_SARCHKMD,
+ GEN7_DISABLE_SAMPLER_PREFETCH);
}
if (IS_GEN_RANGE(i915, 9, 11)) {
--
2.20.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
2019-06-25 9:06 ` [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Chris Wilson
@ 2019-06-25 9:48 ` Mika Kuoppala
2019-06-25 10:13 ` Chris Wilson
0 siblings, 1 reply; 8+ messages in thread
From: Mika Kuoppala @ 2019-06-25 9:48 UTC (permalink / raw)
To: Chris Wilson, intel-gfx; +Cc: Kenneth Graunke, stable
Chris Wilson <chris@chris-wilson.co.uk> writes:
> From: Kenneth Graunke <kenneth@whitecape.org>
>
> The Demand Prefetch workaround (binding table prefetching) only applies
> to Icelake A0/B0. But the Sampler Prefetch workaround needs to be
> applied to all Gen11 steppings, according to a programming note in the
> SARCHKMD documentation.
>
> Using the Intel Gallium driver, I have seen intermittent failures in
> the dEQP-GLES31.functional.copy_image.non_compressed.* tests. After
> applying this workaround, the tests reliably pass.
>
> v2: Remove the overlap with a pre-production w/a
>
> BSpec: 9663
> Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: stable@vger.kernel.org
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
> ---
> drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
> index c70445adfb02..993804d09517 100644
> --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
> +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
> @@ -1252,8 +1252,12 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
> if (IS_ICL_REVID(i915, ICL_REVID_A0, ICL_REVID_B0))
> wa_write_or(wal,
> GEN7_SARCHKMD,
> - GEN7_DISABLE_DEMAND_PREFETCH |
> - GEN7_DISABLE_SAMPLER_PREFETCH);
> + GEN7_DISABLE_DEMAND_PREFETCH);
> +
> + /* Wa_1606682166:icl */
> + wa_write_or(wal,
> + GEN7_SARCHKMD,
> + GEN7_DISABLE_SAMPLER_PREFETCH);
> }
>
> if (IS_GEN_RANGE(i915, 9, 11)) {
> --
> 2.20.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3)
2019-06-25 7:08 [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Kenneth Graunke
2019-06-25 7:51 ` ✗ Fi.CI.BAT: failure for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
2019-06-25 9:06 ` [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Chris Wilson
@ 2019-06-25 9:56 ` Patchwork
2019-06-25 10:10 ` ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
2019-06-25 11:09 ` ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3) Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2019-06-25 9:56 UTC (permalink / raw)
To: Chris Wilson; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3)
URL : https://patchwork.freedesktop.org/series/62685/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6340 -> Patchwork_13412
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/
Known issues
------------
Here are the changes found in Patchwork_13412 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s3:
- fi-blb-e6850: [PASS][1] -> [INCOMPLETE][2] ([fdo#107718])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
#### Possible fixes ####
* igt@i915_module_load@reload-no-display:
- fi-icl-u3: [DMESG-WARN][3] ([fdo#107724]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/fi-icl-u3/igt@i915_module_load@reload-no-display.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/fi-icl-u3/igt@i915_module_load@reload-no-display.html
[fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
Participating hosts (50 -> 43)
------------------------------
Additional (4): fi-skl-gvtdvm fi-icl-guc fi-icl-dsi fi-bwr-2160
Missing (11): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-icl-u2 fi-bsw-cyan fi-icl-y fi-bdw-samus fi-byt-clapper fi-skl-6600u fi-kbl-r
Build changes
-------------
* Linux: CI_DRM_6340 -> Patchwork_13412
CI_DRM_6340: 9728210700f38ec768ea2931c5dc6ee3d0b4c9e1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5066: a6f5cc854efb4b7dfed7f0a2c1039a9ddd1a35a5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_13412: 04a86e133132678552b09286e7e32308242a0820 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
04a86e133132 drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2)
2019-06-25 7:08 [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Kenneth Graunke
` (2 preceding siblings ...)
2019-06-25 9:56 ` ✓ Fi.CI.BAT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3) Patchwork
@ 2019-06-25 10:10 ` Patchwork
2019-06-25 11:09 ` ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3) Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2019-06-25 10:10 UTC (permalink / raw)
To: Chris Wilson; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2)
URL : https://patchwork.freedesktop.org/series/62685/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6340_full -> Patchwork_13411_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Known issues
------------
Here are the changes found in Patchwork_13411_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_eio@in-flight-contexts-1us:
- shard-iclb: [PASS][1] -> [DMESG-WARN][2] ([fdo#110913 ]) +1 similar issue
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb1/igt@gem_eio@in-flight-contexts-1us.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb1/igt@gem_eio@in-flight-contexts-1us.html
* igt@gem_exec_reloc@basic-cpu-read-active:
- shard-glk: [PASS][3] -> [DMESG-WARN][4] ([fdo#110913 ]) +2 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-glk8/igt@gem_exec_reloc@basic-cpu-read-active.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-glk4/igt@gem_exec_reloc@basic-cpu-read-active.html
* igt@gem_exec_reloc@basic-wc-cpu-active:
- shard-apl: [PASS][5] -> [DMESG-WARN][6] ([fdo#110913 ]) +3 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl2/igt@gem_exec_reloc@basic-wc-cpu-active.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-apl2/igt@gem_exec_reloc@basic-wc-cpu-active.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-kbl: [PASS][7] -> [DMESG-WARN][8] ([fdo#110913 ]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl1/igt@gem_partial_pwrite_pread@reads-uncached.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-kbl1/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_persistent_relocs@forked-faulting-reloc-thrashing:
- shard-hsw: [PASS][9] -> [DMESG-WARN][10] ([fdo#110789] / [fdo#110913 ]) +1 similar issue
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw7/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw1/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
* igt@gem_persistent_relocs@forked-interruptible-thrashing:
- shard-snb: [PASS][11] -> [DMESG-WARN][12] ([fdo#110789] / [fdo#110913 ])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-snb2/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-snb6/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-skl: [PASS][13] -> [FAIL][14] ([fdo#102670])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang-interruptible:
- shard-hsw: [PASS][15] -> [SKIP][16] ([fdo#109271]) +9 similar issues
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw4/igt@kms_flip@2x-flip-vs-panning-vs-hang-interruptible.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw1/igt@kms_flip@2x-flip-vs-panning-vs-hang-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-skl: [PASS][17] -> [FAIL][18] ([fdo#105363])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl7/igt@kms_flip@flip-vs-expired-vblank.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl2/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-skl: [PASS][19] -> [INCOMPLETE][20] ([fdo#109507])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl8/igt@kms_flip@flip-vs-suspend-interruptible.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl1/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render:
- shard-iclb: [PASS][21] -> [FAIL][22] ([fdo#103167]) +3 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
- shard-apl: [PASS][23] -> [DMESG-WARN][24] ([fdo#108566]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-apl3/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-iclb: [PASS][25] -> [FAIL][26] ([fdo#103166])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-x.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_psr@psr2_cursor_blt:
- shard-iclb: [PASS][27] -> [SKIP][28] ([fdo#109441]) +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb1/igt@kms_psr@psr2_cursor_blt.html
* igt@kms_setmode@basic:
- shard-kbl: [PASS][29] -> [FAIL][30] ([fdo#99912])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl3/igt@kms_setmode@basic.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-kbl7/igt@kms_setmode@basic.html
#### Possible fixes ####
* igt@gem_eio@wait-10ms:
- shard-apl: [DMESG-WARN][31] ([fdo#110913 ]) -> [PASS][32] +4 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl8/igt@gem_eio@wait-10ms.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-apl8/igt@gem_eio@wait-10ms.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [SKIP][33] ([fdo#110854]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb6/igt@gem_exec_balancer@smoke.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb4/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_schedule@wide-bsd2:
- shard-kbl: [INCOMPLETE][35] ([fdo#103665]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl6/igt@gem_exec_schedule@wide-bsd2.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-kbl6/igt@gem_exec_schedule@wide-bsd2.html
* igt@gem_persistent_relocs@forked-interruptible-faulting-reloc-thrashing:
- shard-glk: [DMESG-WARN][37] ([fdo#110913 ]) -> [PASS][38] +2 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-glk4/igt@gem_persistent_relocs@forked-interruptible-faulting-reloc-thrashing.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-glk3/igt@gem_persistent_relocs@forked-interruptible-faulting-reloc-thrashing.html
* igt@gem_softpin@evict-active-interruptible:
- shard-kbl: [DMESG-WARN][39] ([fdo#110913 ]) -> [PASS][40] +1 similar issue
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl1/igt@gem_softpin@evict-active-interruptible.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-kbl1/igt@gem_softpin@evict-active-interruptible.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup:
- shard-hsw: [DMESG-WARN][41] ([fdo#110913 ]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
* igt@i915_pm_rpm@i2c:
- shard-hsw: [FAIL][43] ([fdo#104097]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@i915_pm_rpm@i2c.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw4/igt@i915_pm_rpm@i2c.html
* igt@i915_suspend@sysfs-reader:
- shard-apl: [DMESG-WARN][45] ([fdo#108566]) -> [PASS][46] +1 similar issue
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl3/igt@i915_suspend@sysfs-reader.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-apl4/igt@i915_suspend@sysfs-reader.html
* igt@kms_atomic_transition@2x-modeset-transitions-fencing:
- shard-hsw: [SKIP][47] ([fdo#109271]) -> [PASS][48] +28 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@kms_atomic_transition@2x-modeset-transitions-fencing.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw5/igt@kms_atomic_transition@2x-modeset-transitions-fencing.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-0:
- shard-iclb: [DMESG-WARN][49] ([fdo#110913 ]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb1/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb3/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
* igt@kms_draw_crc@draw-method-xrgb2101010-render-untiled:
- shard-skl: [FAIL][51] ([fdo#103184] / [fdo#103232]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl7/igt@kms_draw_crc@draw-method-xrgb2101010-render-untiled.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl2/igt@kms_draw_crc@draw-method-xrgb2101010-render-untiled.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-iclb: [FAIL][53] ([fdo#103167]) -> [PASS][54] +3 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-hsw: [DMESG-WARN][55] ([fdo#110789] / [fdo#110913 ]) -> [PASS][56] +1 similar issue
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_plane@plane-panning-bottom-right-pipe-a-planes:
- shard-skl: [FAIL][57] ([fdo#103166]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl6/igt@kms_plane@plane-panning-bottom-right-pipe-a-planes.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl9/igt@kms_plane@plane-panning-bottom-right-pipe-a-planes.html
* igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min:
- shard-skl: [FAIL][59] ([fdo#108145]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl9/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
* igt@kms_psr@psr2_primary_mmap_gtt:
- shard-iclb: [SKIP][61] ([fdo#109441]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html
* igt@perf@polling:
- shard-skl: [FAIL][63] ([fdo#110728]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl1/igt@perf@polling.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl10/igt@perf@polling.html
#### Warnings ####
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-skl: [FAIL][65] ([fdo#103167]) -> [FAIL][66] ([fdo#108040])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-skl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-hsw: [SKIP][67] ([fdo#109271]) -> [DMESG-WARN][68] ([fdo#110789] / [fdo#110913 ])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/shard-hsw2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[fdo#102670]: https://bugs.freedesktop.org/show_bug.cgi?id=102670
[fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103184]: https://bugs.freedesktop.org/show_bug.cgi?id=103184
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#104097]: https://bugs.freedesktop.org/show_bug.cgi?id=104097
[fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
[fdo#108040]: https://bugs.freedesktop.org/show_bug.cgi?id=108040
[fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109507]: https://bugs.freedesktop.org/show_bug.cgi?id=109507
[fdo#110728]: https://bugs.freedesktop.org/show_bug.cgi?id=110728
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#110913 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110913
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Build changes
-------------
* Linux: CI_DRM_6340 -> Patchwork_13411
CI_DRM_6340: 9728210700f38ec768ea2931c5dc6ee3d0b4c9e1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5066: a6f5cc854efb4b7dfed7f0a2c1039a9ddd1a35a5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_13411: dd59ef25c00aef4e0cf68d529e51dbb19a0fa5ff @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13411/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.
2019-06-25 9:48 ` [Intel-gfx] " Mika Kuoppala
@ 2019-06-25 10:13 ` Chris Wilson
0 siblings, 0 replies; 8+ messages in thread
From: Chris Wilson @ 2019-06-25 10:13 UTC (permalink / raw)
To: Mika Kuoppala, intel-gfx; +Cc: Kenneth Graunke, stable
Quoting Mika Kuoppala (2019-06-25 10:48:22)
> Chris Wilson <chris@chris-wilson.co.uk> writes:
>
> > From: Kenneth Graunke <kenneth@whitecape.org>
> >
> > The Demand Prefetch workaround (binding table prefetching) only applies
> > to Icelake A0/B0. But the Sampler Prefetch workaround needs to be
> > applied to all Gen11 steppings, according to a programming note in the
> > SARCHKMD documentation.
> >
> > Using the Intel Gallium driver, I have seen intermittent failures in
> > the dEQP-GLES31.functional.copy_image.non_compressed.* tests. After
> > applying this workaround, the tests reliably pass.
> >
> > v2: Remove the overlap with a pre-production w/a
> >
> > BSpec: 9663
> > Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: stable@vger.kernel.org
>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
And pushed. Thanks for the patch!
-Chris
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3)
2019-06-25 7:08 [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Kenneth Graunke
` (3 preceding siblings ...)
2019-06-25 10:10 ` ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
@ 2019-06-25 11:09 ` Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2019-06-25 11:09 UTC (permalink / raw)
To: Chris Wilson; +Cc: intel-gfx
== Series Details ==
Series: drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3)
URL : https://patchwork.freedesktop.org/series/62685/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6340_full -> Patchwork_13412_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Known issues
------------
Here are the changes found in Patchwork_13412_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_caching@read-writes:
- shard-kbl: [PASS][1] -> [DMESG-WARN][2] ([fdo#110913 ])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl1/igt@gem_caching@read-writes.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-kbl7/igt@gem_caching@read-writes.html
* igt@gem_eio@in-flight-contexts-1us:
- shard-iclb: [PASS][3] -> [DMESG-WARN][4] ([fdo#110913 ]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb1/igt@gem_eio@in-flight-contexts-1us.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb6/igt@gem_eio@in-flight-contexts-1us.html
* igt@gem_exec_reloc@basic-cpu-read-active:
- shard-glk: [PASS][5] -> [DMESG-WARN][6] ([fdo#110913 ]) +4 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-glk8/igt@gem_exec_reloc@basic-cpu-read-active.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-glk6/igt@gem_exec_reloc@basic-cpu-read-active.html
* igt@gem_exec_reloc@basic-wc-cpu-active:
- shard-apl: [PASS][7] -> [DMESG-WARN][8] ([fdo#110913 ]) +2 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl2/igt@gem_exec_reloc@basic-wc-cpu-active.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-apl5/igt@gem_exec_reloc@basic-wc-cpu-active.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-hsw: [PASS][9] -> [DMESG-WARN][10] ([fdo#110789] / [fdo#110913 ])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw8/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-hsw7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-skl: [PASS][11] -> [DMESG-WARN][12] ([fdo#110913 ])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@i915_suspend@debugfs-reader:
- shard-apl: [PASS][13] -> [DMESG-WARN][14] ([fdo#108566])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl6/igt@i915_suspend@debugfs-reader.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-apl2/igt@i915_suspend@debugfs-reader.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-skl: [PASS][15] -> [FAIL][16] ([fdo#100368])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl8/igt@kms_flip@plain-flip-fb-recreate.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl10/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
- shard-iclb: [PASS][17] -> [FAIL][18] ([fdo#103167])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw:
- shard-hsw: [PASS][19] -> [SKIP][20] ([fdo#109271]) +14 similar issues
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw5/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-hsw1/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
* igt@kms_plane_alpha_blend@pipe-c-coverage-7efc:
- shard-skl: [PASS][21] -> [FAIL][22] ([fdo#108145] / [fdo#110403])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl6/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl2/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
* igt@kms_psr@no_drrs:
- shard-iclb: [PASS][23] -> [FAIL][24] ([fdo#108341])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb6/igt@kms_psr@no_drrs.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb1/igt@kms_psr@no_drrs.html
* igt@kms_psr@psr2_sprite_mmap_cpu:
- shard-iclb: [PASS][25] -> [SKIP][26] ([fdo#109441])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_cpu.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb4/igt@kms_psr@psr2_sprite_mmap_cpu.html
* igt@kms_setmode@basic:
- shard-kbl: [PASS][27] -> [FAIL][28] ([fdo#99912])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl3/igt@kms_setmode@basic.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-kbl7/igt@kms_setmode@basic.html
* igt@kms_sysfs_edid_timing:
- shard-iclb: [PASS][29] -> [FAIL][30] ([fdo#100047])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb7/igt@kms_sysfs_edid_timing.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb2/igt@kms_sysfs_edid_timing.html
* igt@kms_vblank@pipe-b-ts-continuation-modeset-hang:
- shard-iclb: [PASS][31] -> [INCOMPLETE][32] ([fdo#107713]) +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb1/igt@kms_vblank@pipe-b-ts-continuation-modeset-hang.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb7/igt@kms_vblank@pipe-b-ts-continuation-modeset-hang.html
* igt@perf_pmu@rc6:
- shard-kbl: [PASS][33] -> [SKIP][34] ([fdo#109271])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl4/igt@perf_pmu@rc6.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-kbl2/igt@perf_pmu@rc6.html
#### Possible fixes ####
* igt@gem_ctx_isolation@vecs0-s3:
- shard-skl: [INCOMPLETE][35] ([fdo#104108]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl8/igt@gem_ctx_isolation@vecs0-s3.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl4/igt@gem_ctx_isolation@vecs0-s3.html
* igt@gem_eio@in-flight-external:
- shard-glk: [DMESG-WARN][37] ([fdo#110913 ]) -> [PASS][38] +3 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-glk6/igt@gem_eio@in-flight-external.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-glk1/igt@gem_eio@in-flight-external.html
* igt@gem_eio@wait-10ms:
- shard-apl: [DMESG-WARN][39] ([fdo#110913 ]) -> [PASS][40] +3 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl8/igt@gem_eio@wait-10ms.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-apl2/igt@gem_eio@wait-10ms.html
* igt@gem_exec_schedule@wide-bsd2:
- shard-kbl: [INCOMPLETE][41] ([fdo#103665]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl6/igt@gem_exec_schedule@wide-bsd2.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-kbl6/igt@gem_exec_schedule@wide-bsd2.html
* igt@gem_persistent_relocs@forked-faulting-reloc-thrashing:
- shard-kbl: [DMESG-WARN][43] ([fdo#110913 ]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl2/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-kbl3/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup:
- shard-skl: [DMESG-WARN][45] ([fdo#110913 ]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl5/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-kbl: [SKIP][47] ([fdo#109271]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-kbl7/igt@i915_pm_rc6_residency@rc6-accuracy.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-kbl6/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@i2c:
- shard-hsw: [FAIL][49] ([fdo#104097]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@i915_pm_rpm@i2c.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-hsw7/igt@i915_pm_rpm@i2c.html
* igt@i915_suspend@sysfs-reader:
- shard-apl: [DMESG-WARN][51] ([fdo#108566]) -> [PASS][52] +1 similar issue
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-apl3/igt@i915_suspend@sysfs-reader.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-apl3/igt@i915_suspend@sysfs-reader.html
* igt@kms_atomic_transition@2x-modeset-transitions-fencing:
- shard-hsw: [SKIP][53] ([fdo#109271]) -> [PASS][54] +28 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@kms_atomic_transition@2x-modeset-transitions-fencing.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-hsw5/igt@kms_atomic_transition@2x-modeset-transitions-fencing.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-0:
- shard-iclb: [DMESG-WARN][55] ([fdo#110913 ]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb1/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb3/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
* igt@kms_draw_crc@draw-method-xrgb2101010-render-untiled:
- shard-skl: [FAIL][57] ([fdo#103184] / [fdo#103232]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl7/igt@kms_draw_crc@draw-method-xrgb2101010-render-untiled.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl1/igt@kms_draw_crc@draw-method-xrgb2101010-render-untiled.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-iclb: [FAIL][59] ([fdo#103167]) -> [PASS][60] +2 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-hsw: [DMESG-WARN][61] ([fdo#110789] / [fdo#110913 ]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-hsw8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min:
- shard-skl: [FAIL][63] ([fdo#108145]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl5/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl5/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-iclb: [SKIP][65] ([fdo#109441]) -> [PASS][66] +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_gtt.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@perf@polling:
- shard-skl: [FAIL][67] ([fdo#110728]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl1/igt@perf@polling.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl3/igt@perf@polling.html
#### Warnings ####
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup:
- shard-hsw: [DMESG-WARN][69] ([fdo#110913 ]) -> [DMESG-WARN][70] ([fdo#110789] / [fdo#110913 ])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-hsw2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-skl: [FAIL][71] ([fdo#103167]) -> [FAIL][72] ([fdo#108040])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6340/shard-skl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/shard-skl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[fdo#100047]: https://bugs.freedesktop.org/show_bug.cgi?id=100047
[fdo#100368]: https://bugs.freedesktop.org/show_bug.cgi?id=100368
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103184]: https://bugs.freedesktop.org/show_bug.cgi?id=103184
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#104097]: https://bugs.freedesktop.org/show_bug.cgi?id=104097
[fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#108040]: https://bugs.freedesktop.org/show_bug.cgi?id=108040
[fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
[fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110403]: https://bugs.freedesktop.org/show_bug.cgi?id=110403
[fdo#110728]: https://bugs.freedesktop.org/show_bug.cgi?id=110728
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110913 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110913
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Build changes
-------------
* Linux: CI_DRM_6340 -> Patchwork_13412
CI_DRM_6340: 9728210700f38ec768ea2931c5dc6ee3d0b4c9e1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5066: a6f5cc854efb4b7dfed7f0a2c1039a9ddd1a35a5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_13412: 04a86e133132678552b09286e7e32308242a0820 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13412/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-06-25 11:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-25 7:08 [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Kenneth Graunke
2019-06-25 7:51 ` ✗ Fi.CI.BAT: failure for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
2019-06-25 9:06 ` [PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings Chris Wilson
2019-06-25 9:48 ` [Intel-gfx] " Mika Kuoppala
2019-06-25 10:13 ` Chris Wilson
2019-06-25 9:56 ` ✓ Fi.CI.BAT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3) Patchwork
2019-06-25 10:10 ` ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev2) Patchwork
2019-06-25 11:09 ` ✓ Fi.CI.IGT: success for drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings. (rev3) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox