All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
@ 2020-10-23 23:11 José Roberto de Souza
  2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: José Roberto de Souza @ 2020-10-23 23:11 UTC (permalink / raw)
  To: igt-dev

Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
doing frontbuffer modifications"), frontbuffer test is expected to
fail on TGL, so here skiping this test on TGL.
When PSR issues is fixed the patch above will be reverted and we
can revert this skip too.

Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
 tests/kms_psr2_su.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/kms_psr2_su.c b/tests/kms_psr2_su.c
index d549d9a31..d554052f0 100644
--- a/tests/kms_psr2_su.c
+++ b/tests/kms_psr2_su.c
@@ -279,6 +279,11 @@ igt_main
 
 	for (data.op = PAGE_FLIP; data.op < LAST; data.op++) {
 		igt_subtest_f("%s", op_str(data.op)) {
+			if (data.op == FRONTBUFFER) {
+				const uint16_t devid = intel_get_drm_devid(data.drm_fd);
+				igt_require(!IS_TIGERLAKE(devid));
+			}
+
 			prepare(&data);
 			run(&data);
 			cleanup(&data);
-- 
2.29.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-23 23:11 [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL José Roberto de Souza
@ 2020-10-24  0:03 ` Patchwork
  2020-10-24  3:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2020-10-26  8:34 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
  2 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2020-10-24  0:03 UTC (permalink / raw)
  To: José Roberto de Souza; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 3304 bytes --]

== Series Details ==

Series: tests/kms_psr2_su: Skip frontbuffer test in TGL
URL   : https://patchwork.freedesktop.org/series/83021/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9192 -> IGTPW_5095
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/index.html

Known issues
------------

  Here are the changes found in IGTPW_5095 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-tgl-u2:          [PASS][1] -> [DMESG-WARN][2] ([i915#1982])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@execlists:
    - fi-icl-y:           [INCOMPLETE][3] ([i915#2276] / [i915#2292]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/fi-icl-y/igt@i915_selftest@live@execlists.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/fi-icl-y/igt@i915_selftest@live@execlists.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - fi-byt-j1900:       [DMESG-WARN][5] ([i915#1982]) -> [PASS][6] +1 similar issue
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
    - fi-icl-u2:          [DMESG-WARN][7] ([i915#1982]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html

  * igt@vgem_basic@unload:
    - fi-skl-guc:         [DMESG-WARN][9] ([i915#2203]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/fi-skl-guc/igt@vgem_basic@unload.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/fi-skl-guc/igt@vgem_basic@unload.html

  
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2203]: https://gitlab.freedesktop.org/drm/intel/issues/2203
  [i915#2276]: https://gitlab.freedesktop.org/drm/intel/issues/2276
  [i915#2292]: https://gitlab.freedesktop.org/drm/intel/issues/2292


Participating hosts (46 -> 39)
------------------------------

  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5825 -> IGTPW_5095

  CI-20190529: 20190529
  CI_DRM_9192: cacc7bf00de8962dbd8b7b0dfd4f9c48bc6260b8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5095: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/index.html
  IGT_5825: e3503f6542fef432413e78e38436e13cca76bf8c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/index.html

[-- Attachment #1.2: Type: text/html, Size: 4141 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-23 23:11 [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL José Roberto de Souza
  2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-10-24  3:14 ` Patchwork
  2020-10-26  8:34 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
  2 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2020-10-24  3:14 UTC (permalink / raw)
  To: José Roberto de Souza; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 26674 bytes --]

== Series Details ==

Series: tests/kms_psr2_su: Skip frontbuffer test in TGL
URL   : https://patchwork.freedesktop.org/series/83021/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9192_full -> IGTPW_5095_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_5095_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5095_full, 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/IGTPW_5095/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_5095_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_big_fb@linear-32bpp-rotate-0:
    - shard-snb:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-snb2/igt@kms_big_fb@linear-32bpp-rotate-0.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-snb4/igt@kms_big_fb@linear-32bpp-rotate-0.html

  * igt@kms_cursor_legacy@all-pipes-forked-move:
    - shard-tglb:         [PASS][3] -> [INCOMPLETE][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb5/igt@kms_cursor_legacy@all-pipes-forked-move.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb3/igt@kms_cursor_legacy@all-pipes-forked-move.html

  
#### Warnings ####

  * igt@kms_psr2_su@frontbuffer:
    - shard-tglb:         [FAIL][5] -> [SKIP][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb1/igt@kms_psr2_su@frontbuffer.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb8/igt@kms_psr2_su@frontbuffer.html

  
Known issues
------------

  Here are the changes found in IGTPW_5095_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_ctx_shared@q-smoketest@rcs0:
    - shard-glk:          [PASS][7] -> [FAIL][8] ([i915#1888])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk6/igt@gem_ctx_shared@q-smoketest@rcs0.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk5/igt@gem_ctx_shared@q-smoketest@rcs0.html

  * igt@gem_fenced_exec_thrash@too-many-fences:
    - shard-iclb:         [PASS][9] -> [DMESG-WARN][10] ([i915#1982])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb7/igt@gem_fenced_exec_thrash@too-many-fences.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb2/igt@gem_fenced_exec_thrash@too-many-fences.html

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-hsw:          [PASS][11] -> [WARN][12] ([i915#1519])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-hsw4/igt@i915_pm_rc6_residency@rc6-fence.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-hsw4/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@kms_draw_crc@draw-method-xrgb2101010-render-ytiled:
    - shard-apl:          [PASS][13] -> [DMESG-WARN][14] ([i915#1635] / [i915#1982])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl3/igt@kms_draw_crc@draw-method-xrgb2101010-render-ytiled.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl3/igt@kms_draw_crc@draw-method-xrgb2101010-render-ytiled.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2:
    - shard-glk:          [PASS][15] -> [FAIL][16] ([i915#79])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt:
    - shard-tglb:         [PASS][17] -> [DMESG-WARN][18] ([i915#1982]) +7 similar issues
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html

  * igt@kms_prime@basic-crc@first-to-second:
    - shard-iclb:         [PASS][19] -> [SKIP][20] ([i915#1836])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb4/igt@kms_prime@basic-crc@first-to-second.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html
    - shard-snb:          [PASS][21] -> [SKIP][22] ([fdo#109271])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-snb4/igt@kms_prime@basic-crc@first-to-second.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-snb7/igt@kms_prime@basic-crc@first-to-second.html
    - shard-kbl:          [PASS][23] -> [SKIP][24] ([fdo#109271])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl6/igt@kms_prime@basic-crc@first-to-second.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl6/igt@kms_prime@basic-crc@first-to-second.html
    - shard-apl:          [PASS][25] -> [SKIP][26] ([fdo#109271] / [i915#1635])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl3/igt@kms_prime@basic-crc@first-to-second.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl6/igt@kms_prime@basic-crc@first-to-second.html
    - shard-tglb:         [PASS][27] -> [SKIP][28] ([i915#1836])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb2/igt@kms_prime@basic-crc@first-to-second.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb5/igt@kms_prime@basic-crc@first-to-second.html
    - shard-glk:          [PASS][29] -> [SKIP][30] ([fdo#109271])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk3/igt@kms_prime@basic-crc@first-to-second.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk2/igt@kms_prime@basic-crc@first-to-second.html

  * igt@kms_psr@psr2_sprite_plane_onoff:
    - shard-iclb:         [PASS][31] -> [SKIP][32] ([fdo#109441])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb2/igt@kms_psr@psr2_sprite_plane_onoff.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb5/igt@kms_psr@psr2_sprite_plane_onoff.html

  * igt@kms_universal_plane@universal-plane-gen9-features-pipe-a:
    - shard-kbl:          [PASS][33] -> [DMESG-WARN][34] ([i915#1982]) +1 similar issue
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl4/igt@kms_universal_plane@universal-plane-gen9-features-pipe-a.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl7/igt@kms_universal_plane@universal-plane-gen9-features-pipe-a.html

  * igt@perf@global-sseu-config-invalid:
    - shard-iclb:         [PASS][35] -> [SKIP][36] ([i915#1354])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb7/igt@perf@global-sseu-config-invalid.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb7/igt@perf@global-sseu-config-invalid.html
    - shard-glk:          [PASS][37] -> [SKIP][38] ([fdo#109271] / [i915#1354])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk2/igt@perf@global-sseu-config-invalid.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk7/igt@perf@global-sseu-config-invalid.html
    - shard-apl:          [PASS][39] -> [SKIP][40] ([fdo#109271] / [i915#1354] / [i915#1635])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl1/igt@perf@global-sseu-config-invalid.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl8/igt@perf@global-sseu-config-invalid.html
    - shard-kbl:          [PASS][41] -> [SKIP][42] ([fdo#109271] / [i915#1354])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl1/igt@perf@global-sseu-config-invalid.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl6/igt@perf@global-sseu-config-invalid.html
    - shard-tglb:         [PASS][43] -> [SKIP][44] ([i915#1354])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb3/igt@perf@global-sseu-config-invalid.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb1/igt@perf@global-sseu-config-invalid.html

  * igt@perf@polling-parameterized:
    - shard-tglb:         [PASS][45] -> [FAIL][46] ([i915#1542])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb7/igt@perf@polling-parameterized.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb6/igt@perf@polling-parameterized.html

  * igt@tools_test@tools_test:
    - shard-hsw:          [PASS][47] -> [DMESG-WARN][48] ([i915#1436])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-hsw1/igt@tools_test@tools_test.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-hsw1/igt@tools_test@tools_test.html

  
#### Possible fixes ####

  * igt@gem_ctx_shared@q-smoketest-all:
    - shard-glk:          [FAIL][49] ([i915#1888]) -> [PASS][50]
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk3/igt@gem_ctx_shared@q-smoketest-all.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk2/igt@gem_ctx_shared@q-smoketest-all.html

  * {igt@gem_exec_capture@pi@vecs0}:
    - shard-iclb:         [INCOMPLETE][51] -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb2/igt@gem_exec_capture@pi@vecs0.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb4/igt@gem_exec_capture@pi@vecs0.html

  * igt@gem_exec_reloc@basic-many-active@vecs0:
    - shard-glk:          [FAIL][53] ([i915#2389]) -> [PASS][54] +2 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk4/igt@gem_exec_reloc@basic-many-active@vecs0.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk7/igt@gem_exec_reloc@basic-many-active@vecs0.html

  * igt@gem_exec_whisper@basic-contexts-forked-all:
    - shard-glk:          [DMESG-WARN][55] ([i915#118] / [i915#95]) -> [PASS][56]
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk5/igt@gem_exec_whisper@basic-contexts-forked-all.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk4/igt@gem_exec_whisper@basic-contexts-forked-all.html

  * igt@gem_exec_whisper@basic-queues-forked:
    - shard-iclb:         [INCOMPLETE][57] ([i915#1895]) -> [PASS][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb6/igt@gem_exec_whisper@basic-queues-forked.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb6/igt@gem_exec_whisper@basic-queues-forked.html

  * igt@gem_linear_blits@normal:
    - shard-snb:          [FAIL][59] -> [PASS][60]
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-snb7/igt@gem_linear_blits@normal.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-snb2/igt@gem_linear_blits@normal.html

  * igt@i915_pm_dc@dc5-psr:
    - shard-tglb:         [DMESG-WARN][61] ([i915#2411]) -> [PASS][62]
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb7/igt@i915_pm_dc@dc5-psr.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb6/igt@i915_pm_dc@dc5-psr.html

  * {igt@kms_async_flips@test-time-stamp}:
    - shard-tglb:         [FAIL][63] -> [PASS][64]
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb1/igt@kms_async_flips@test-time-stamp.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb2/igt@kms_async_flips@test-time-stamp.html

  * igt@kms_big_fb@linear-64bpp-rotate-180:
    - shard-apl:          [DMESG-WARN][65] ([i915#1635] / [i915#1982]) -> [PASS][66]
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl3/igt@kms_big_fb@linear-64bpp-rotate-180.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl2/igt@kms_big_fb@linear-64bpp-rotate-180.html
    - shard-glk:          [DMESG-WARN][67] ([i915#1982]) -> [PASS][68]
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk8/igt@kms_big_fb@linear-64bpp-rotate-180.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk5/igt@kms_big_fb@linear-64bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-32bpp-rotate-180:
    - shard-iclb:         [FAIL][69] ([i915#1119]) -> [PASS][70]
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb5/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb7/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html

  * igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
    - shard-hsw:          [INCOMPLETE][71] ([i915#2055]) -> [PASS][72]
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-hsw6/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-hsw7/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html

  * igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp1:
    - shard-kbl:          [DMESG-WARN][73] ([i915#1982]) -> [PASS][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl4/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp1.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl2/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt:
    - shard-kbl:          [FAIL][75] ([i915#49]) -> [PASS][76] +1 similar issue
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
    - shard-glk:          [FAIL][77] ([i915#49]) -> [PASS][78]
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
    - shard-apl:          [FAIL][79] ([i915#1635] / [i915#49]) -> [PASS][80] +1 similar issue
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc:
    - shard-snb:          [FAIL][81] ([i915#2546]) -> [PASS][82]
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-snb7/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-snb4/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite:
    - shard-tglb:         [DMESG-WARN][83] ([i915#1982]) -> [PASS][84] +2 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite.html

  * igt@kms_plane_alpha_blend@pipe-c-constant-alpha-mid:
    - shard-tglb:         [INCOMPLETE][85] -> [PASS][86]
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb8/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-mid.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb2/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-mid.html

  * igt@kms_prime@basic-crc@second-to-first:
    - shard-apl:          [SKIP][87] ([fdo#109271] / [i915#1635]) -> [PASS][88]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl3/igt@kms_prime@basic-crc@second-to-first.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl6/igt@kms_prime@basic-crc@second-to-first.html
    - shard-kbl:          [SKIP][89] ([fdo#109271]) -> [PASS][90]
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl6/igt@kms_prime@basic-crc@second-to-first.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl6/igt@kms_prime@basic-crc@second-to-first.html
    - shard-iclb:         [SKIP][91] ([i915#1836]) -> [PASS][92]
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb4/igt@kms_prime@basic-crc@second-to-first.html
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb7/igt@kms_prime@basic-crc@second-to-first.html
    - shard-snb:          [SKIP][93] ([fdo#109271]) -> [PASS][94]
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-snb4/igt@kms_prime@basic-crc@second-to-first.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-snb7/igt@kms_prime@basic-crc@second-to-first.html
    - shard-tglb:         [SKIP][95] ([i915#1836]) -> [PASS][96]
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb2/igt@kms_prime@basic-crc@second-to-first.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb5/igt@kms_prime@basic-crc@second-to-first.html
    - shard-glk:          [SKIP][97] ([fdo#109271]) -> [PASS][98]
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk3/igt@kms_prime@basic-crc@second-to-first.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk2/igt@kms_prime@basic-crc@second-to-first.html

  * igt@kms_psr@psr2_cursor_render:
    - shard-iclb:         [SKIP][99] ([fdo#109441]) -> [PASS][100] +1 similar issue
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb6/igt@kms_psr@psr2_cursor_render.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb2/igt@kms_psr@psr2_cursor_render.html

  * igt@kms_setmode@basic:
    - shard-apl:          [FAIL][101] ([i915#1635] / [i915#31]) -> [PASS][102]
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl1/igt@kms_setmode@basic.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl7/igt@kms_setmode@basic.html

  * igt@perf@gen12-oa-tlb-invalidate:
    - shard-tglb:         [SKIP][103] ([i915#1354]) -> [PASS][104] +1 similar issue
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-tglb2/igt@perf@gen12-oa-tlb-invalidate.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-tglb6/igt@perf@gen12-oa-tlb-invalidate.html

  * igt@perf@non-system-wide-paranoid:
    - shard-apl:          [SKIP][105] ([fdo#109271] / [i915#1354] / [i915#1635]) -> [PASS][106]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl2/igt@perf@non-system-wide-paranoid.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl4/igt@perf@non-system-wide-paranoid.html
    - shard-glk:          [SKIP][107] ([fdo#109271] / [i915#1354]) -> [PASS][108]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk3/igt@perf@non-system-wide-paranoid.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk7/igt@perf@non-system-wide-paranoid.html
    - shard-hsw:          [SKIP][109] ([fdo#109271]) -> [PASS][110]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-hsw4/igt@perf@non-system-wide-paranoid.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-hsw1/igt@perf@non-system-wide-paranoid.html
    - shard-iclb:         [SKIP][111] ([i915#1354]) -> [PASS][112]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb8/igt@perf@non-system-wide-paranoid.html
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb4/igt@perf@non-system-wide-paranoid.html
    - shard-kbl:          [SKIP][113] ([fdo#109271] / [i915#1354]) -> [PASS][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl6/igt@perf@non-system-wide-paranoid.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl6/igt@perf@non-system-wide-paranoid.html

  * igt@perf_pmu@module-unload:
    - shard-iclb:         [DMESG-WARN][115] ([i915#1982]) -> [PASS][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb1/igt@perf_pmu@module-unload.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb4/igt@perf_pmu@module-unload.html

  
#### Warnings ####

  * igt@core_hotunplug@hotrebind-lateclose:
    - shard-hsw:          [FAIL][117] -> [WARN][118] ([i915#2283])
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-hsw6/igt@core_hotunplug@hotrebind-lateclose.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-hsw1/igt@core_hotunplug@hotrebind-lateclose.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          [FAIL][119] ([fdo#110321] / [fdo#110336] / [i915#1635]) -> [TIMEOUT][120] ([i915#1319] / [i915#1635])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl8/igt@kms_content_protection@atomic.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl1/igt@kms_content_protection@atomic.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
    - shard-apl:          [FAIL][121] ([fdo#108145] / [i915#1635] / [i915#265]) -> [DMESG-FAIL][122] ([fdo#108145] / [i915#1635] / [i915#1982])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl4/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-basic:
    - shard-apl:          [DMESG-FAIL][123] ([fdo#108145] / [i915#1635] / [i915#1982]) -> [FAIL][124] ([fdo#108145] / [i915#1635] / [i915#265])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl3/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl7/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html

  * igt@perf@gen12-oa-tlb-invalidate:
    - shard-kbl:          [SKIP][125] ([fdo#109271] / [i915#1354]) -> [SKIP][126] ([fdo#109271])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-kbl6/igt@perf@gen12-oa-tlb-invalidate.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-kbl4/igt@perf@gen12-oa-tlb-invalidate.html
    - shard-glk:          [SKIP][127] ([fdo#109271] / [i915#1354]) -> [SKIP][128] ([fdo#109271])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-glk3/igt@perf@gen12-oa-tlb-invalidate.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-glk4/igt@perf@gen12-oa-tlb-invalidate.html
    - shard-apl:          [SKIP][129] ([fdo#109271] / [i915#1354] / [i915#1635]) -> [SKIP][130] ([fdo#109271] / [i915#1635])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-apl3/igt@perf@gen12-oa-tlb-invalidate.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-apl3/igt@perf@gen12-oa-tlb-invalidate.html
    - shard-iclb:         [SKIP][131] ([i915#1354]) -> [SKIP][132] ([fdo#109289])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9192/shard-iclb4/igt@perf@gen12-oa-tlb-invalidate.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/shard-iclb6/igt@perf@gen12-oa-tlb-invalidate.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
  [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
  [i915#1119]: https://gitlab.freedesktop.org/drm/intel/issues/1119
  [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
  [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
  [i915#1354]: https://gitlab.freedesktop.org/drm/intel/issues/1354
  [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
  [i915#1519]: https://gitlab.freedesktop.org/drm/intel/issues/1519
  [i915#1542]: https://gitlab.freedesktop.org/drm/intel/issues/1542
  [i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
  [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#1895]: https://gitlab.freedesktop.org/drm/intel/issues/1895
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2055]: https://gitlab.freedesktop.org/drm/intel/issues/2055
  [i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283
  [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
  [i915#2546]: https://gitlab.freedesktop.org/drm/intel/issues/2546
  [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
  [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
  [i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
  [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
  [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95


Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5825 -> IGTPW_5095
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_9192: cacc7bf00de8962dbd8b7b0dfd4f9c48bc6260b8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5095: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5095/index.html
  IGT_5825: e3503f6542fef432413e78e38436e13cca76bf8c @ 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_5095/index.html

[-- Attachment #1.2: Type: text/html, Size: 33115 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-23 23:11 [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL José Roberto de Souza
  2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2020-10-24  3:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-10-26  8:34 ` Petri Latvala
  2020-10-26 17:47   ` Souza, Jose
  2 siblings, 1 reply; 8+ messages in thread
From: Petri Latvala @ 2020-10-26  8:34 UTC (permalink / raw)
  To: José Roberto de Souza; +Cc: igt-dev

On Fri, Oct 23, 2020 at 04:11:51PM -0700, José Roberto de Souza wrote:
> Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
> doing frontbuffer modifications"), frontbuffer test is expected to
> fail on TGL, so here skiping this test on TGL.
> When PSR issues is fixed the patch above will be reverted and we
> can revert this skip too.

How does the previous failure behave? I mean in the sense that what
does this skip gain? The skip will have to be cibuglog-filtered too so
no gain on that side.

Did the fail kill the machine, or is this just for saving runtime?


-- 
Petri Latvala



> 
> Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
> ---
>  tests/kms_psr2_su.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/tests/kms_psr2_su.c b/tests/kms_psr2_su.c
> index d549d9a31..d554052f0 100644
> --- a/tests/kms_psr2_su.c
> +++ b/tests/kms_psr2_su.c
> @@ -279,6 +279,11 @@ igt_main
>  
>  	for (data.op = PAGE_FLIP; data.op < LAST; data.op++) {
>  		igt_subtest_f("%s", op_str(data.op)) {
> +			if (data.op == FRONTBUFFER) {
> +				const uint16_t devid = intel_get_drm_devid(data.drm_fd);
> +				igt_require(!IS_TIGERLAKE(devid));
> +			}
> +
>  			prepare(&data);
>  			run(&data);
>  			cleanup(&data);
> -- 
> 2.29.0
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-26  8:34 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
@ 2020-10-26 17:47   ` Souza, Jose
  2020-10-27  8:49     ` Petri Latvala
  0 siblings, 1 reply; 8+ messages in thread
From: Souza, Jose @ 2020-10-26 17:47 UTC (permalink / raw)
  To: Latvala, Petri; +Cc: igt-dev

On Mon, 2020-10-26 at 10:34 +0200, Petri Latvala wrote:
> On Fri, Oct 23, 2020 at 04:11:51PM -0700, José Roberto de Souza wrote:
> > Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
> > doing frontbuffer modifications"), frontbuffer test is expected to
> > fail on TGL, so here skiping this test on TGL.
> > When PSR issues is fixed the patch above will be reverted and we
> > can revert this skip too.
> 
> How does the previous failure behave? I mean in the sense that what
> does this skip gain? The skip will have to be cibuglog-filtered too so
> no gain on that side.
> 
> Did the fail kill the machine, or is this just for saving runtime?

Just saving time.
So no need for it?

> 
> 

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-26 17:47   ` Souza, Jose
@ 2020-10-27  8:49     ` Petri Latvala
  2020-10-27 17:07       ` Souza, Jose
  0 siblings, 1 reply; 8+ messages in thread
From: Petri Latvala @ 2020-10-27  8:49 UTC (permalink / raw)
  To: Souza, Jose; +Cc: igt-dev

On Mon, Oct 26, 2020 at 07:47:15PM +0200, Souza, Jose wrote:
> On Mon, 2020-10-26 at 10:34 +0200, Petri Latvala wrote:
> > On Fri, Oct 23, 2020 at 04:11:51PM -0700, José Roberto de Souza wrote:
> > > Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
> > > doing frontbuffer modifications"), frontbuffer test is expected to
> > > fail on TGL, so here skiping this test on TGL.
> > > When PSR issues is fixed the patch above will be reverted and we
> > > can revert this skip too.
> > 
> > How does the previous failure behave? I mean in the sense that what
> > does this skip gain? The skip will have to be cibuglog-filtered too so
> > no gain on that side.
> > 
> > Did the fail kill the machine, or is this just for saving runtime?
> 
> Just saving time.
> So no need for it?

Depends on the amount. Do you have numbers for this? I guess if it
saves entire minutes it becomes worth it.


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-27  8:49     ` Petri Latvala
@ 2020-10-27 17:07       ` Souza, Jose
  2020-10-28  7:37         ` Petri Latvala
  0 siblings, 1 reply; 8+ messages in thread
From: Souza, Jose @ 2020-10-27 17:07 UTC (permalink / raw)
  To: Latvala, Petri; +Cc: igt-dev

On Tue, 2020-10-27 at 10:49 +0200, Petri Latvala wrote:
> On Mon, Oct 26, 2020 at 07:47:15PM +0200, Souza, Jose wrote:
> > On Mon, 2020-10-26 at 10:34 +0200, Petri Latvala wrote:
> > > On Fri, Oct 23, 2020 at 04:11:51PM -0700, José Roberto de Souza wrote:
> > > > Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
> > > > doing frontbuffer modifications"), frontbuffer test is expected to
> > > > fail on TGL, so here skiping this test on TGL.
> > > > When PSR issues is fixed the patch above will be reverted and we
> > > > can revert this skip too.
> > > 
> > > How does the previous failure behave? I mean in the sense that what
> > > does this skip gain? The skip will have to be cibuglog-filtered too so
> > > no gain on that side.
> > > 
> > > Did the fail kill the machine, or is this just for saving runtime?
> > 
> > Just saving time.
> > So no need for it?
> 
> Depends on the amount. Do you have numbers for this? I guess if it
> saves entire minutes it becomes worth it.
> 
> 

Takes about one second when fails a little less when it was passing on TGL.
Just want to avoid a new freedesktop issue to be filed, we are tracking the right kernel fix in Jira. 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL
  2020-10-27 17:07       ` Souza, Jose
@ 2020-10-28  7:37         ` Petri Latvala
  0 siblings, 0 replies; 8+ messages in thread
From: Petri Latvala @ 2020-10-28  7:37 UTC (permalink / raw)
  To: Souza, Jose; +Cc: igt-dev

On Tue, Oct 27, 2020 at 07:07:14PM +0200, Souza, Jose wrote:
> On Tue, 2020-10-27 at 10:49 +0200, Petri Latvala wrote:
> > On Mon, Oct 26, 2020 at 07:47:15PM +0200, Souza, Jose wrote:
> > > On Mon, 2020-10-26 at 10:34 +0200, Petri Latvala wrote:
> > > > On Fri, Oct 23, 2020 at 04:11:51PM -0700, José Roberto de Souza wrote:
> > > > > Due the commit 71c1a4998320 ("drm/i915/tgl/psr: Fix glitches when
> > > > > doing frontbuffer modifications"), frontbuffer test is expected to
> > > > > fail on TGL, so here skiping this test on TGL.
> > > > > When PSR issues is fixed the patch above will be reverted and we
> > > > > can revert this skip too.
> > > > 
> > > > How does the previous failure behave? I mean in the sense that what
> > > > does this skip gain? The skip will have to be cibuglog-filtered too so
> > > > no gain on that side.
> > > > 
> > > > Did the fail kill the machine, or is this just for saving runtime?
> > > 
> > > Just saving time.
> > > So no need for it?
> > 
> > Depends on the amount. Do you have numbers for this? I guess if it
> > saves entire minutes it becomes worth it.
> > 
> > 
> 
> Takes about one second when fails a little less when it was passing on TGL.
> Just want to avoid a new freedesktop issue to be filed, we are tracking the right kernel fix in Jira. 

Skip would also need a new fdo issue on platforms >= ICL. Let's just let it fail.


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-28  7:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 23:11 [igt-dev] [PATCH i-g-t] tests/kms_psr2_su: Skip frontbuffer test in TGL José Roberto de Souza
2020-10-24  0:03 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-10-24  3:14 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-10-26  8:34 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2020-10-26 17:47   ` Souza, Jose
2020-10-27  8:49     ` Petri Latvala
2020-10-27 17:07       ` Souza, Jose
2020-10-28  7:37         ` Petri Latvala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.