All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval
@ 2019-10-23 19:10 Imre Deak
  2019-10-23 20:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Imre Deak @ 2019-10-23 19:10 UTC (permalink / raw)
  To: igt-dev

The eDP panel power cycle delay prevents DC entry after a full modeset,
which makes the test fail on some panels. Let's increase the timeout to
take into account that delay (atm in the worst case the power cycle
delay is 3 seconds) and also increase the polling interval to give more
time for the device to enter a low power state.

Cc: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 tests/i915/i915_pm_dc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/i915_pm_dc.c b/tests/i915/i915_pm_dc.c
index ce3319b7..ef96a86e 100644
--- a/tests/i915/i915_pm_dc.c
+++ b/tests/i915/i915_pm_dc.c
@@ -153,7 +153,7 @@ static uint32_t read_dc_counter(uint32_t drm_fd, int dc_flag)
 static bool dc_state_wait_entry(int drm_fd, int dc_flag, int prev_dc_count)
 {
 	return igt_wait(read_dc_counter(drm_fd, dc_flag) >
-			prev_dc_count, 3000, 100);
+			prev_dc_count, 6000, 1000);
 }
 
 static void check_dc_counter(int drm_fd, int dc_flag, uint32_t prev_dc_count)
-- 
2.17.1

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

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915_pm_dc: Increase timeout and poll interval
  2019-10-23 19:10 [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval Imre Deak
@ 2019-10-23 20:45 ` Patchwork
  2019-10-24 15:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  2019-11-13 10:35 ` [igt-dev] [PATCH i-g-t] " Anshuamn Gupta
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-10-23 20:45 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/i915_pm_dc: Increase timeout and poll interval
URL   : https://patchwork.freedesktop.org/series/68478/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_7165 -> IGTPW_3600
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@gem_ctx_create@basic-files:
    - {fi-tgl-u2}:        [INCOMPLETE][1] ([fdo#111735]) -> [PASS][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/fi-tgl-u2/igt@gem_ctx_create@basic-files.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/fi-tgl-u2/igt@gem_ctx_create@basic-files.html

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-icl-u2:          [FAIL][3] ([fdo#109483]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-kbl-7500u:       [FAIL][5] ([fdo#103375]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/fi-kbl-7500u/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/fi-kbl-7500u/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html

  
#### Warnings ####

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       [FAIL][7] ([fdo#111407]) -> [FAIL][8] ([fdo#111045] / [fdo#111096])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html

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

  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#109483]: https://bugs.freedesktop.org/show_bug.cgi?id=109483
  [fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045
  [fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
  [fdo#111381]: https://bugs.freedesktop.org/show_bug.cgi?id=111381
  [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407
  [fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735
  [fdo#112096]: https://bugs.freedesktop.org/show_bug.cgi?id=112096


Participating hosts (51 -> 38)
------------------------------

  Additional (1): fi-bwr-2160 
  Missing    (14): fi-ilk-m540 fi-tgl-u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-cfl-8109u fi-icl-u3 fi-pnv-d510 fi-icl-y fi-bdw-samus fi-icl-dsi fi-skl-6700k2 fi-kbl-r 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5236 -> IGTPW_3600

  CI-20190529: 20190529
  CI_DRM_7165: b50cc0bc0f669a3c3ead36573496596b8b8ed8f4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3600: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/index.html
  IGT_5236: 8153b95b53bdef26d2c3e318197d174e982b4265 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915_pm_dc: Increase timeout and poll interval
  2019-10-23 19:10 [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval Imre Deak
  2019-10-23 20:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-10-24 15:27 ` Patchwork
  2019-11-13 10:35 ` [igt-dev] [PATCH i-g-t] " Anshuamn Gupta
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-10-24 15:27 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/i915_pm_dc: Increase timeout and poll interval
URL   : https://patchwork.freedesktop.org/series/68478/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_7165_full -> IGTPW_3600_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_busy@basic-hang-rcs0:
    - shard-kbl:          [PASS][1] -> [SKIP][2] ([fdo#109271]) +19 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl2/igt@gem_busy@basic-hang-rcs0.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl6/igt@gem_busy@basic-hang-rcs0.html

  * igt@gem_ctx_exec@basic-invalid-context-vcs1:
    - shard-iclb:         [PASS][3] -> [SKIP][4] ([fdo#112080]) +11 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb4/igt@gem_ctx_exec@basic-invalid-context-vcs1.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb6/igt@gem_ctx_exec@basic-invalid-context-vcs1.html

  * igt@gem_ctx_isolation@vcs1-dirty-create:
    - shard-iclb:         [PASS][5] -> [SKIP][6] ([fdo#109276] / [fdo#112080])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb2/igt@gem_ctx_isolation@vcs1-dirty-create.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb6/igt@gem_ctx_isolation@vcs1-dirty-create.html

  * igt@gem_eio@context-create:
    - shard-hsw:          [PASS][7] -> [SKIP][8] ([fdo#109271]) +22 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-hsw2/igt@gem_eio@context-create.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-hsw6/igt@gem_eio@context-create.html

  * igt@gem_eio@in-flight-contexts-immediate:
    - shard-snb:          [PASS][9] -> [FAIL][10] ([fdo#111925])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb5/igt@gem_eio@in-flight-contexts-immediate.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb5/igt@gem_eio@in-flight-contexts-immediate.html

  * igt@gem_eio@in-flight-internal-10ms:
    - shard-glk:          [PASS][11] -> [SKIP][12] ([fdo#109271]) +32 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-glk7/igt@gem_eio@in-flight-internal-10ms.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-glk9/igt@gem_eio@in-flight-internal-10ms.html

  * igt@gem_eio@reset-stress:
    - shard-snb:          [PASS][13] -> [FAIL][14] ([fdo#109661])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb2/igt@gem_eio@reset-stress.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb4/igt@gem_eio@reset-stress.html

  * igt@gem_exec_schedule@in-order-bsd:
    - shard-iclb:         [PASS][15] -> [SKIP][16] ([fdo#111325]) +3 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb3/igt@gem_exec_schedule@in-order-bsd.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb4/igt@gem_exec_schedule@in-order-bsd.html

  * igt@gem_userptr_blits@sync-unmap:
    - shard-hsw:          [PASS][17] -> [DMESG-WARN][18] ([fdo#111870])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-hsw4/igt@gem_userptr_blits@sync-unmap.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-hsw5/igt@gem_userptr_blits@sync-unmap.html

  * igt@gem_userptr_blits@sync-unmap-cycles:
    - shard-snb:          [PASS][19] -> [DMESG-WARN][20] ([fdo#111870]) +3 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb6/igt@gem_userptr_blits@sync-unmap-cycles.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html

  * igt@kms_busy@extended-pageflip-hang-oldfb-render-c:
    - shard-apl:          [PASS][21] -> [SKIP][22] ([fdo#109271]) +12 similar issues
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl2/igt@kms_busy@extended-pageflip-hang-oldfb-render-c.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl2/igt@kms_busy@extended-pageflip-hang-oldfb-render-c.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-snb:          [PASS][23] -> [INCOMPLETE][24] ([fdo#105411])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb4/igt@kms_flip@flip-vs-suspend-interruptible.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb1/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
    - shard-iclb:         [PASS][25] -> [FAIL][26] ([fdo#103167]) +2 similar issues
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
    - shard-apl:          [PASS][27] -> [DMESG-WARN][28] ([fdo#108566])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html

  * igt@kms_psr@no_drrs:
    - shard-iclb:         [PASS][29] -> [FAIL][30] ([fdo#108341])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb8/igt@kms_psr@no_drrs.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb1/igt@kms_psr@no_drrs.html

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

  * igt@kms_setmode@basic:
    - shard-glk:          [PASS][33] -> [FAIL][34] ([fdo#99912])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-glk3/igt@kms_setmode@basic.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-glk2/igt@kms_setmode@basic.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          [PASS][35] -> [DMESG-WARN][36] ([fdo#108566]) +6 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-a-wait-forked-busy-hang:
    - shard-snb:          [PASS][37] -> [SKIP][38] ([fdo#109271]) +2 similar issues
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb1/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb1/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html

  * igt@prime_busy@after-bsd2:
    - shard-iclb:         [PASS][39] -> [SKIP][40] ([fdo#109276]) +16 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb2/igt@prime_busy@after-bsd2.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb6/igt@prime_busy@after-bsd2.html

  
#### Possible fixes ####

  * igt@gem_busy@busy-vcs1:
    - shard-iclb:         [SKIP][41] ([fdo#112080]) -> [PASS][42] +10 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb6/igt@gem_busy@busy-vcs1.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb2/igt@gem_busy@busy-vcs1.html

  * igt@gem_ctx_isolation@vcs1-none:
    - shard-iclb:         [SKIP][43] ([fdo#109276] / [fdo#112080]) -> [PASS][44]
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb8/igt@gem_ctx_isolation@vcs1-none.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb1/igt@gem_ctx_isolation@vcs1-none.html

  * igt@gem_ctx_shared@q-smoketest-bsd2:
    - {shard-tglb}:       [INCOMPLETE][45] ([fdo# 111852 ]) -> [PASS][46]
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-tglb6/igt@gem_ctx_shared@q-smoketest-bsd2.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-tglb3/igt@gem_ctx_shared@q-smoketest-bsd2.html

  * igt@gem_exec_async@concurrent-writes-bsd:
    - shard-iclb:         [SKIP][47] ([fdo#111325]) -> [PASS][48] +4 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb2/igt@gem_exec_async@concurrent-writes-bsd.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb5/igt@gem_exec_async@concurrent-writes-bsd.html

  * igt@gem_exec_balancer@smoke:
    - shard-iclb:         [SKIP][49] ([fdo#110854]) -> [PASS][50]
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb5/igt@gem_exec_balancer@smoke.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb4/igt@gem_exec_balancer@smoke.html

  * igt@gem_exec_schedule@preempt-hang-blt:
    - shard-iclb:         [SKIP][51] ([fdo#112118]) -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb1/igt@gem_exec_schedule@preempt-hang-blt.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb3/igt@gem_exec_schedule@preempt-hang-blt.html
    - shard-apl:          [SKIP][53] ([fdo#109271]) -> [PASS][54] +2 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl6/igt@gem_exec_schedule@preempt-hang-blt.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl3/igt@gem_exec_schedule@preempt-hang-blt.html

  * igt@gem_linear_blits@interruptible:
    - shard-apl:          [INCOMPLETE][55] ([fdo#103927] / [fdo#112067]) -> [PASS][56]
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl8/igt@gem_linear_blits@interruptible.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl4/igt@gem_linear_blits@interruptible.html

  * igt@gem_persistent_relocs@forked-interruptible-thrashing:
    - shard-kbl:          [FAIL][57] ([fdo#112037]) -> [PASS][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl3/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl6/igt@gem_persistent_relocs@forked-interruptible-thrashing.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-snb:          [DMESG-WARN][59] ([fdo#111870]) -> [PASS][60] +2 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb5/igt@gem_userptr_blits@dmabuf-sync.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb4/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup:
    - shard-hsw:          [DMESG-WARN][61] ([fdo#111870]) -> [PASS][62] +2 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html

  * igt@i915_pm_backlight@fade_with_suspend:
    - {shard-tglb}:       [INCOMPLETE][63] ([fdo#111832] / [fdo#111850]) -> [PASS][64]
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-tglb3/igt@i915_pm_backlight@fade_with_suspend.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-tglb4/igt@i915_pm_backlight@fade_with_suspend.html

  * igt@kms_busy@extended-modeset-hang-oldfb-with-reset-render-b:
    - shard-hsw:          [SKIP][65] ([fdo#109271]) -> [PASS][66] +1 similar issue
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-hsw6/igt@kms_busy@extended-modeset-hang-oldfb-with-reset-render-b.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-hsw2/igt@kms_busy@extended-modeset-hang-oldfb-with-reset-render-b.html

  * igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b:
    - shard-snb:          [SKIP][67] ([fdo#109271]) -> [PASS][68] +2 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb5/igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb5/igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b.html
    - shard-glk:          [SKIP][69] ([fdo#109271]) -> [PASS][70] +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-glk6/igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-glk8/igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-b.html

  * igt@kms_color@pipe-b-degamma:
    - shard-kbl:          [FAIL][71] ([fdo#104782]) -> [PASS][72]
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl6/igt@kms_color@pipe-b-degamma.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl2/igt@kms_color@pipe-b-degamma.html
    - shard-apl:          [FAIL][73] ([fdo#104782]) -> [PASS][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl1/igt@kms_color@pipe-b-degamma.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl6/igt@kms_color@pipe-b-degamma.html

  * igt@kms_cursor_crc@pipe-a-cursor-dpms:
    - shard-snb:          [DMESG-WARN][75] ([fdo#111891]) -> [PASS][76]
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-snb6/igt@kms_cursor_crc@pipe-a-cursor-dpms.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-snb2/igt@kms_cursor_crc@pipe-a-cursor-dpms.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          [DMESG-WARN][77] ([fdo#108566]) -> [PASS][78] +5 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding:
    - shard-apl:          [FAIL][79] ([fdo#103232]) -> [PASS][80]
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl7/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl4/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html
    - shard-kbl:          [FAIL][81] ([fdo#103232]) -> [PASS][82]
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - shard-apl:          [INCOMPLETE][83] ([fdo#103927]) -> [PASS][84] +1 similar issue
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_flip@2x-plain-flip-interruptible:
    - shard-hsw:          [DMESG-WARN][85] ([fdo#111891]) -> [PASS][86]
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-hsw6/igt@kms_flip@2x-plain-flip-interruptible.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-hsw2/igt@kms_flip@2x-plain-flip-interruptible.html

  * igt@kms_frontbuffer_tracking@fbc-stridechange:
    - {shard-tglb}:       [FAIL][87] ([fdo#103167]) -> [PASS][88] +8 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-stridechange.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-stridechange.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite:
    - shard-iclb:         [FAIL][89] ([fdo#103167]) -> [PASS][90] +5 similar issues
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes:
    - shard-apl:          [DMESG-WARN][91] ([fdo#108566]) -> [PASS][92]
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-d-planes:
    - {shard-tglb}:       [INCOMPLETE][93] ([fdo#111850]) -> [PASS][94]
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-tglb1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-d-planes.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-tglb6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-d-planes.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         [SKIP][95] ([fdo#109441]) -> [PASS][96] +1 similar issue
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb3/igt@kms_psr@psr2_cursor_blt.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_vblank@pipe-a-ts-continuation-modeset-hang:
    - shard-kbl:          [SKIP][97] ([fdo#109271]) -> [PASS][98] +6 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-modeset-hang.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-kbl1/igt@kms_vblank@pipe-a-ts-continuation-modeset-hang.html
    - shard-iclb:         [SKIP][99] ([fdo#109278]) -> [PASS][100] +1 similar issue
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb1/igt@kms_vblank@pipe-a-ts-continuation-modeset-hang.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb2/igt@kms_vblank@pipe-a-ts-continuation-modeset-hang.html
    - {shard-tglb}:       [SKIP][101] ([fdo#112015]) -> [PASS][102] +1 similar issue
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-tglb8/igt@kms_vblank@pipe-a-ts-continuation-modeset-hang.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-tglb7/igt@kms_vblank@pipe-a-ts-continuation-modeset-hang.html

  * igt@prime_busy@hang-bsd2:
    - shard-iclb:         [SKIP][103] ([fdo#109276]) -> [PASS][104] +21 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb8/igt@prime_busy@hang-bsd2.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb1/igt@prime_busy@hang-bsd2.html

  
#### Warnings ####

  * igt@gem_ctx_isolation@vcs1-nonpriv:
    - shard-iclb:         [FAIL][105] ([fdo#111329]) -> [SKIP][106] ([fdo#109276] / [fdo#112080])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb5/igt@gem_ctx_isolation@vcs1-nonpriv.html

  * igt@gem_mocs_settings@mocs-isolation-bsd2:
    - shard-iclb:         [FAIL][107] ([fdo#111330]) -> [SKIP][108] ([fdo#109276])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7165/shard-iclb2/igt@gem_mocs_settings@mocs-isolation-bsd2.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/shard-iclb3/igt@gem_mocs_settings@mocs-isolation-bsd2.html

  * igt@gem_mocs_settings@mocs-settings-b

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3600/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval
  2019-10-23 19:10 [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval Imre Deak
  2019-10-23 20:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-10-24 15:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2019-11-13 10:35 ` Anshuamn Gupta
  2019-11-13 12:33   ` Imre Deak
  2 siblings, 1 reply; 5+ messages in thread
From: Anshuamn Gupta @ 2019-11-13 10:35 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

On 2019-10-23 at 22:10:02 +0300, Imre Deak wrote:
> The eDP panel power cycle delay prevents DC entry after a full modeset,
> which makes the test fail on some panels. Let's increase the timeout to
> take into account that delay (atm in the worst case the power cycle
> delay is 3 seconds) and also increase the polling interval to give more
> time for the device to enter a low power state.
IMHO how about exposing the panel_power_cycle_delay delay too in i915_panel_timings
attribute which can used by the igt to wait for time which is required.
It can save some time for IGT ?
i915_panel_timings has already exposing the other panel timings for debug purpose. 
> 
> Cc: Anshuman Gupta <anshuman.gupta@intel.com>
> Signed-off-by: Imre Deak <imre.deak@intel.com>
> ---
>  tests/i915/i915_pm_dc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/i915/i915_pm_dc.c b/tests/i915/i915_pm_dc.c
> index ce3319b7..ef96a86e 100644
> --- a/tests/i915/i915_pm_dc.c
> +++ b/tests/i915/i915_pm_dc.c
> @@ -153,7 +153,7 @@ static uint32_t read_dc_counter(uint32_t drm_fd, int dc_flag)
>  static bool dc_state_wait_entry(int drm_fd, int dc_flag, int prev_dc_count)
>  {
>  	return igt_wait(read_dc_counter(drm_fd, dc_flag) >
> -			prev_dc_count, 3000, 100);
> +			prev_dc_count, 6000, 1000);
>  }
>  
>  static void check_dc_counter(int drm_fd, int dc_flag, uint32_t prev_dc_count)
> -- 
> 2.17.1
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval
  2019-11-13 10:35 ` [igt-dev] [PATCH i-g-t] " Anshuamn Gupta
@ 2019-11-13 12:33   ` Imre Deak
  0 siblings, 0 replies; 5+ messages in thread
From: Imre Deak @ 2019-11-13 12:33 UTC (permalink / raw)
  To: Anshuamn Gupta; +Cc: igt-dev

On Wed, Nov 13, 2019 at 04:05:18PM +0530, Anshuamn Gupta wrote:
> On 2019-10-23 at 22:10:02 +0300, Imre Deak wrote:
> > The eDP panel power cycle delay prevents DC entry after a full modeset,
> > which makes the test fail on some panels. Let's increase the timeout to
> > take into account that delay (atm in the worst case the power cycle
> > delay is 3 seconds) and also increase the polling interval to give more
> > time for the device to enter a low power state.
>
> IMHO how about exposing the panel_power_cycle_delay delay too in
> i915_panel_timings attribute which can used by the igt to wait for
> time which is required.  It can save some time for IGT ?
> i915_panel_timings has already exposing the other panel timings for
> debug purpose.

Ok, although waiting for the timeout actually is the exception, but it
makes sense to expose the power cycle delay with the rest of timings
anyway. We can also make the wait condition stricter then; let's use a
timeout that is 2x the power cycle delay in that case too though.

> > 
> > Cc: Anshuman Gupta <anshuman.gupta@intel.com>
> > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > ---
> >  tests/i915/i915_pm_dc.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/tests/i915/i915_pm_dc.c b/tests/i915/i915_pm_dc.c
> > index ce3319b7..ef96a86e 100644
> > --- a/tests/i915/i915_pm_dc.c
> > +++ b/tests/i915/i915_pm_dc.c
> > @@ -153,7 +153,7 @@ static uint32_t read_dc_counter(uint32_t drm_fd, int dc_flag)
> >  static bool dc_state_wait_entry(int drm_fd, int dc_flag, int prev_dc_count)
> >  {
> >  	return igt_wait(read_dc_counter(drm_fd, dc_flag) >
> > -			prev_dc_count, 3000, 100);
> > +			prev_dc_count, 6000, 1000);
> >  }
> >  
> >  static void check_dc_counter(int drm_fd, int dc_flag, uint32_t prev_dc_count)
> > -- 
> > 2.17.1
> > 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2019-11-13 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 19:10 [igt-dev] [PATCH i-g-t] tests/i915_pm_dc: Increase timeout and poll interval Imre Deak
2019-10-23 20:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-10-24 15:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-11-13 10:35 ` [igt-dev] [PATCH i-g-t] " Anshuamn Gupta
2019-11-13 12:33   ` Imre Deak

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.