All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/1] Extend system-suspend-without-i915
@ 2022-04-25  7:45 Riana Tauro
  2022-04-25  7:45 ` [igt-dev] [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-without-i915 to support suspend-to-idle Riana Tauro
  2022-04-25 10:42 ` [igt-dev] ✗ Fi.CI.BAT: failure for Extend system-suspend-without-i915 Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Riana Tauro @ 2022-04-25  7:45 UTC (permalink / raw)
  To: igt-dev

From: "Tauro, Riana" <riana.tauro@intel.com>

Extending the test system-suspend-without-i915 to run a suspend-to-idle
cycle

Tauro, Riana (1):
  tests/i915/i915_suspend: Extend system-suspend-without-i915 to support
    suspend-to-idle

 tests/i915/i915_suspend.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.25.1

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

* [igt-dev] [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-without-i915 to support suspend-to-idle
  2022-04-25  7:45 [igt-dev] [PATCH i-g-t 0/1] Extend system-suspend-without-i915 Riana Tauro
@ 2022-04-25  7:45 ` Riana Tauro
  2022-04-25  8:08   ` Gupta, Anshuman
  2022-04-25 10:42 ` [igt-dev] ✗ Fi.CI.BAT: failure for Extend system-suspend-without-i915 Patchwork
  1 sibling, 1 reply; 4+ messages in thread
From: Riana Tauro @ 2022-04-25  7:45 UTC (permalink / raw)
  To: igt-dev

From: "Tauro, Riana" <riana.tauro@intel.com>

Extending the test system-suspend-without-i915 to
run a suspend-to-idle cycle

Signed-off-by: Tauro, Riana <riana.tauro@intel.com>
---
 tests/i915/i915_suspend.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/i915_suspend.c b/tests/i915/i915_suspend.c
index d34b7a5d..9a09f643 100644
--- a/tests/i915/i915_suspend.c
+++ b/tests/i915/i915_suspend.c
@@ -209,6 +209,7 @@ test_suspend_without_i915(void)
 	igt_kmsg(KMSG_INFO "Unloading i915\n");
 	igt_assert_eq(igt_i915_driver_unload(),0);
 
+	igt_system_suspend_autoresume(SUSPEND_STATE_FREEZE, SUSPEND_TEST_NONE);
 	igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE);
 
 	igt_kmsg(KMSG_INFO "Re-loading i915 \n");
-- 
2.25.1

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

* Re: [igt-dev] [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-without-i915 to support suspend-to-idle
  2022-04-25  7:45 ` [igt-dev] [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-without-i915 to support suspend-to-idle Riana Tauro
@ 2022-04-25  8:08   ` Gupta, Anshuman
  0 siblings, 0 replies; 4+ messages in thread
From: Gupta, Anshuman @ 2022-04-25  8:08 UTC (permalink / raw)
  To: Tauro, Riana, igt-dev



> -----Original Message-----
> From: Tauro, Riana <riana.tauro@intel.com>
> Sent: Monday, April 25, 2022 1:15 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Tauro, Riana <riana.tauro@intel.com>; Gupta, Anshuman
> <anshuman.gupta@intel.com>
> Subject: [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-
> without-i915 to support suspend-to-idle
> 
> From: "Tauro, Riana" <riana.tauro@intel.com>
> 
> Extending the test system-suspend-without-i915 to run a suspend-to-idle cycle
> 
> Signed-off-by: Tauro, Riana <riana.tauro@intel.com>
> ---
>  tests/i915/i915_suspend.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/i915/i915_suspend.c b/tests/i915/i915_suspend.c index
> d34b7a5d..9a09f643 100644
> --- a/tests/i915/i915_suspend.c
> +++ b/tests/i915/i915_suspend.c
> @@ -209,6 +209,7 @@ test_suspend_without_i915(void)
>  	igt_kmsg(KMSG_INFO "Unloading i915\n");
>  	igt_assert_eq(igt_i915_driver_unload(),0);
> 
> +	igt_system_suspend_autoresume(SUSPEND_STATE_FREEZE,
> +SUSPEND_TEST_NONE);
>  	igt_system_suspend_autoresume(SUSPEND_STATE_MEM,
> SUSPEND_TEST_NONE);
Please create two separate sub test.
one for s3: SUSPEND_STATE_MEM
              s2idle:  SUSPEND_STATE_FREEZE

Thanks,
Anshuman Gupta.
> 
>  	igt_kmsg(KMSG_INFO "Re-loading i915 \n");
> --
> 2.25.1

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

* [igt-dev] ✗ Fi.CI.BAT: failure for Extend system-suspend-without-i915
  2022-04-25  7:45 [igt-dev] [PATCH i-g-t 0/1] Extend system-suspend-without-i915 Riana Tauro
  2022-04-25  7:45 ` [igt-dev] [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-without-i915 to support suspend-to-idle Riana Tauro
@ 2022-04-25 10:42 ` Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2022-04-25 10:42 UTC (permalink / raw)
  To: Riana Tauro; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 6518 bytes --]

== Series Details ==

Series: Extend system-suspend-without-i915
URL   : https://patchwork.freedesktop.org/series/103053/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_11550 -> IGTPW_6989
====================================================

Summary
-------

  **FAILURE**

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

Participating hosts (43 -> 40)
------------------------------

  Additional (2): bat-dg2-8 bat-dg1-6 
  Missing    (5): fi-rkl-11600 bat-dg1-5 fi-bsw-cyan fi-pnv-d510 bat-rpls-1 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_exec_suspend@basic-s0@smem:
    - bat-dg1-6:          NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/bat-dg1-6/igt@gem_exec_suspend@basic-s0@smem.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live@hangcheck:
    - fi-hsw-g3258:       [PASS][2] -> [INCOMPLETE][3] ([i915#4785])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11550/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html

  * igt@i915_selftest@live@mman:
    - fi-bdw-5557u:       NOTRUN -> [INCOMPLETE][4] ([i915#5704])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-bdw-5557u/igt@i915_selftest@live@mman.html

  * igt@kms_chamelium@dp-crc-fast:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][5] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][6] ([fdo#109271]) +14 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-bdw-5557u/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@runner@aborted:
    - fi-hsw-g3258:       NOTRUN -> [FAIL][7] ([fdo#109271] / [i915#4312])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-hsw-g3258/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@gt_heartbeat:
    - fi-cfl-guc:         [DMESG-FAIL][8] ([i915#5334]) -> [PASS][9]
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11550/fi-cfl-guc/igt@i915_selftest@live@gt_heartbeat.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-cfl-guc/igt@i915_selftest@live@gt_heartbeat.html

  * igt@i915_selftest@live@hangcheck:
    - fi-hsw-4770:        [INCOMPLETE][10] ([i915#4785]) -> [PASS][11]
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11550/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html

  * igt@kms_busy@basic@modeset:
    - {bat-adlp-6}:       [DMESG-WARN][12] ([i915#3576]) -> [PASS][13]
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11550/bat-adlp-6/igt@kms_busy@basic@modeset.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/bat-adlp-6/igt@kms_busy@basic@modeset.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
  [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
  [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
  [i915#3595]: https://gitlab.freedesktop.org/drm/intel/issues/3595
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
  [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
  [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
  [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
  [i915#5270]: https://gitlab.freedesktop.org/drm/intel/issues/5270
  [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
  [i915#5275]: https://gitlab.freedesktop.org/drm/intel/issues/5275
  [i915#5329]: https://gitlab.freedesktop.org/drm/intel/issues/5329
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
  [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
  [i915#5356]: https://gitlab.freedesktop.org/drm/intel/issues/5356
  [i915#5537]: https://gitlab.freedesktop.org/drm/intel/issues/5537
  [i915#5704]: https://gitlab.freedesktop.org/drm/intel/issues/5704
  [i915#5763]: https://gitlab.freedesktop.org/drm/intel/issues/5763


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6451 -> IGTPW_6989

  CI-20190529: 20190529
  CI_DRM_11550: 56b089ae03ef8ea8ab7f474eaa70367898891ef0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6989: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6989/index.html
  IGT_6451: f055bd83bd831a938d639718c2359516224f15f9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 5792 bytes --]

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

end of thread, other threads:[~2022-04-25 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  7:45 [igt-dev] [PATCH i-g-t 0/1] Extend system-suspend-without-i915 Riana Tauro
2022-04-25  7:45 ` [igt-dev] [PATCH i-g-t 1/1] tests/i915/i915_suspend: Extend system-suspend-without-i915 to support suspend-to-idle Riana Tauro
2022-04-25  8:08   ` Gupta, Anshuman
2022-04-25 10:42 ` [igt-dev] ✗ Fi.CI.BAT: failure for Extend system-suspend-without-i915 Patchwork

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.