* [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default
@ 2021-11-16 15:52 ` Tilak Tangudu
0 siblings, 0 replies; 14+ messages in thread
From: Tilak Tangudu @ 2021-11-16 15:52 UTC (permalink / raw)
To: intel-gfx, dri-devel; +Cc: ville.syrjala
v1: Enable runtime pm autosuspend by default for Gen12
and later versions.
v2: Enable runtime pm autosuspend by default for all
platforms(Syrjala Ville)
v3: Change commit message(Nikula Jani)
Let's enable runtime pm autosuspend by default everywhere.
So, we can allow D3hot and bigger power savings on idle scenarios.
But at this time let's not touch the autosuspend_delay time,
what caused some regression on our previous attempt.
Also, the latest identified issue on GuC PM has been fixed by
commit 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering
context")
Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com>
---
drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c
index 0d85f3c5c526..22dab36afcb6 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.c
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.c
@@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm *rpm)
pm_runtime_use_autosuspend(kdev);
}
+ /* Enable by default */
+ pm_runtime_allow(kdev);
+
/*
* The core calls the driver load handler with an RPM reference held.
* We drop that here and will reacquire it during unloading in
--
2.25.1
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default @ 2021-11-16 15:52 ` Tilak Tangudu 0 siblings, 0 replies; 14+ messages in thread From: Tilak Tangudu @ 2021-11-16 15:52 UTC (permalink / raw) To: intel-gfx, dri-devel Cc: tilak.tangudu, ville.syrjala, anshuman.gupta, jon.ewins, badal.nilawar, rodrigo.vivi v1: Enable runtime pm autosuspend by default for Gen12 and later versions. v2: Enable runtime pm autosuspend by default for all platforms(Syrjala Ville) v3: Change commit message(Nikula Jani) Let's enable runtime pm autosuspend by default everywhere. So, we can allow D3hot and bigger power savings on idle scenarios. But at this time let's not touch the autosuspend_delay time, what caused some regression on our previous attempt. Also, the latest identified issue on GuC PM has been fixed by commit 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering context") Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> --- drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c index 0d85f3c5c526..22dab36afcb6 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.c +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm *rpm) pm_runtime_use_autosuspend(kdev); } + /* Enable by default */ + pm_runtime_allow(kdev); + /* * The core calls the driver load handler with an RPM reference held. * We drop that here and will reacquire it during unloading in -- 2.25.1 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev3) 2021-11-16 15:52 ` Tilak Tangudu (?) @ 2021-11-17 0:38 ` Patchwork -1 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2021-11-17 0:38 UTC (permalink / raw) To: Tilak Tangudu; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 6538 bytes --] == Series Details == Series: drm/i915/rpm: Enable runtime pm autosuspend by default (rev3) URL : https://patchwork.freedesktop.org/series/96741/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10888 -> Patchwork_21602 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_21602 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_21602, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/index.html Participating hosts (39 -> 34) ------------------------------ Additional (1): fi-kbl-soraka Missing (6): fi-ilk-m540 bat-dg1-6 fi-hsw-4200u fi-tgl-u2 fi-bsw-cyan fi-ctg-p8600 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_21602: ### IGT changes ### #### Possible regressions #### * igt@kms_psr@primary_page_flip: - fi-skl-6600u: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10888/fi-skl-6600u/igt@kms_psr@primary_page_flip.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-skl-6600u/igt@kms_psr@primary_page_flip.html Known issues ------------ Here are the changes found in Patchwork_21602 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_cs_nop@fork-gfx0: - fi-icl-u2: NOTRUN -> [SKIP][3] ([fdo#109315]) +17 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-icl-u2/igt@amdgpu/amd_cs_nop@fork-gfx0.html * igt@gem_exec_fence@basic-busy@bcs0: - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +8 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html * igt@gem_exec_suspend@basic-s0: - fi-tgl-1115g4: [PASS][5] -> [FAIL][6] ([i915#1888]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10888/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s0.html * igt@gem_exec_suspend@basic-s3: - fi-bdw-5557u: [PASS][7] -> [INCOMPLETE][8] ([i915#146]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10888/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html * igt@gem_huc_copy@huc-copy: - fi-kbl-soraka: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#2190]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][10] ([i915#1886] / [i915#2291]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-kbl-soraka: NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-kbl-soraka: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#533]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@runner@aborted: - fi-skl-6600u: NOTRUN -> [FAIL][13] ([i915#3363] / [i915#4312]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-skl-6600u/igt@runner@aborted.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - {fi-hsw-gt1}: [DMESG-WARN][14] ([i915#3303]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10888/fi-hsw-gt1/igt@i915_selftest@live@hangcheck.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-hsw-gt1/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@requests: - fi-icl-u2: [INCOMPLETE][16] -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10888/fi-icl-u2/igt@i915_selftest@live@requests.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-icl-u2/igt@i915_selftest@live@requests.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [DMESG-WARN][18] ([i915#4269]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10888/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#3363]: https://gitlab.freedesktop.org/drm/intel/issues/3363 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * Linux: CI_DRM_10888 -> Patchwork_21602 CI-20190529: 20190529 CI_DRM_10888: d4a23275467825243fea6f50938fc89711b9a53c @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6281: 551f33d68fc780e3d264abd69ec59fe1af1bb65b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21602: 00be77a0647cd73bdd42fab7e10ce66c1dfc93e8 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 00be77a0647c drm/i915/rpm: Enable runtime pm autosuspend by default == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21602/index.html [-- Attachment #2: Type: text/html, Size: 7683 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) 2021-11-16 15:52 ` Tilak Tangudu (?) (?) @ 2021-11-17 22:59 ` Patchwork 2021-11-19 10:39 ` Gupta, Anshuman -1 siblings, 1 reply; 14+ messages in thread From: Patchwork @ 2021-11-17 22:59 UTC (permalink / raw) To: Tilak Tangudu; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 8834 bytes --] == Series Details == Series: drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) URL : https://patchwork.freedesktop.org/series/96741/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10896 -> Patchwork_21622 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_21622 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_21622, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html Participating hosts (40 -> 34) ------------------------------ Additional (1): fi-tgl-1115g4 Missing (7): bat-dg1-6 fi-tgl-u2 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_21622: ### IGT changes ### #### Possible regressions #### * igt@gem_lmem_swapping@verify-random: - fi-tgl-1115g4: NOTRUN -> [SKIP][1] +3 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_lmem_swapping@verify-random.html * igt@kms_psr@primary_page_flip: - fi-skl-6600u: [PASS][2] -> [FAIL][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-skl-6600u/igt@kms_psr@primary_page_flip.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@kms_psr@primary_page_flip.html Known issues ------------ Here are the changes found in Patchwork_21622 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@query-info: - fi-tgl-1115g4: NOTRUN -> [SKIP][4] ([fdo#109315]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html * igt@amdgpu/amd_cs_nop@nop-gfx0: - fi-tgl-1115g4: NOTRUN -> [SKIP][5] ([fdo#109315] / [i915#2575]) +16 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html * igt@amdgpu/amd_cs_nop@sync-fork-compute0: - fi-snb-2600: NOTRUN -> [SKIP][6] ([fdo#109271]) +17 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html * igt@gem_huc_copy@huc-copy: - fi-tgl-1115g4: NOTRUN -> [SKIP][7] ([i915#2190]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_backlight@basic-brightness: - fi-tgl-1115g4: NOTRUN -> [SKIP][8] ([i915#1155]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][9] -> [INCOMPLETE][10] ([i915#2940]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-bsw-nick/igt@i915_selftest@live@execlists.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@workarounds: - fi-rkl-guc: [PASS][11] -> [INCOMPLETE][12] ([i915#4433]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@i915_selftest@live@workarounds.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@i915_selftest@live@workarounds.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-tgl-1115g4: NOTRUN -> [SKIP][13] ([fdo#111827]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-1115g4: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-1115g4: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_psr@primary_mmap_gtt: - fi-tgl-1115g4: NOTRUN -> [SKIP][16] ([i915#1072]) +3 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html * igt@prime_vgem@basic-userptr: - fi-tgl-1115g4: NOTRUN -> [SKIP][17] ([i915#3301]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-skl-6600u: NOTRUN -> [FAIL][18] ([i915#3363] / [i915#4312]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@runner@aborted.html - fi-bsw-nick: NOTRUN -> [FAIL][19] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@runner@aborted.html #### Possible fixes #### * igt@i915_selftest@live@evict: - fi-kbl-soraka: [DMESG-WARN][20] -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-kbl-soraka/igt@i915_selftest@live@evict.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-kbl-soraka/igt@i915_selftest@live@evict.html * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [INCOMPLETE][22] ([i915#3921]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [DMESG-WARN][24] ([i915#4269]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html #### Warnings #### * igt@runner@aborted: - fi-rkl-guc: [FAIL][26] ([i915#3928] / [i915#4312]) -> [FAIL][27] ([i915#2426] / [i915#3928] / [i915#4312]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@runner@aborted.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@runner@aborted.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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [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#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#3363]: https://gitlab.freedesktop.org/drm/intel/issues/3363 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#3928]: https://gitlab.freedesktop.org/drm/intel/issues/3928 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4433]: https://gitlab.freedesktop.org/drm/intel/issues/4433 Build changes ------------- * Linux: CI_DRM_10896 -> Patchwork_21622 CI-20190529: 20190529 CI_DRM_10896: bf11e5f354ac51635d032893d80a1d0015d277dc @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6283: a2cd90a7c24bb7a4c19ca74c75ed8c950820dee2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21622: 484aebf14e509e06b03907388f3536fbd012bc66 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 484aebf14e50 drm/i915/rpm: Enable runtime pm autosuspend by default == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html [-- Attachment #2: Type: text/html, Size: 10285 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) 2021-11-17 22:59 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) Patchwork @ 2021-11-19 10:39 ` Gupta, Anshuman 2021-11-19 17:24 ` Vudum, Lakshminarayana 0 siblings, 1 reply; 14+ messages in thread From: Gupta, Anshuman @ 2021-11-19 10:39 UTC (permalink / raw) To: Vudum, Lakshminarayana; +Cc: intel-gfx@lists.freedesktop.org Hi Lakshmi , Could you please create a gitlab issue for the below failure and re-report the results. Below failure is present on drm-tip builds as well not related to this patch. • igt@kms_psr@primary_page_flip: o fi-skl-6600u: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-skl-6600u/igt@kms_psr@primary_page_flip.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@kms_psr@primary_page_flip.html Thanks , Anshuman Gupta From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Patchwork Sent: Thursday, November 18, 2021 4:29 AM To: Tangudu, Tilak <tilak.tangudu@intel.com> Cc: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) Patch Details Series: drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) URL: https://patchwork.freedesktop.org/series/96741/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html CI Bug Log - changes from CI_DRM_10896 -> Patchwork_21622 Summary FAILURE Serious unknown changes coming with Patchwork_21622 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_21622, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html Participating hosts (40 -> 34) Additional (1): fi-tgl-1115g4 Missing (7): bat-dg1-6 fi-tgl-u2 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Possible new issues Here are the unknown changes that may have been introduced in Patchwork_21622: IGT changes Possible regressions • igt@gem_lmem_swapping@verify-random: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_lmem_swapping@verify-random.html +3 similar issues • igt@kms_psr@primary_page_flip: o fi-skl-6600u: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-skl-6600u/igt@kms_psr@primary_page_flip.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@kms_psr@primary_page_flip.html Known issues Here are the changes found in Patchwork_21622 that come from known issues: IGT changes Issues hit • igt@amdgpu/amd_basic@query-info: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html (https://bugs.freedesktop.org/show_bug.cgi?id=109315) • igt@amdgpu/amd_cs_nop@nop-gfx0: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html (https://bugs.freedesktop.org/show_bug.cgi?id=109315 / https://gitlab.freedesktop.org/drm/intel/issues/2575) +16 similar issues • igt@amdgpu/amd_cs_nop@sync-fork-compute0: o fi-snb-2600: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html (https://bugs.freedesktop.org/show_bug.cgi?id=109271) +17 similar issues • igt@gem_huc_copy@huc-copy: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html (https://gitlab.freedesktop.org/drm/intel/issues/2190) • igt@i915_pm_backlight@basic-brightness: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html (https://gitlab.freedesktop.org/drm/intel/issues/1155) • igt@i915_selftest@live@execlists: o fi-bsw-nick: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-bsw-nick/igt@i915_selftest@live@execlists.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@i915_selftest@live@execlists.html (https://gitlab.freedesktop.org/drm/intel/issues/2940) • igt@i915_selftest@live@workarounds: o fi-rkl-guc: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@i915_selftest@live@workarounds.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@i915_selftest@live@workarounds.html (https://gitlab.freedesktop.org/drm/intel/issues/4433) • igt@kms_chamelium@common-hpd-after-suspend: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html (https://bugs.freedesktop.org/show_bug.cgi?id=111827) +8 similar issues • igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html (https://gitlab.freedesktop.org/drm/intel/issues/4103) +1 similar issue • igt@kms_force_connector_basic@force-load-detect: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html (https://bugs.freedesktop.org/show_bug.cgi?id=109285) • igt@kms_psr@primary_mmap_gtt: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html (https://gitlab.freedesktop.org/drm/intel/issues/1072) +3 similar issues • igt@prime_vgem@basic-userptr: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html (https://gitlab.freedesktop.org/drm/intel/issues/3301) • igt@runner@aborted: o fi-skl-6600u: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@runner@aborted.html (https://gitlab.freedesktop.org/drm/intel/issues/3363 / https://gitlab.freedesktop.org/drm/intel/issues/4312) o fi-bsw-nick: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@runner@aborted.html (https://bugs.freedesktop.org/show_bug.cgi?id=109271 / https://gitlab.freedesktop.org/drm/intel/issues/1436 / https://gitlab.freedesktop.org/drm/intel/issues/3428 / https://gitlab.freedesktop.org/drm/intel/issues/4312) Possible fixes • igt@i915_selftest@live@evict: o fi-kbl-soraka: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-kbl-soraka/igt@i915_selftest@live@evict.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-kbl-soraka/igt@i915_selftest@live@evict.html • igt@i915_selftest@live@hangcheck: o fi-snb-2600: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-snb-2600/igt@i915_selftest@live@hangcheck.html (https://gitlab.freedesktop.org/drm/intel/issues/3921) -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@i915_selftest@live@hangcheck.html • igt@kms_frontbuffer_tracking@basic: o fi-cml-u2: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html (https://gitlab.freedesktop.org/drm/intel/issues/4269) -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html Warnings • igt@runner@aborted: o fi-rkl-guc: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@runner@aborted.html (https://gitlab.freedesktop.org/drm/intel/issues/3928 / https://gitlab.freedesktop.org/drm/intel/issues/4312) -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@runner@aborted.html (https://gitlab.freedesktop.org/drm/intel/issues/2426 / https://gitlab.freedesktop.org/drm/intel/issues/3928 / https://gitlab.freedesktop.org/drm/intel/issues/4312) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). Build changes • Linux: CI_DRM_10896 -> Patchwork_21622 CI-20190529: 20190529 CI_DRM_10896: bf11e5f354ac51635d032893d80a1d0015d277dc @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6283: a2cd90a7c24bb7a4c19ca74c75ed8c950820dee2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21622: 484aebf14e509e06b03907388f3536fbd012bc66 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 484aebf14e50 drm/i915/rpm: Enable runtime pm autosuspend by default ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) 2021-11-19 10:39 ` Gupta, Anshuman @ 2021-11-19 17:24 ` Vudum, Lakshminarayana 0 siblings, 0 replies; 14+ messages in thread From: Vudum, Lakshminarayana @ 2021-11-19 17:24 UTC (permalink / raw) To: Gupta, Anshuman; +Cc: intel-gfx@lists.freedesktop.org Re-reported. -----Original Message----- From: Gupta, Anshuman <anshuman.gupta@intel.com> Sent: Friday, November 19, 2021 2:40 AM To: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> Cc: Tangudu, Tilak <tilak.tangudu@intel.com>; intel-gfx@lists.freedesktop.org Subject: RE: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) Hi Lakshmi , Could you please create a gitlab issue for the below failure and re-report the results. Below failure is present on drm-tip builds as well not related to this patch. • igt@kms_psr@primary_page_flip: o fi-skl-6600u: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-skl-6600u/igt@kms_psr@primary_page_flip.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@kms_psr@primary_page_flip.html Thanks , Anshuman Gupta From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Patchwork Sent: Thursday, November 18, 2021 4:29 AM To: Tangudu, Tilak <tilak.tangudu@intel.com> Cc: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) Patch Details Series: drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) URL: https://patchwork.freedesktop.org/series/96741/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html CI Bug Log - changes from CI_DRM_10896 -> Patchwork_21622 Summary FAILURE Serious unknown changes coming with Patchwork_21622 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_21622, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html Participating hosts (40 -> 34) Additional (1): fi-tgl-1115g4 Missing (7): bat-dg1-6 fi-tgl-u2 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Possible new issues Here are the unknown changes that may have been introduced in Patchwork_21622: IGT changes Possible regressions • igt@gem_lmem_swapping@verify-random: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_lmem_swapping@verify-random.html +3 similar issues • igt@kms_psr@primary_page_flip: o fi-skl-6600u: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-skl-6600u/igt@kms_psr@primary_page_flip.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@kms_psr@primary_page_flip.html Known issues Here are the changes found in Patchwork_21622 that come from known issues: IGT changes Issues hit • igt@amdgpu/amd_basic@query-info: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html (https://bugs.freedesktop.org/show_bug.cgi?id=109315) • igt@amdgpu/amd_cs_nop@nop-gfx0: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html (https://bugs.freedesktop.org/show_bug.cgi?id=109315 / https://gitlab.freedesktop.org/drm/intel/issues/2575) +16 similar issues • igt@amdgpu/amd_cs_nop@sync-fork-compute0: o fi-snb-2600: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html (https://bugs.freedesktop.org/show_bug.cgi?id=109271) +17 similar issues • igt@gem_huc_copy@huc-copy: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html (https://gitlab.freedesktop.org/drm/intel/issues/2190) • igt@i915_pm_backlight@basic-brightness: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html (https://gitlab.freedesktop.org/drm/intel/issues/1155) • igt@i915_selftest@live@execlists: o fi-bsw-nick: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-bsw-nick/igt@i915_selftest@live@execlists.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@i915_selftest@live@execlists.html (https://gitlab.freedesktop.org/drm/intel/issues/2940) • igt@i915_selftest@live@workarounds: o fi-rkl-guc: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@i915_selftest@live@workarounds.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@i915_selftest@live@workarounds.html (https://gitlab.freedesktop.org/drm/intel/issues/4433) • igt@kms_chamelium@common-hpd-after-suspend: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html (https://bugs.freedesktop.org/show_bug.cgi?id=111827) +8 similar issues • igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html (https://gitlab.freedesktop.org/drm/intel/issues/4103) +1 similar issue • igt@kms_force_connector_basic@force-load-detect: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html (https://bugs.freedesktop.org/show_bug.cgi?id=109285) • igt@kms_psr@primary_mmap_gtt: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html (https://gitlab.freedesktop.org/drm/intel/issues/1072) +3 similar issues • igt@prime_vgem@basic-userptr: o fi-tgl-1115g4: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html (https://gitlab.freedesktop.org/drm/intel/issues/3301) • igt@runner@aborted: o fi-skl-6600u: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@runner@aborted.html (https://gitlab.freedesktop.org/drm/intel/issues/3363 / https://gitlab.freedesktop.org/drm/intel/issues/4312) o fi-bsw-nick: NOTRUN -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@runner@aborted.html (https://bugs.freedesktop.org/show_bug.cgi?id=109271 / https://gitlab.freedesktop.org/drm/intel/issues/1436 / https://gitlab.freedesktop.org/drm/intel/issues/3428 / https://gitlab.freedesktop.org/drm/intel/issues/4312) Possible fixes • igt@i915_selftest@live@evict: o fi-kbl-soraka: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-kbl-soraka/igt@i915_selftest@live@evict.html -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-kbl-soraka/igt@i915_selftest@live@evict.html • igt@i915_selftest@live@hangcheck: o fi-snb-2600: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-snb-2600/igt@i915_selftest@live@hangcheck.html (https://gitlab.freedesktop.org/drm/intel/issues/3921) -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@i915_selftest@live@hangcheck.html • igt@kms_frontbuffer_tracking@basic: o fi-cml-u2: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html (https://gitlab.freedesktop.org/drm/intel/issues/4269) -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html Warnings • igt@runner@aborted: o fi-rkl-guc: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@runner@aborted.html (https://gitlab.freedesktop.org/drm/intel/issues/3928 / https://gitlab.freedesktop.org/drm/intel/issues/4312) -> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@runner@aborted.html (https://gitlab.freedesktop.org/drm/intel/issues/2426 / https://gitlab.freedesktop.org/drm/intel/issues/3928 / https://gitlab.freedesktop.org/drm/intel/issues/4312) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). Build changes • Linux: CI_DRM_10896 -> Patchwork_21622 CI-20190529: 20190529 CI_DRM_10896: bf11e5f354ac51635d032893d80a1d0015d277dc @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6283: a2cd90a7c24bb7a4c19ca74c75ed8c950820dee2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21622: 484aebf14e509e06b03907388f3536fbd012bc66 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 484aebf14e50 drm/i915/rpm: Enable runtime pm autosuspend by default ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default 2021-11-16 15:52 ` Tilak Tangudu @ 2021-11-19 9:56 ` Gupta, Anshuman -1 siblings, 0 replies; 14+ messages in thread From: Gupta, Anshuman @ 2021-11-19 9:56 UTC (permalink / raw) To: Tangudu, Tilak, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: Syrjala, Ville > -----Original Message----- > From: Tangudu, Tilak <tilak.tangudu@intel.com> > Sent: Tuesday, November 16, 2021 9:23 PM > To: intel-gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org > Cc: Tangudu, Tilak <tilak.tangudu@intel.com>; Ewins, Jon > <jon.ewins@intel.com>; Vivi, Rodrigo <rodrigo.vivi@intel.com>; Nilawar, Badal > <badal.nilawar@intel.com>; Gupta, Anshuman <anshuman.gupta@intel.com>; > Syrjala, Ville <ville.syrjala@intel.com> > Subject: [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default > > v1: Enable runtime pm autosuspend by default for Gen12 and later versions. > > v2: Enable runtime pm autosuspend by default for all platforms(Syrjala Ville) > > v3: Change commit message(Nikula Jani) > Let's enable runtime pm autosuspend by default everywhere. > So, we can allow D3hot and bigger power savings on idle scenarios. > > But at this time let's not touch the autosuspend_delay time, what caused some > regression on our previous attempt. > > Also, the latest identified issue on GuC PM has been fixed by commit > 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering > context") > > Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> > --- > drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c > b/drivers/gpu/drm/i915/intel_runtime_pm.c > index 0d85f3c5c526..22dab36afcb6 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm > *rpm) > pm_runtime_use_autosuspend(kdev); > } > > + /* Enable by default */ > + pm_runtime_allow(kdev); > + BAT is failing due to soft lockup on SKL. How about to enable the runtime PM only for discrete platforms till we fixes all issues on Gen9 for hybrid gfx use cases. (when discrete card will used only for rendering) Thanks, Anshuman Gupta. > /* > * The core calls the driver load handler with an RPM reference held. > * We drop that here and will reacquire it during unloading in > -- > 2.25.1 ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default @ 2021-11-19 9:56 ` Gupta, Anshuman 0 siblings, 0 replies; 14+ messages in thread From: Gupta, Anshuman @ 2021-11-19 9:56 UTC (permalink / raw) To: Tangudu, Tilak, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: Ewins, Jon, Syrjala, Ville, Nilawar, Badal, Vivi, Rodrigo > -----Original Message----- > From: Tangudu, Tilak <tilak.tangudu@intel.com> > Sent: Tuesday, November 16, 2021 9:23 PM > To: intel-gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org > Cc: Tangudu, Tilak <tilak.tangudu@intel.com>; Ewins, Jon > <jon.ewins@intel.com>; Vivi, Rodrigo <rodrigo.vivi@intel.com>; Nilawar, Badal > <badal.nilawar@intel.com>; Gupta, Anshuman <anshuman.gupta@intel.com>; > Syrjala, Ville <ville.syrjala@intel.com> > Subject: [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default > > v1: Enable runtime pm autosuspend by default for Gen12 and later versions. > > v2: Enable runtime pm autosuspend by default for all platforms(Syrjala Ville) > > v3: Change commit message(Nikula Jani) > Let's enable runtime pm autosuspend by default everywhere. > So, we can allow D3hot and bigger power savings on idle scenarios. > > But at this time let's not touch the autosuspend_delay time, what caused some > regression on our previous attempt. > > Also, the latest identified issue on GuC PM has been fixed by commit > 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering > context") > > Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> > --- > drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c > b/drivers/gpu/drm/i915/intel_runtime_pm.c > index 0d85f3c5c526..22dab36afcb6 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm > *rpm) > pm_runtime_use_autosuspend(kdev); > } > > + /* Enable by default */ > + pm_runtime_allow(kdev); > + BAT is failing due to soft lockup on SKL. How about to enable the runtime PM only for discrete platforms till we fixes all issues on Gen9 for hybrid gfx use cases. (when discrete card will used only for rendering) Thanks, Anshuman Gupta. > /* > * The core calls the driver load handler with an RPM reference held. > * We drop that here and will reacquire it during unloading in > -- > 2.25.1 ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) 2021-11-16 15:52 ` Tilak Tangudu ` (3 preceding siblings ...) (?) @ 2021-11-19 17:08 ` Patchwork -1 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2021-11-19 17:08 UTC (permalink / raw) To: Tilak Tangudu; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 8600 bytes --] == Series Details == Series: drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) URL : https://patchwork.freedesktop.org/series/96741/ State : success == Summary == CI Bug Log - changes from CI_DRM_10896 -> Patchwork_21622 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html Participating hosts (40 -> 34) ------------------------------ Additional (1): fi-tgl-1115g4 Missing (7): bat-dg1-6 fi-tgl-u2 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Known issues ------------ Here are the changes found in Patchwork_21622 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@query-info: - fi-tgl-1115g4: NOTRUN -> [SKIP][1] ([fdo#109315]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html * igt@amdgpu/amd_cs_nop@nop-gfx0: - fi-tgl-1115g4: NOTRUN -> [SKIP][2] ([fdo#109315] / [i915#2575]) +16 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html * igt@amdgpu/amd_cs_nop@sync-fork-compute0: - fi-snb-2600: NOTRUN -> [SKIP][3] ([fdo#109271]) +17 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html * igt@gem_huc_copy@huc-copy: - fi-tgl-1115g4: NOTRUN -> [SKIP][4] ([i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@verify-random: - fi-tgl-1115g4: NOTRUN -> [SKIP][5] ([i915#4555]) +3 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@gem_lmem_swapping@verify-random.html * igt@i915_pm_backlight@basic-brightness: - fi-tgl-1115g4: NOTRUN -> [SKIP][6] ([i915#1155]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][7] -> [INCOMPLETE][8] ([i915#2940]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-bsw-nick/igt@i915_selftest@live@execlists.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@workarounds: - fi-rkl-guc: [PASS][9] -> [INCOMPLETE][10] ([i915#4433]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@i915_selftest@live@workarounds.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@i915_selftest@live@workarounds.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-tgl-1115g4: NOTRUN -> [SKIP][11] ([fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-1115g4: NOTRUN -> [SKIP][12] ([i915#4103]) +1 similar issue [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-1115g4: NOTRUN -> [SKIP][13] ([fdo#109285]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_psr@primary_mmap_gtt: - fi-tgl-1115g4: NOTRUN -> [SKIP][14] ([i915#1072]) +3 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html * igt@kms_psr@primary_page_flip: - fi-skl-6600u: [PASS][15] -> [FAIL][16] ([i915#4547]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-skl-6600u/igt@kms_psr@primary_page_flip.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@kms_psr@primary_page_flip.html * igt@prime_vgem@basic-userptr: - fi-tgl-1115g4: NOTRUN -> [SKIP][17] ([i915#3301]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-skl-6600u: NOTRUN -> [FAIL][18] ([i915#3363] / [i915#4312]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-skl-6600u/igt@runner@aborted.html - fi-bsw-nick: NOTRUN -> [FAIL][19] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-bsw-nick/igt@runner@aborted.html #### Possible fixes #### * igt@i915_selftest@live@evict: - fi-kbl-soraka: [DMESG-WARN][20] ([i915#4391]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-kbl-soraka/igt@i915_selftest@live@evict.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-kbl-soraka/igt@i915_selftest@live@evict.html * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [INCOMPLETE][22] ([i915#3921]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [DMESG-WARN][24] ([i915#4269]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html #### Warnings #### * igt@runner@aborted: - fi-rkl-guc: [FAIL][26] ([i915#3928] / [i915#4312]) -> [FAIL][27] ([i915#2426] / [i915#3928] / [i915#4312]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/fi-rkl-guc/igt@runner@aborted.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/fi-rkl-guc/igt@runner@aborted.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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [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#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#3363]: https://gitlab.freedesktop.org/drm/intel/issues/3363 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#3928]: https://gitlab.freedesktop.org/drm/intel/issues/3928 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4433]: https://gitlab.freedesktop.org/drm/intel/issues/4433 [i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547 [i915#4555]: https://gitlab.freedesktop.org/drm/intel/issues/4555 Build changes ------------- * Linux: CI_DRM_10896 -> Patchwork_21622 CI-20190529: 20190529 CI_DRM_10896: bf11e5f354ac51635d032893d80a1d0015d277dc @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6283: a2cd90a7c24bb7a4c19ca74c75ed8c950820dee2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21622: 484aebf14e509e06b03907388f3536fbd012bc66 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 484aebf14e50 drm/i915/rpm: Enable runtime pm autosuspend by default == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html [-- Attachment #2: Type: text/html, Size: 10024 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) 2021-11-16 15:52 ` Tilak Tangudu ` (4 preceding siblings ...) (?) @ 2021-11-19 21:22 ` Patchwork -1 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2021-11-19 21:22 UTC (permalink / raw) To: Tilak Tangudu; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 30284 bytes --] == Series Details == Series: drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) URL : https://patchwork.freedesktop.org/series/96741/ State : success == Summary == CI Bug Log - changes from CI_DRM_10896_full -> Patchwork_21622_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (11 -> 11) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_21622_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@display-4x: - shard-tglb: NOTRUN -> [SKIP][1] ([i915#1839]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb3/igt@feature_discovery@display-4x.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglb: NOTRUN -> [SKIP][2] ([fdo#109314]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglb: NOTRUN -> [SKIP][3] ([i915#4525]) +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@pi@bcs0: - shard-skl: [PASS][4] -> [INCOMPLETE][5] ([i915#2369]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-skl8/igt@gem_exec_capture@pi@bcs0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-skl10/igt@gem_exec_capture@pi@bcs0.html * igt@gem_exec_fair@basic-deadline: - shard-glk: [PASS][6] -> [FAIL][7] ([i915#2846]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-glk3/igt@gem_exec_fair@basic-deadline.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-kbl: NOTRUN -> [FAIL][8] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-tglb: NOTRUN -> [FAIL][9] ([i915#2842]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb2/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglb: [PASS][10] -> [FAIL][11] ([i915#2842]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb6/igt@gem_exec_fair@basic-pace@rcs0.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb8/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-kbl: [PASS][12] -> [SKIP][13] ([fdo#109271]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-kbl4/igt@gem_exec_fair@basic-pace@vecs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_params@secure-non-master: - shard-tglb: NOTRUN -> [SKIP][14] ([fdo#112283]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@gem_exec_params@secure-non-master.html * igt@gem_lmem_swapping@basic: - shard-tglb: NOTRUN -> [SKIP][15] ([i915#4555]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@gem_lmem_swapping@basic.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-tglb: NOTRUN -> [SKIP][16] ([i915#4270]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_userptr_blits@input-checking: - shard-kbl: NOTRUN -> [DMESG-WARN][17] ([i915#3002]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@gem_userptr_blits@input-checking.html * igt@i915_pm_dc@dc9-dpms: - shard-tglb: NOTRUN -> [SKIP][18] ([i915#4281]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@i915_pm_dc@dc9-dpms.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-tglb: [PASS][19] -> [INCOMPLETE][20] ([i915#456] / [i915#750]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb3/igt@i915_suspend@fence-restore-tiled2untiled.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb7/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-tglb: NOTRUN -> [SKIP][21] ([fdo#111614]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-32bpp-rotate-0: - shard-glk: [PASS][22] -> [DMESG-WARN][23] ([i915#118]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-0.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk9/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-tglb: NOTRUN -> [SKIP][24] ([fdo#111615]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-kbl: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#3777]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#3886]) +2 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk1/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#3886]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][28] ([fdo#111615] / [i915#3689]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb3/igt@kms_ccs@pipe-b-bad-pixel-format-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][29] ([i915#3689] / [i915#3886]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][30] ([i915#3689]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_chamelium@hdmi-hpd-for-each-pipe: - shard-kbl: NOTRUN -> [SKIP][31] ([fdo#109271] / [fdo#111827]) +9 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl1/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html - shard-iclb: NOTRUN -> [SKIP][32] ([fdo#109284] / [fdo#111827]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb2/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html * igt@kms_color_chamelium@pipe-b-ctm-limited-range: - shard-tglb: NOTRUN -> [SKIP][33] ([fdo#109284] / [fdo#111827]) +3 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb8/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html * igt@kms_color_chamelium@pipe-c-gamma: - shard-glk: NOTRUN -> [SKIP][34] ([fdo#109271] / [fdo#111827]) +3 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk1/igt@kms_color_chamelium@pipe-c-gamma.html * igt@kms_content_protection@dp-mst-type-1: - shard-tglb: NOTRUN -> [SKIP][35] ([i915#3116]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen: - shard-apl: NOTRUN -> [SKIP][36] ([fdo#109271]) +16 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html * igt@kms_cursor_crc@pipe-b-cursor-max-size-random: - shard-glk: NOTRUN -> [SKIP][37] ([fdo#109271]) +39 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-max-size-random.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-tglb: [PASS][38] -> [INCOMPLETE][39] ([i915#2411] / [i915#456]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement: - shard-tglb: NOTRUN -> [SKIP][40] ([i915#3359]) +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html * igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen: - shard-tglb: NOTRUN -> [SKIP][41] ([fdo#109279] / [i915#3359]) +3 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-tglb: NOTRUN -> [SKIP][42] ([i915#4103]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-skl: [PASS][43] -> [FAIL][44] ([i915#2346] / [i915#533]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-skl9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-skl5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_dsc@xrgb8888-dsc-compression: - shard-iclb: NOTRUN -> [SKIP][45] ([i915#3828]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb2/igt@kms_dsc@xrgb8888-dsc-compression.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-apl: [PASS][46] -> [INCOMPLETE][47] ([i915#180] / [i915#1982]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-apl2/igt@kms_fbcon_fbt@fbc-suspend.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-apl2/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1: - shard-apl: [PASS][48] -> [DMESG-WARN][49] ([i915#180]) +4 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-apl2/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html * igt@kms_flip@flip-vs-suspend@b-edp1: - shard-tglb: NOTRUN -> [DMESG-WARN][50] ([i915#2411] / [i915#2867]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb3/igt@kms_flip@flip-vs-suspend@b-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile: - shard-glk: [PASS][51] -> [FAIL][52] ([i915#1888]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-glk6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt: - shard-iclb: [PASS][53] -> [FAIL][54] ([i915#2546]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen: - shard-glk: [PASS][55] -> [FAIL][56] ([i915#1888] / [i915#2546]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite: - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109280]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-tglb: NOTRUN -> [SKIP][58] ([fdo#111825]) +14 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-kbl: NOTRUN -> [SKIP][59] ([fdo#109271]) +124 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence: - shard-kbl: NOTRUN -> [SKIP][60] ([fdo#109271] / [i915#533]) +3 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl2/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html - shard-apl: NOTRUN -> [SKIP][61] ([fdo#109271] / [i915#533]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-apl7/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-kbl: [PASS][62] -> [DMESG-WARN][63] ([i915#180]) +4 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-kbl6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min: - shard-skl: [PASS][64] -> [FAIL][65] ([fdo#108145] / [i915#265]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-skl7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-skl1/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html * igt@kms_plane_alpha_blend@pipe-c-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][66] ([fdo#108145] / [i915#265]) +2 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4: - shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#658]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html * igt@kms_psr2_sf@plane-move-sf-dmg-area-0: - shard-tglb: NOTRUN -> [SKIP][68] ([i915#2920]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb2/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html - shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#658]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-apl7/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html - shard-kbl: NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#658]) +2 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl2/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html * igt@kms_psr2_su@frontbuffer: - shard-tglb: NOTRUN -> [SKIP][71] ([i915#1911]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb3/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_no_drrs: - shard-iclb: [PASS][72] -> [SKIP][73] ([fdo#109441]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb2/igt@kms_psr@psr2_no_drrs.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb3/igt@kms_psr@psr2_no_drrs.html * igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame: - shard-tglb: NOTRUN -> [SKIP][74] ([i915#2530]) +1 similar issue [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame.html * igt@nouveau_crc@pipe-a-source-outp-inactive: - shard-iclb: NOTRUN -> [SKIP][75] ([i915#2530]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb2/igt@nouveau_crc@pipe-a-source-outp-inactive.html * igt@perf@non-zero-reason: - shard-iclb: [PASS][76] -> [FAIL][77] ([i915#3089]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb7/igt@perf@non-zero-reason.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb7/igt@perf@non-zero-reason.html * igt@perf@per-context-mode-unprivileged: - shard-tglb: NOTRUN -> [SKIP][78] ([fdo#109289]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb6/igt@perf@per-context-mode-unprivileged.html * igt@perf@polling-small-buf: - shard-skl: [PASS][79] -> [FAIL][80] ([i915#1722]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-skl10/igt@perf@polling-small-buf.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-skl5/igt@perf@polling-small-buf.html * igt@prime_nv_test@i915_blt_fill_nv_read: - shard-tglb: NOTRUN -> [SKIP][81] ([fdo#109291]) +2 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb2/igt@prime_nv_test@i915_blt_fill_nv_read.html * igt@sysfs_clients@recycle-many: - shard-kbl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#2994]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl6/igt@sysfs_clients@recycle-many.html #### Possible fixes #### * igt@fbdev@read: - {shard-rkl}: [SKIP][83] ([i915#2582]) -> [PASS][84] [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@fbdev@read.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@fbdev@read.html * igt@gem_eio@in-flight-contexts-10ms: - shard-tglb: [TIMEOUT][85] ([i915#3063]) -> [PASS][86] [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_eio@unwedge-stress: - {shard-rkl}: ([TIMEOUT][87], [TIMEOUT][88]) ([i915#3063]) -> [PASS][89] [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@gem_eio@unwedge-stress.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@gem_eio@unwedge-stress.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-glk: [FAIL][90] ([i915#2842]) -> [PASS][91] [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-glk9/igt@gem_exec_fair@basic-none-vip@rcs0.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-glk5/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-kbl: [FAIL][92] ([i915#2842]) -> [PASS][93] [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs0.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: [FAIL][94] ([i915#2842]) -> [PASS][95] +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb4/igt@gem_exec_fair@basic-pace@vcs1.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html - shard-kbl: [SKIP][96] ([fdo#109271]) -> [PASS][97] [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][98] ([i915#2849]) -> [PASS][99] [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_huc_copy@huc-copy: - shard-tglb: [SKIP][100] ([i915#2190]) -> [PASS][101] [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb7/igt@gem_huc_copy@huc-copy.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb8/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_backlight@fade_with_dpms: - {shard-rkl}: ([SKIP][102], [SKIP][103]) ([i915#3012]) -> [PASS][104] [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@i915_pm_backlight@fade_with_dpms.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@i915_pm_backlight@fade_with_dpms.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@i915_pm_backlight@fade_with_dpms.html * igt@i915_pm_dc@dc5-psr: - {shard-rkl}: [SKIP][105] ([i915#658]) -> [PASS][106] [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@i915_pm_dc@dc5-psr.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [FAIL][107] ([i915#454]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb3/igt@i915_pm_dc@dc6-psr.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb8/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - {shard-rkl}: [SKIP][109] ([i915#1397]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_suspend@forcewake: - shard-apl: [DMESG-WARN][111] ([i915#180]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-apl6/igt@i915_suspend@forcewake.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-apl7/igt@i915_suspend@forcewake.html - shard-tglb: [INCOMPLETE][113] ([i915#456]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb7/igt@i915_suspend@forcewake.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb2/igt@i915_suspend@forcewake.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - {shard-rkl}: [SKIP][115] ([i915#1845]) -> [PASS][116] +19 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_color@pipe-a-ctm-0-5: - {shard-rkl}: [SKIP][117] ([i915#1149] / [i915#1849] / [i915#4070]) -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@kms_color@pipe-a-ctm-0-5.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_color@pipe-a-ctm-0-5.html * igt@kms_color@pipe-a-legacy-gamma-reset: - {shard-rkl}: [SKIP][119] ([i915#1849] / [i915#4070]) -> [PASS][120] +1 similar issue [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@kms_color@pipe-a-legacy-gamma-reset.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_color@pipe-a-legacy-gamma-reset.html * igt@kms_color@pipe-b-ctm-red-to-blue: - shard-skl: [DMESG-WARN][121] ([i915#1982]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-skl4/igt@kms_color@pipe-b-ctm-red-to-blue.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-skl9/igt@kms_color@pipe-b-ctm-red-to-blue.html * igt@kms_concurrent@pipe-a: - {shard-rkl}: [SKIP][123] ([i915#1845] / [i915#4070]) -> [PASS][124] +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@kms_concurrent@pipe-a.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_concurrent@pipe-a.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-tglb: [INCOMPLETE][125] ([i915#2828] / [i915#456]) -> [PASS][126] [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-128x42-random: - {shard-rkl}: [SKIP][127] ([fdo#112022] / [i915#4070]) -> [PASS][128] +4 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@kms_cursor_crc@pipe-b-cursor-128x42-random.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_cursor_crc@pipe-b-cursor-128x42-random.html * igt@kms_cursor_crc@pipe-b-cursor-256x85-random: - {shard-rkl}: ([SKIP][129], [SKIP][130]) ([fdo#112022] / [i915#4070]) -> [PASS][131] +4 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-2/igt@kms_cursor_crc@pipe-b-cursor-256x85-random.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@kms_cursor_crc@pipe-b-cursor-256x85-random.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_cursor_crc@pipe-b-cursor-256x85-random.html * igt@kms_cursor_crc@pipe-d-cursor-suspend: - shard-tglb: [INCOMPLETE][132] ([i915#2411] / [i915#4211]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-suspend.html * igt@kms_cursor_edge_walk@pipe-a-64x64-right-edge: - {shard-rkl}: ([SKIP][134], [SKIP][135]) ([i915#1849] / [i915#4070] / [i915#4098]) -> [PASS][136] +1 similar issue [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@kms_cursor_edge_walk@pipe-a-64x64-right-edge.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@kms_cursor_edge_walk@pipe-a-64x64-right-edge.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_cursor_edge_walk@pipe-a-64x64-right-edge.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - {shard-rkl}: ([SKIP][137], [SKIP][138]) ([fdo#111825] / [i915#4070]) -> [PASS][139] +2 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - {shard-rkl}: [SKIP][140] ([fdo#111825]) -> [PASS][141] [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-rkl-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html - shard-skl: [FAIL][142] ([i915#2346]) -> [PASS][143] [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-skl8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-skl8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-iclb: [FAIL][144] ([i915#2346]) -> [PASS][145] [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/shard-iclb1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled: - {shard-rkl}: ([SKIP][146], [SKIP][147]) ([fdo#111314] / [i915#4098]) -> [PASS][148] +1 similar issue [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10896/shard-rkl-4/igt@kms == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21622/index.html [-- Attachment #2: Type: text/html, Size: 33362 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default 2021-11-16 15:52 ` Tilak Tangudu @ 2021-11-22 13:48 ` Anshuman Gupta -1 siblings, 0 replies; 14+ messages in thread From: Anshuman Gupta @ 2021-11-22 13:48 UTC (permalink / raw) To: Tilak Tangudu; +Cc: ville.syrjala, intel-gfx, dri-devel On 2021-11-16 at 21:22:38 +0530, Tilak Tangudu wrote: > v1: Enable runtime pm autosuspend by default for Gen12 > and later versions. > > v2: Enable runtime pm autosuspend by default for all > platforms(Syrjala Ville) > > v3: Change commit message(Nikula Jani) It would require to reorder the commit log, version log need to move after commit message. Thanks, Anshuman. > Let's enable runtime pm autosuspend by default everywhere. > So, we can allow D3hot and bigger power savings on idle scenarios. > > But at this time let's not touch the autosuspend_delay time, > what caused some regression on our previous attempt. > > Also, the latest identified issue on GuC PM has been fixed by > commit 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering > context") > > Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> > --- > drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c > index 0d85f3c5c526..22dab36afcb6 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm *rpm) > pm_runtime_use_autosuspend(kdev); > } > > + /* Enable by default */ > + pm_runtime_allow(kdev); > + > /* > * The core calls the driver load handler with an RPM reference held. > * We drop that here and will reacquire it during unloading in > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default @ 2021-11-22 13:48 ` Anshuman Gupta 0 siblings, 0 replies; 14+ messages in thread From: Anshuman Gupta @ 2021-11-22 13:48 UTC (permalink / raw) To: Tilak Tangudu Cc: ville.syrjala, intel-gfx, dri-devel, jon.ewins, badal.nilawar, rodrigo.vivi On 2021-11-16 at 21:22:38 +0530, Tilak Tangudu wrote: > v1: Enable runtime pm autosuspend by default for Gen12 > and later versions. > > v2: Enable runtime pm autosuspend by default for all > platforms(Syrjala Ville) > > v3: Change commit message(Nikula Jani) It would require to reorder the commit log, version log need to move after commit message. Thanks, Anshuman. > Let's enable runtime pm autosuspend by default everywhere. > So, we can allow D3hot and bigger power savings on idle scenarios. > > But at this time let's not touch the autosuspend_delay time, > what caused some regression on our previous attempt. > > Also, the latest identified issue on GuC PM has been fixed by > commit 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering > context") > > Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> > --- > drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c > index 0d85f3c5c526..22dab36afcb6 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm *rpm) > pm_runtime_use_autosuspend(kdev); > } > > + /* Enable by default */ > + pm_runtime_allow(kdev); > + > /* > * The core calls the driver load handler with an RPM reference held. > * We drop that here and will reacquire it during unloading in > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default 2021-11-22 13:48 ` Anshuman Gupta @ 2021-11-22 14:08 ` Rodrigo Vivi -1 siblings, 0 replies; 14+ messages in thread From: Rodrigo Vivi @ 2021-11-22 14:08 UTC (permalink / raw) To: Anshuman Gupta; +Cc: ville.syrjala, intel-gfx, dri-devel On Mon, Nov 22, 2021 at 07:18:17PM +0530, Anshuman Gupta wrote: > On 2021-11-16 at 21:22:38 +0530, Tilak Tangudu wrote: > > v1: Enable runtime pm autosuspend by default for Gen12 > > and later versions. > > > > v2: Enable runtime pm autosuspend by default for all > > platforms(Syrjala Ville) > > > > v3: Change commit message(Nikula Jani) > It would require to reorder the commit log, version log > need to move after commit message. Well noticed. I changed while pushing. So, for the record: Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> > Thanks, > Anshuman. > > Let's enable runtime pm autosuspend by default everywhere. > > So, we can allow D3hot and bigger power savings on idle scenarios. > > > > But at this time let's not touch the autosuspend_delay time, > > what caused some regression on our previous attempt. > > > > Also, the latest identified issue on GuC PM has been fixed by > > commit 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering > > context") > > > > Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> > > --- > > drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c > > index 0d85f3c5c526..22dab36afcb6 100644 > > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > > @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm *rpm) > > pm_runtime_use_autosuspend(kdev); > > } > > > > + /* Enable by default */ > > + pm_runtime_allow(kdev); > > + > > /* > > * The core calls the driver load handler with an RPM reference held. > > * We drop that here and will reacquire it during unloading in > > -- > > 2.25.1 > > ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default @ 2021-11-22 14:08 ` Rodrigo Vivi 0 siblings, 0 replies; 14+ messages in thread From: Rodrigo Vivi @ 2021-11-22 14:08 UTC (permalink / raw) To: Anshuman Gupta Cc: Tilak Tangudu, ville.syrjala, intel-gfx, dri-devel, jon.ewins, badal.nilawar On Mon, Nov 22, 2021 at 07:18:17PM +0530, Anshuman Gupta wrote: > On 2021-11-16 at 21:22:38 +0530, Tilak Tangudu wrote: > > v1: Enable runtime pm autosuspend by default for Gen12 > > and later versions. > > > > v2: Enable runtime pm autosuspend by default for all > > platforms(Syrjala Ville) > > > > v3: Change commit message(Nikula Jani) > It would require to reorder the commit log, version log > need to move after commit message. Well noticed. I changed while pushing. So, for the record: Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> > Thanks, > Anshuman. > > Let's enable runtime pm autosuspend by default everywhere. > > So, we can allow D3hot and bigger power savings on idle scenarios. > > > > But at this time let's not touch the autosuspend_delay time, > > what caused some regression on our previous attempt. > > > > Also, the latest identified issue on GuC PM has been fixed by > > commit 1a52faed3131 ("drm/i915/guc: Take GT PM ref when deregistering > > context") > > > > Signed-off-by: Tilak Tangudu <tilak.tangudu@intel.com> > > --- > > drivers/gpu/drm/i915/intel_runtime_pm.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c > > index 0d85f3c5c526..22dab36afcb6 100644 > > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > > @@ -590,6 +590,9 @@ void intel_runtime_pm_enable(struct intel_runtime_pm *rpm) > > pm_runtime_use_autosuspend(kdev); > > } > > > > + /* Enable by default */ > > + pm_runtime_allow(kdev); > > + > > /* > > * The core calls the driver load handler with an RPM reference held. > > * We drop that here and will reacquire it during unloading in > > -- > > 2.25.1 > > ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-11-22 14:08 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-16 15:52 [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default Tilak Tangudu 2021-11-16 15:52 ` Tilak Tangudu 2021-11-17 0:38 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev3) Patchwork 2021-11-17 22:59 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) Patchwork 2021-11-19 10:39 ` Gupta, Anshuman 2021-11-19 17:24 ` Vudum, Lakshminarayana 2021-11-19 9:56 ` [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default Gupta, Anshuman 2021-11-19 9:56 ` Gupta, Anshuman 2021-11-19 17:08 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4) Patchwork 2021-11-19 21:22 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2021-11-22 13:48 ` [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default Anshuman Gupta 2021-11-22 13:48 ` Anshuman Gupta 2021-11-22 14:08 ` [Intel-gfx] " Rodrigo Vivi 2021-11-22 14:08 ` Rodrigo Vivi
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.