* [igt-dev] [PATCH RFC i-g-t] kms_content_protection: use delay for few panels which don't respond for AKE cert read.
@ 2020-01-03 10:30 Anshuman Gupta
2020-01-03 10:44 ` Chris Wilson
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Anshuman Gupta @ 2020-01-03 10:30 UTC (permalink / raw)
To: igt-dev; +Cc: Suresh Kumar Kurmi
While running HDCP igt tests with some panels like Accer CB281HK,
panel state machine enters to bad state such that they won't respond
to AKE cert read request properly until unless they are being
power cycle off/on.
These panels doesn't seems to handle back to back HDCP authentication
request, using a delay of 1 seconds before enabling HDCP reduced the
reproduction rate. Using 100ms delay in i915 driver before AKE cert read
also fixes this issue, it is safer to use delay in IGT for HDCP tests
for these panels.
CC: Ramalingam C <ramalingam.c@intel.com>
Suggested-by: Suresh Kumar Kurmi <suresh.kumar.kurmi@intel.com>
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
---
tests/kms_content_protection.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index 3b9cedcb..9bef5278 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -475,6 +475,12 @@ static void test_content_protection_on_output(igt_output_t *output,
continue;
modeset_with_fb(pipe, output, s);
+
+ /*
+ * Sleep for 1 seconds for some panels which don't respond
+ * for AKE Cert Read.
+ */
+ sleep(1);
test_cp_enable_with_retry(output, s, 3, content_type, false,
false);
--
2.24.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [igt-dev] [PATCH RFC i-g-t] kms_content_protection: use delay for few panels which don't respond for AKE cert read.
2020-01-03 10:30 [igt-dev] [PATCH RFC i-g-t] kms_content_protection: use delay for few panels which don't respond for AKE cert read Anshuman Gupta
@ 2020-01-03 10:44 ` Chris Wilson
2020-01-03 12:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-01-03 22:01 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Chris Wilson @ 2020-01-03 10:44 UTC (permalink / raw)
To: Anshuman Gupta, igt-dev; +Cc: Suresh Kumar Kurmi
Quoting Anshuman Gupta (2020-01-03 10:30:22)
> While running HDCP igt tests with some panels like Accer CB281HK,
> panel state machine enters to bad state such that they won't respond
> to AKE cert read request properly until unless they are being
> power cycle off/on.
> These panels doesn't seems to handle back to back HDCP authentication
> request, using a delay of 1 seconds before enabling HDCP reduced the
> reproduction rate. Using 100ms delay in i915 driver before AKE cert read
> also fixes this issue, it is safer to use delay in IGT for HDCP tests
> for these panels.
HW misbehaves, so workaround in userspace? That does not bode well.
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for kms_content_protection: use delay for few panels which don't respond for AKE cert read.
2020-01-03 10:30 [igt-dev] [PATCH RFC i-g-t] kms_content_protection: use delay for few panels which don't respond for AKE cert read Anshuman Gupta
2020-01-03 10:44 ` Chris Wilson
@ 2020-01-03 12:53 ` Patchwork
2020-01-03 22:01 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-01-03 12:53 UTC (permalink / raw)
To: Gupta, Anshuman; +Cc: igt-dev
== Series Details ==
Series: kms_content_protection: use delay for few panels which don't respond for AKE cert read.
URL : https://patchwork.freedesktop.org/series/71598/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_7673 -> IGTPW_3896
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/index.html
Known issues
------------
Here are the changes found in IGTPW_3896 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@reload-with-fault-injection:
- fi-skl-6770hq: [PASS][1] -> [INCOMPLETE][2] ([i915#671])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-skl-6770hq/igt@i915_module_load@reload-with-fault-injection.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-skl-6770hq/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_selftest@live_active:
- fi-icl-y: [PASS][3] -> [DMESG-FAIL][4] ([i915#765])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-icl-y/igt@i915_selftest@live_active.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-icl-y/igt@i915_selftest@live_active.html
* igt@i915_selftest@live_blt:
- fi-byt-j1900: [PASS][5] -> [DMESG-FAIL][6] ([i915#725])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-byt-j1900/igt@i915_selftest@live_blt.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-byt-j1900/igt@i915_selftest@live_blt.html
* igt@i915_selftest@live_gt_lrc:
- fi-skl-6600u: [PASS][7] -> [DMESG-FAIL][8] ([i915#889]) +7 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-skl-6600u/igt@i915_selftest@live_gt_lrc.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-skl-6600u/igt@i915_selftest@live_gt_lrc.html
* igt@i915_selftest@live_late_gt_pm:
- fi-skl-6600u: [PASS][9] -> [DMESG-WARN][10] ([i915#889]) +23 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-skl-6600u/igt@i915_selftest@live_late_gt_pm.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-skl-6600u/igt@i915_selftest@live_late_gt_pm.html
* igt@kms_addfb_basic@basic-y-tiled:
- fi-icl-dsi: [PASS][11] -> [DMESG-WARN][12] ([i915#109])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-icl-dsi/igt@kms_addfb_basic@basic-y-tiled.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-icl-dsi/igt@kms_addfb_basic@basic-y-tiled.html
#### Possible fixes ####
* igt@gem_exec_store@basic-all:
- fi-byt-n2820: [FAIL][13] ([i915#894]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-byt-n2820/igt@gem_exec_store@basic-all.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-byt-n2820/igt@gem_exec_store@basic-all.html
* igt@i915_module_load@reload-with-fault-injection:
- fi-cfl-guc: [INCOMPLETE][15] ([i915#505] / [i915#671]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-cfl-guc/igt@i915_module_load@reload-with-fault-injection.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-cfl-guc/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-hsw-4770: [SKIP][17] ([fdo#109271]) -> [PASS][18] +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-hsw-4770/igt@i915_pm_rpm@basic-pci-d3-state.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-hsw-4770/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_selftest@live_gem_contexts:
- fi-byt-n2820: [DMESG-FAIL][19] ([i915#722]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-byt-n2820/igt@i915_selftest@live_gem_contexts.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-byt-n2820/igt@i915_selftest@live_gem_contexts.html
#### Warnings ####
* igt@i915_selftest@live_blt:
- fi-hsw-4770: [DMESG-FAIL][21] ([i915#553] / [i915#725]) -> [DMESG-FAIL][22] ([i915#725])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-hsw-4770/igt@i915_selftest@live_blt.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-hsw-4770/igt@i915_selftest@live_blt.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [FAIL][23] ([fdo#111407]) -> [FAIL][24] ([fdo#111096] / [i915#323])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
[fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407
[i915#109]: https://gitlab.freedesktop.org/drm/intel/issues/109
[i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
[i915#505]: https://gitlab.freedesktop.org/drm/intel/issues/505
[i915#553]: https://gitlab.freedesktop.org/drm/intel/issues/553
[i915#671]: https://gitlab.freedesktop.org/drm/intel/issues/671
[i915#722]: https://gitlab.freedesktop.org/drm/intel/issues/722
[i915#725]: https://gitlab.freedesktop.org/drm/intel/issues/725
[i915#765]: https://gitlab.freedesktop.org/drm/intel/issues/765
[i915#889]: https://gitlab.freedesktop.org/drm/intel/issues/889
[i915#894]: https://gitlab.freedesktop.org/drm/intel/issues/894
Participating hosts (45 -> 44)
------------------------------
Additional (7): fi-kbl-soraka fi-bwr-2160 fi-snb-2520m fi-ilk-650 fi-elk-e7500 fi-skl-lmem fi-blb-e6850
Missing (8): fi-hsw-4770r fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-tgl-y fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5357 -> IGTPW_3896
CI-20190529: 20190529
CI_DRM_7673: 6e3335ed7b56aaf9d55ddf51cddea4d844dc3a78 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3896: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/index.html
IGT_5357: a555a4b98f90dab655d24bb3d07e9291a8b8dac8 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.IGT: success for kms_content_protection: use delay for few panels which don't respond for AKE cert read.
2020-01-03 10:30 [igt-dev] [PATCH RFC i-g-t] kms_content_protection: use delay for few panels which don't respond for AKE cert read Anshuman Gupta
2020-01-03 10:44 ` Chris Wilson
2020-01-03 12:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-01-03 22:01 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-01-03 22:01 UTC (permalink / raw)
To: Anshuman Gupta; +Cc: igt-dev
== Series Details ==
Series: kms_content_protection: use delay for few panels which don't respond for AKE cert read.
URL : https://patchwork.freedesktop.org/series/71598/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_7673_full -> IGTPW_3896_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/index.html
Known issues
------------
Here are the changes found in IGTPW_3896_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_busy@close-race:
- shard-tglb: [PASS][1] -> [INCOMPLETE][2] ([i915#435])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb1/igt@gem_busy@close-race.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb6/igt@gem_busy@close-race.html
* igt@gem_ctx_persistence@vcs1-queued:
- shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#109276] / [fdo#112080]) +2 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb4/igt@gem_ctx_persistence@vcs1-queued.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb3/igt@gem_ctx_persistence@vcs1-queued.html
* igt@gem_ctx_shared@q-smoketest-bsd:
- shard-tglb: [PASS][5] -> [INCOMPLETE][6] ([i915#461])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb7/igt@gem_ctx_shared@q-smoketest-bsd.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb3/igt@gem_ctx_shared@q-smoketest-bsd.html
* igt@gem_exec_balancer@nop:
- shard-tglb: [PASS][7] -> [INCOMPLETE][8] ([fdo#111736])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb1/igt@gem_exec_balancer@nop.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb1/igt@gem_exec_balancer@nop.html
* igt@gem_exec_schedule@in-order-bsd:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#112146]) +4 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb6/igt@gem_exec_schedule@in-order-bsd.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb4/igt@gem_exec_schedule@in-order-bsd.html
* igt@gem_exec_schedule@preempt-queue-contexts-bsd2:
- shard-tglb: [PASS][11] -> [INCOMPLETE][12] ([fdo#111606] / [fdo#111677]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb7/igt@gem_exec_schedule@preempt-queue-contexts-bsd2.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb6/igt@gem_exec_schedule@preempt-queue-contexts-bsd2.html
* igt@gem_exec_schedule@smoketest-bsd2:
- shard-tglb: [PASS][13] -> [INCOMPLETE][14] ([i915#707])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb7/igt@gem_exec_schedule@smoketest-bsd2.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb6/igt@gem_exec_schedule@smoketest-bsd2.html
* igt@gem_sync@basic-each:
- shard-tglb: [PASS][15] -> [INCOMPLETE][16] ([i915#472] / [i915#707])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb7/igt@gem_sync@basic-each.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb9/igt@gem_sync@basic-each.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-snb: [PASS][17] -> [DMESG-WARN][18] ([fdo#110789] / [fdo#111870])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup:
- shard-snb: [PASS][19] -> [DMESG-WARN][20] ([fdo#111870])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
* igt@i915_pm_dc@dc5-dpms:
- shard-iclb: [PASS][21] -> [FAIL][22] ([i915#447])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb8/igt@i915_pm_dc@dc5-dpms.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
* igt@i915_pm_rps@waitboost:
- shard-iclb: [PASS][23] -> [FAIL][24] ([i915#413])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb6/igt@i915_pm_rps@waitboost.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb4/igt@i915_pm_rps@waitboost.html
* igt@i915_suspend@sysfs-reader:
- shard-apl: [PASS][25] -> [DMESG-WARN][26] ([i915#180]) +3 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-apl2/igt@i915_suspend@sysfs-reader.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-apl6/igt@i915_suspend@sysfs-reader.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-tglb: [PASS][27] -> [FAIL][28] ([i915#49]) +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb8/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- shard-kbl: [PASS][29] -> [DMESG-WARN][30] ([i915#180]) +3 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-kbl7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-kbl1/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
* igt@kms_rotation_crc@primary-rotation-180:
- shard-kbl: [PASS][31] -> [FAIL][32] ([i915#65])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-kbl3/igt@kms_rotation_crc@primary-rotation-180.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-kbl1/igt@kms_rotation_crc@primary-rotation-180.html
* igt@perf_pmu@busy-no-semaphores-vcs1:
- shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#112080]) +10 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb2/igt@perf_pmu@busy-no-semaphores-vcs1.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb5/igt@perf_pmu@busy-no-semaphores-vcs1.html
* igt@prime_busy@hang-bsd2:
- shard-iclb: [PASS][35] -> [SKIP][36] ([fdo#109276]) +16 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb2/igt@prime_busy@hang-bsd2.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb8/igt@prime_busy@hang-bsd2.html
#### Possible fixes ####
* igt@gem_ctx_persistence@vcs1-mixed:
- shard-iclb: [SKIP][37] ([fdo#109276] / [fdo#112080]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb8/igt@gem_ctx_persistence@vcs1-mixed.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb1/igt@gem_ctx_persistence@vcs1-mixed.html
* igt@gem_ctx_shared@q-smoketest-bsd1:
- shard-tglb: [INCOMPLETE][39] ([fdo#111735]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb9/igt@gem_ctx_shared@q-smoketest-bsd1.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb7/igt@gem_ctx_shared@q-smoketest-bsd1.html
* igt@gem_exec_parallel@fds:
- shard-tglb: [INCOMPLETE][41] ([i915#470]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb8/igt@gem_exec_parallel@fds.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb1/igt@gem_exec_parallel@fds.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [SKIP][43] ([fdo#112146]) -> [PASS][44] +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb8/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_exec_store@cachelines-vcs1:
- shard-iclb: [SKIP][45] ([fdo#112080]) -> [PASS][46] +3 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb3/igt@gem_exec_store@cachelines-vcs1.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb2/igt@gem_exec_store@cachelines-vcs1.html
* igt@gem_linear_blits@interruptible:
- shard-glk: [DMESG-WARN][47] ([i915#667]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-glk7/igt@gem_linear_blits@interruptible.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-glk8/igt@gem_linear_blits@interruptible.html
* igt@gem_persistent_relocs@forked-faulting-reloc-thrashing:
- shard-iclb: [TIMEOUT][49] ([i915#530]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb5/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb3/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-glk: [FAIL][51] ([i915#644]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-glk8/igt@gem_ppgtt@flink-and-close-vma-leak.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-glk3/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@gem_sync@basic-store-each:
- shard-tglb: [INCOMPLETE][53] ([i915#435] / [i915#472]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb3/igt@gem_sync@basic-store-each.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb7/igt@gem_sync@basic-store-each.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-snb: [DMESG-WARN][55] ([fdo#111870]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-snb2/igt@gem_userptr_blits@dmabuf-sync.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-snb4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@i915_selftest@live_requests:
- shard-tglb: [INCOMPLETE][57] ([i915#472]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb6/igt@i915_selftest@live_requests.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb1/igt@i915_selftest@live_requests.html
* igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding:
- shard-apl: [FAIL][59] ([i915#54]) -> [PASS][60] +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-apl4/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html
- shard-kbl: [FAIL][61] ([i915#54]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-glk: [FAIL][63] ([i915#54]) -> [PASS][64] +1 similar issue
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-kbl: [DMESG-WARN][65] ([i915#180]) -> [PASS][66] +3 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-kbl2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
- shard-apl: [DMESG-WARN][67] ([i915#180]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-apl2/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-apl3/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
- shard-kbl: [INCOMPLETE][69] ([fdo#103665]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
* igt@kms_psr@psr2_primary_mmap_cpu:
- shard-iclb: [SKIP][71] ([fdo#109441]) -> [PASS][72] +3 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb7/igt@kms_psr@psr2_primary_mmap_cpu.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
* igt@kms_psr@psr2_suspend:
- shard-tglb: [DMESG-WARN][73] ([i915#402]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb1/igt@kms_psr@psr2_suspend.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb7/igt@kms_psr@psr2_suspend.html
* igt@prime_vgem@fence-wait-bsd2:
- shard-iclb: [SKIP][75] ([fdo#109276]) -> [PASS][76] +15 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb7/igt@prime_vgem@fence-wait-bsd2.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb1/igt@prime_vgem@fence-wait-bsd2.html
#### Warnings ####
* igt@gem_ctx_isolation@vcs2-reset:
- shard-tglb: [SKIP][77] ([fdo#112080]) -> [SKIP][78] ([fdo#111912] / [fdo#112080]) +1 similar issue
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-tglb9/igt@gem_ctx_isolation@vcs2-reset.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-tglb2/igt@gem_ctx_isolation@vcs2-reset.html
* igt@gem_tiled_blits@interruptible:
- shard-hsw: [FAIL][79] ([i915#818]) -> [FAIL][80] ([i915#832])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-hsw5/igt@gem_tiled_blits@interruptible.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-hsw7/igt@gem_tiled_blits@interruptible.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][81] ([fdo#111870]) -> [DMESG-WARN][82] ([fdo#110789] / [fdo#111870]) +2 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-snb7/igt@gem_userptr_blits@sync-unmap-cycles.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-snb1/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-kbl: [FAIL][83] ([i915#54]) -> [DMESG-WARN][84] ([i915#180])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
- shard-apl: [FAIL][85] ([i915#54]) -> [DMESG-WARN][86] ([i915#180])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-apl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_dp_dsc@basic-dsc-enable-edp:
- shard-iclb: [SKIP][87] ([fdo#109349]) -> [DMESG-WARN][88] ([fdo#107724])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7673/shard-iclb6/igt@kms_dp_dsc@basic-dsc-enable-edp.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#111606]: https://bugs.freedesktop.org/show_bug.cgi?id=111606
[fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677
[fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735
[fdo#111736]: https://bugs.freedesktop.org/show_bug.cgi?id=111736
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#111912]: https://bugs.freedesktop.org/show_bug.cgi?id=111912
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#413]: https://gitlab.freedesktop.org/drm/intel/issues/413
[i915#435]: https://gitlab.freedesktop.org/drm/intel/issues/435
[i915#447]: https://gitlab.freedesktop.org/drm/intel/issues/447
[i915#461]: https://gitlab.freedesktop.org/drm/intel/issues/461
[i915#470]: https://gitlab.freedesktop.org/drm/intel/issues/470
[i915#472]: https://gitlab.freedesktop.org/drm/intel/issues/472
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#530]: https://gitlab.freedesktop.org/drm/intel/issues/530
[i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
[i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
[i915#65]: https://gitlab.freedesktop.org/drm/intel/issues/65
[i915#667]: https://gitlab.freedesktop.org/drm/intel/issues/667
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#707]: https://gitlab.freedesktop.org/drm/intel/issues/707
[i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716
[i915#818]: https://gitlab.freedesktop.org/drm/intel/issues/818
[i915#832]: https://gitlab.freedesktop.org/drm/intel/issues/832
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-skl-6260u pig-glk-j5005 pig-hsw-4770r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5357 -> IGTPW_3896
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_7673: 6e3335ed7b56aaf9d55ddf51cddea4d844dc3a78 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3896: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/index.html
IGT_5357: a555a4b98f90dab655d24bb3d07e9291a8b8dac8 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3896/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-01-03 22:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-03 10:30 [igt-dev] [PATCH RFC i-g-t] kms_content_protection: use delay for few panels which don't respond for AKE cert read Anshuman Gupta
2020-01-03 10:44 ` Chris Wilson
2020-01-03 12:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-01-03 22:01 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox