* [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067
@ 2022-06-30 8:35 Lionel Landwerlin
2022-06-30 9:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Lionel Landwerlin @ 2022-06-30 8:35 UTC (permalink / raw)
To: intel-gfx
The recommended number of stackIDs for Ray Tracing subsystem is 512
rather than 2048 (default HW programming).
v2: Move the programming to dg2_ctx_gt_tuning_init() (Lucas)
v3: Move programming to general_render_compute_wa_init() (Matt)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
drivers/gpu/drm/i915/gt/intel_gt_regs.h | 4 ++++
drivers/gpu/drm/i915/gt/intel_workarounds.c | 9 +++++++++
2 files changed, 13 insertions(+)
diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gpu/drm/i915/gt/intel_gt_regs.h
index 07ef111947b8c..12fc87b957425 100644
--- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h
+++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h
@@ -1112,6 +1112,10 @@
#define GEN12_PUSH_CONST_DEREF_HOLD_DIS REG_BIT(8)
#define RT_CTRL _MMIO(0xe530)
+#define RT_CTRL_NUMBER_OF_STACKIDS_MASK REG_GENMASK(6, 5)
+#define NUMBER_OF_STACKIDS_512 2
+#define NUMBER_OF_STACKIDS_1024 1
+#define NUMBER_OF_STACKIDS_2048 0
#define DIS_NULL_QUERY REG_BIT(10)
#define EU_PERF_CNTL1 _MMIO(0xe558)
diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
index 3213c593a55f4..ea674e456cd76 100644
--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
@@ -2737,6 +2737,15 @@ general_render_compute_wa_init(struct intel_engine_cs *engine, struct i915_wa_li
wa_write_or(wal, VDBX_MOD_CTRL, FORCE_MISS_FTLB);
wa_write_or(wal, VEBX_MOD_CTRL, FORCE_MISS_FTLB);
}
+
+ if (IS_DG2(i915)) {
+ /* Performance tuning for Ray-tracing */
+ wa_write_clr_set(wal,
+ RT_CTRL,
+ RT_CTRL_NUMBER_OF_STACKIDS_MASK,
+ REG_FIELD_PREP(RT_CTRL_NUMBER_OF_STACKIDS_MASK,
+ NUMBER_OF_STACKIDS_512));
+ }
}
static void
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add performance workaround 18019455067 (rev3) 2022-06-30 8:35 [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin @ 2022-06-30 9:32 ` Patchwork 2022-06-30 15:05 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lucas De Marchi ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2022-06-30 9:32 UTC (permalink / raw) To: Lionel Landwerlin; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 6149 bytes --] == Series Details == Series: drm/i915/dg2: Add performance workaround 18019455067 (rev3) URL : https://patchwork.freedesktop.org/series/105512/ State : success == Summary == CI Bug Log - changes from CI_DRM_11829 -> Patchwork_105512v3 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/index.html Participating hosts (43 -> 34) ------------------------------ Additional (1): fi-icl-u2 Missing (10): fi-rkl-11600 bat-dg1-6 bat-dg1-5 bat-dg2-8 bat-dg2-9 bat-adlp-6 bat-adlp-4 bat-adln-1 fi-cfl-8109u bat-jsl-1 Known issues ------------ Here are the changes found in Patchwork_105512v3 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_parallel@engines@fds: - fi-bsw-kefka: [PASS][1] -> [INCOMPLETE][2] ([i915#6310]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/fi-bsw-kefka/igt@gem_exec_parallel@engines@fds.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-bsw-kefka/igt@gem_exec_parallel@engines@fds.html * igt@gem_huc_copy@huc-copy: - fi-icl-u2: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@random-engines: - fi-icl-u2: NOTRUN -> [SKIP][4] ([i915#4613]) +3 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@gem_lmem_swapping@random-engines.html * igt@i915_selftest@live@requests: - fi-pnv-d510: [PASS][5] -> [DMESG-FAIL][6] ([i915#4528]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/fi-pnv-d510/igt@i915_selftest@live@requests.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-pnv-d510/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s3-without-i915: - fi-icl-u2: NOTRUN -> [SKIP][7] ([i915#5903]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: NOTRUN -> [SKIP][8] ([fdo#111827]) +8 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor: - fi-icl-u2: NOTRUN -> [SKIP][9] ([i915#4103]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor.html * igt@kms_flip@basic-flip-vs-modeset@a-edp1: - fi-tgl-u2: [PASS][10] -> [DMESG-WARN][11] ([i915#402]) +3 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/fi-tgl-u2/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-tgl-u2/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html * igt@kms_force_connector_basic@force-connector-state: - fi-icl-u2: NOTRUN -> [WARN][12] ([i915#6008]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_force_connector_basic@force-load-detect: - fi-icl-u2: NOTRUN -> [SKIP][13] ([fdo#109285]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_setmode@basic-clone-single-crtc: - fi-icl-u2: NOTRUN -> [SKIP][14] ([i915#3555]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-userptr: - fi-tgl-u2: NOTRUN -> [SKIP][15] ([fdo#109295] / [i915#3301]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-tgl-u2/igt@prime_vgem@basic-userptr.html - fi-icl-u2: NOTRUN -> [SKIP][16] ([fdo#109295] / [i915#3301]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-icl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-bsw-kefka: NOTRUN -> [FAIL][17] ([i915#4312]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/fi-bsw-kefka/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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5903]: https://gitlab.freedesktop.org/drm/intel/issues/5903 [i915#5905]: https://gitlab.freedesktop.org/drm/intel/issues/5905 [i915#6008]: https://gitlab.freedesktop.org/drm/intel/issues/6008 [i915#6310]: https://gitlab.freedesktop.org/drm/intel/issues/6310 Build changes ------------- * Linux: CI_DRM_11829 -> Patchwork_105512v3 CI-20190529: 20190529 CI_DRM_11829: 3f759327f5d96d593c2f5b067228ee5938719d2d @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6552: 9ed947c9610bf3b271b5f4d329db54922740c0ab @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_105512v3: 3f759327f5d96d593c2f5b067228ee5938719d2d @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits 3d4a950651cc drm/i915/dg2: Add performance workaround 18019455067 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/index.html [-- Attachment #2: Type: text/html, Size: 7172 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 2022-06-30 8:35 [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin 2022-06-30 9:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork @ 2022-06-30 15:05 ` Lucas De Marchi 2022-06-30 20:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork 2022-07-11 11:30 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin 3 siblings, 0 replies; 7+ messages in thread From: Lucas De Marchi @ 2022-06-30 15:05 UTC (permalink / raw) To: Lionel Landwerlin; +Cc: intel-gfx "Add performance tuning for RT_CTRL" would be more accurate as this is handled as a workaround in the spec. On Thu, Jun 30, 2022 at 11:35:08AM +0300, Lionel Landwerlin wrote: >The recommended number of stackIDs for Ray Tracing subsystem is 512 >rather than 2048 (default HW programming). > >v2: Move the programming to dg2_ctx_gt_tuning_init() (Lucas) sorry to nitpick, but as said in my reply to v2, this is not accurate. I make a lot of mistakes on this kind of things, but this time I even checked if it was in the context state. > >v3: Move programming to general_render_compute_wa_init() (Matt) and also disagreed with this. We need an equivalent tuning function for registers not context saved/restored. The tuning values are all in a single place in the spec and having them in their own functions in the driver make it much easier to check than having to search for it in the middle of workarounds. This just happens to be the first and we don't need another commit later to move things around if we can make it right from the beginning. Lucas De Marchi > >Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> >--- > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 4 ++++ > drivers/gpu/drm/i915/gt/intel_workarounds.c | 9 +++++++++ > 2 files changed, 13 insertions(+) > >diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gpu/drm/i915/gt/intel_gt_regs.h >index 07ef111947b8c..12fc87b957425 100644 >--- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h >+++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h >@@ -1112,6 +1112,10 @@ > #define GEN12_PUSH_CONST_DEREF_HOLD_DIS REG_BIT(8) > > #define RT_CTRL _MMIO(0xe530) >+#define RT_CTRL_NUMBER_OF_STACKIDS_MASK REG_GENMASK(6, 5) >+#define NUMBER_OF_STACKIDS_512 2 >+#define NUMBER_OF_STACKIDS_1024 1 >+#define NUMBER_OF_STACKIDS_2048 0 > #define DIS_NULL_QUERY REG_BIT(10) > > #define EU_PERF_CNTL1 _MMIO(0xe558) >diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c >index 3213c593a55f4..ea674e456cd76 100644 >--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c >+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c >@@ -2737,6 +2737,15 @@ general_render_compute_wa_init(struct intel_engine_cs *engine, struct i915_wa_li > wa_write_or(wal, VDBX_MOD_CTRL, FORCE_MISS_FTLB); > wa_write_or(wal, VEBX_MOD_CTRL, FORCE_MISS_FTLB); > } >+ >+ if (IS_DG2(i915)) { >+ /* Performance tuning for Ray-tracing */ >+ wa_write_clr_set(wal, >+ RT_CTRL, >+ RT_CTRL_NUMBER_OF_STACKIDS_MASK, >+ REG_FIELD_PREP(RT_CTRL_NUMBER_OF_STACKIDS_MASK, >+ NUMBER_OF_STACKIDS_512)); >+ } > } > > static void >-- >2.34.1 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg2: Add performance workaround 18019455067 (rev3) 2022-06-30 8:35 [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin 2022-06-30 9:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork 2022-06-30 15:05 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lucas De Marchi @ 2022-06-30 20:41 ` Patchwork 2022-07-11 11:30 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2022-06-30 20:41 UTC (permalink / raw) To: Lionel Landwerlin; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 54842 bytes --] == Series Details == Series: drm/i915/dg2: Add performance workaround 18019455067 (rev3) URL : https://patchwork.freedesktop.org/series/105512/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11829_full -> Patchwork_105512v3_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_105512v3_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_105512v3_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 13) ------------------------------ Additional (4): pig-skl-6260u shard-rkl shard-dg1 shard-tglu Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_105512v3_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_legacy@flip-vs-cursor@varying-size: - shard-iclb: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb8/igt@kms_cursor_legacy@flip-vs-cursor@varying-size.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor@varying-size.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_plane_lowres@tiling-none: - {shard-rkl}: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-rkl-5/igt@kms_plane_lowres@tiling-none.html ### Piglit changes ### #### Possible regressions #### * spec@ext_framebuffer_multisample@upsample 2 color linear: - pig-glk-j5005: NOTRUN -> [INCOMPLETE][4] [4]: None Known issues ------------ Here are the changes found in Patchwork_105512v3_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ccs@block-copy-compressed: - shard-iclb: NOTRUN -> [SKIP][5] ([i915#5327]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@gem_ccs@block-copy-compressed.html * igt@gem_create@create-massive: - shard-skl: NOTRUN -> [DMESG-WARN][6] ([i915#4991]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@gem_create@create-massive.html * igt@gem_ctx_persistence@hang: - shard-skl: NOTRUN -> [SKIP][7] ([fdo#109271]) +479 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@gem_ctx_persistence@hang.html * igt@gem_eio@unwedge-stress: - shard-snb: NOTRUN -> [FAIL][8] ([i915#3354]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-snb2/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-iclb: [PASS][9] -> [SKIP][10] ([i915#4525]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb4/igt@gem_exec_balancer@parallel-keep-submit-fence.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb6/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_fair@basic-deadline: - shard-skl: NOTRUN -> [FAIL][11] ([i915#6141]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl9/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][12] -> [FAIL][13] ([i915#2842]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-kbl: NOTRUN -> [FAIL][14] ([i915#2842]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [PASS][15] -> [FAIL][16] ([i915#2842]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-glk2/igt@gem_exec_fair@basic-pace@rcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-glk7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-kbl: [PASS][17] -> [FAIL][18] ([i915#2842]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@gem_exec_fair@basic-pace@vcs1.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [PASS][19] -> [FAIL][20] ([i915#2849]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb1/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_schedule@preempt-contexts@vcs0: - shard-glk: [PASS][21] -> [INCOMPLETE][22] ([i915#6310]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-glk3/igt@gem_exec_schedule@preempt-contexts@vcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-glk2/igt@gem_exec_schedule@preempt-contexts@vcs0.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-skl: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#4613]) +7 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl10/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-kbl: NOTRUN -> [SKIP][24] ([fdo#109271] / [i915#4613]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl6/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_pwrite@basic-exhaustion: - shard-skl: NOTRUN -> [WARN][25] ([i915#2658]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@gem_pwrite@basic-exhaustion.html * igt@gem_userptr_blits@coherency-sync: - shard-tglb: NOTRUN -> [SKIP][26] ([fdo#110542]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-skl: NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#3323]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@vma-merge: - shard-skl: NOTRUN -> [FAIL][28] ([i915#3318]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl3/igt@gem_userptr_blits@vma-merge.html * igt@gen7_exec_parse@basic-offset: - shard-iclb: NOTRUN -> [SKIP][29] ([fdo#109289]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@gen7_exec_parse@basic-offset.html * igt@gen9_exec_parse@shadow-peek: - shard-iclb: NOTRUN -> [SKIP][30] ([i915#2856]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@gen9_exec_parse@shadow-peek.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [PASS][31] -> [FAIL][32] ([i915#454]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb5/igt@i915_pm_dc@dc6-dpms.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html - shard-skl: NOTRUN -> [FAIL][33] ([i915#454]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-skl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#1888]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl9/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_pm_sseu@full-enable: - shard-tglb: NOTRUN -> [SKIP][35] ([i915#4387]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@i915_pm_sseu@full-enable.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-skl: NOTRUN -> [INCOMPLETE][36] ([i915#4817] / [i915#4939]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl9/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@i915_suspend@fence-restore-untiled: - shard-kbl: [PASS][37] -> [DMESG-WARN][38] ([i915#180]) +4 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl1/igt@i915_suspend@fence-restore-untiled.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@i915_suspend@fence-restore-untiled.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180: - shard-iclb: NOTRUN -> [SKIP][39] ([i915#5286]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-iclb: NOTRUN -> [SKIP][40] ([fdo#110725] / [fdo#111614]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-skl: NOTRUN -> [FAIL][41] ([i915#3743]) +3 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-skl: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3886]) +21 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][43] ([fdo#111615] / [i915#3689]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3886]) +5 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][45] ([i915#3689]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3886]) +1 similar issue [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl1/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs_cc: - shard-tglb: NOTRUN -> [SKIP][47] ([i915#3689] / [i915#6095]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][48] ([fdo#109278] / [i915#3886]) +2 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs: - shard-iclb: NOTRUN -> [SKIP][49] ([fdo#109278]) +3 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs.html * igt@kms_chamelium@dp-hpd-after-suspend: - shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271] / [fdo#111827]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl1/igt@kms_chamelium@dp-hpd-after-suspend.html * igt@kms_chamelium@hdmi-aspect-ratio: - shard-iclb: NOTRUN -> [SKIP][51] ([fdo#109284] / [fdo#111827]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_chamelium@hdmi-aspect-ratio.html * igt@kms_color@pipe-d-degamma: - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109278] / [i915#1149]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_color@pipe-d-degamma.html * igt@kms_color_chamelium@pipe-c-ctm-red-to-blue: - shard-snb: NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-snb2/igt@kms_color_chamelium@pipe-c-ctm-red-to-blue.html * igt@kms_color_chamelium@pipe-d-ctm-green-to-red: - shard-skl: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +26 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl9/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html * igt@kms_color_chamelium@pipe-d-ctm-max: - shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_color_chamelium@pipe-d-ctm-max.html * igt@kms_color_chamelium@pipe-d-ctm-negative: - shard-kbl: NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +8 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@kms_color_chamelium@pipe-d-ctm-negative.html * igt@kms_color_chamelium@pipe-d-degamma: - shard-tglb: NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_color_chamelium@pipe-d-degamma.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-iclb: NOTRUN -> [SKIP][58] ([fdo#109274]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions: - shard-iclb: [PASS][59] -> [FAIL][60] ([i915#2346]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-skl: NOTRUN -> [FAIL][61] ([i915#2346]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl10/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-rgb565-render-4tiled: - shard-tglb: NOTRUN -> [SKIP][62] ([i915#5287]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_draw_crc@draw-method-rgb565-render-4tiled.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible: - shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109274] / [fdo#111825]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-apl: [PASS][64] -> [DMESG-WARN][65] ([i915#180]) +2 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-apl7/igt@kms_flip@flip-vs-suspend@c-dp1.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl8/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_flip@plain-flip-fb-recreate@a-edp1: - shard-skl: NOTRUN -> [FAIL][66] ([i915#2122]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl7/igt@kms_flip@plain-flip-fb-recreate@a-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-skl: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#3701]) +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-iclb: [PASS][68] -> [SKIP][69] ([i915#3701]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render: - shard-kbl: NOTRUN -> [SKIP][70] ([fdo#109271]) +124 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-snb: NOTRUN -> [SKIP][71] ([fdo#109271]) +24 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt: - shard-tglb: NOTRUN -> [SKIP][72] ([fdo#109280] / [fdo#111825]) +3 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt: - shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109280]) +5 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-apl: NOTRUN -> [SKIP][74] ([fdo#109271]) +38 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_hdr@bpc-switch: - shard-iclb: NOTRUN -> [SKIP][75] ([i915#3555]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_hdr@bpc-switch.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-snb: [PASS][76] -> [SKIP][77] ([fdo#109271]) +1 similar issue [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-snb6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-snb7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][78] ([i915#265]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: - shard-skl: NOTRUN -> [FAIL][79] ([fdo#108145] / [i915#265]) +2 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl6/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][80] ([i915#265]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl6/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html - shard-skl: NOTRUN -> [FAIL][81] ([i915#265]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html * igt@kms_plane_lowres@tiling-yf@pipe-a-edp-1: - shard-iclb: NOTRUN -> [SKIP][82] ([i915#3536]) +2 similar issues [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_plane_lowres@tiling-yf@pipe-a-edp-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-c-edp-1: - shard-iclb: NOTRUN -> [SKIP][83] ([i915#5176]) +2 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-c-edp-1.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-kbl: NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#658]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-skl: NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#658]) +5 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl6/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-iclb: NOTRUN -> [SKIP][86] ([fdo#111068] / [i915#658]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-tglb: NOTRUN -> [SKIP][87] ([i915#1911]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-iclb: [PASS][88] -> [SKIP][89] ([fdo#109441]) +3 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_rotation_crc@primary-rotation-90: - shard-glk: [PASS][90] -> [DMESG-WARN][91] ([i915#6310]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-glk9/igt@kms_rotation_crc@primary-rotation-90.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-glk7/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_sysfs_edid_timing: - shard-skl: NOTRUN -> [FAIL][92] ([IGT#2]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl10/igt@kms_sysfs_edid_timing.html * igt@kms_writeback@writeback-check-output: - shard-skl: NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#2437]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@kms_writeback@writeback-check-output.html * igt@nouveau_crc@pipe-b-source-outp-inactive: - shard-iclb: NOTRUN -> [SKIP][94] ([i915#2530]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@nouveau_crc@pipe-b-source-outp-inactive.html * igt@perf@polling-parameterized: - shard-skl: NOTRUN -> [FAIL][95] ([i915#5639]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl10/igt@perf@polling-parameterized.html * igt@perf@polling-small-buf: - shard-skl: [PASS][96] -> [FAIL][97] ([i915#1722]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-skl9/igt@perf@polling-small-buf.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl10/igt@perf@polling-small-buf.html * igt@perf_pmu@rc6-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][98] ([i915#180]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@perf_pmu@rc6-suspend.html * igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name: - shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109291]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name.html * igt@sw_sync@sync_merge_same: - shard-skl: NOTRUN -> [FAIL][100] ([i915#6140]) +1 similar issue [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl4/igt@sw_sync@sync_merge_same.html * igt@syncobj_basic@bad-pad-fd-to-handle: - shard-skl: [PASS][101] -> [DMESG-WARN][102] ([i915#1982]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-skl7/igt@syncobj_basic@bad-pad-fd-to-handle.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl4/igt@syncobj_basic@bad-pad-fd-to-handle.html * igt@sysfs_clients@busy: - shard-tglb: NOTRUN -> [SKIP][103] ([i915#2994]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@sysfs_clients@busy.html * igt@sysfs_clients@create: - shard-iclb: NOTRUN -> [SKIP][104] ([i915#2994]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@sysfs_clients@create.html * igt@sysfs_clients@fair-3: - shard-skl: NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#2994]) +6 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl10/igt@sysfs_clients@fair-3.html #### Possible fixes #### * igt@gem_ctx_persistence@smoketest: - shard-skl: [INCOMPLETE][106] ([i915#6310]) -> [PASS][107] [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-skl3/igt@gem_ctx_persistence@smoketest.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl6/igt@gem_ctx_persistence@smoketest.html * igt@gem_exec_balancer@parallel-contexts: - shard-iclb: [SKIP][108] ([i915#4525]) -> [PASS][109] +1 similar issue [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb5/igt@gem_exec_balancer@parallel-contexts.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb4/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][110] ([i915#2842]) -> [PASS][111] [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-kbl: [FAIL][112] ([i915#2842]) -> [PASS][113] [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@gem_exec_fair@basic-pace@vecs0.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@gem_exec_fair@basic-pace@vecs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [INCOMPLETE][114] -> [PASS][115] [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rpm@fences-dpms: - shard-iclb: [INCOMPLETE][116] ([i915#2910]) -> [PASS][117] [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb7/igt@i915_pm_rpm@fences-dpms.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb8/igt@i915_pm_rpm@fences-dpms.html * igt@i915_selftest@live@hangcheck: - shard-tglb: [DMESG-WARN][118] ([i915#5591]) -> [PASS][119] [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-tglb5/igt@i915_selftest@live@hangcheck.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@i915_selftest@live@hangcheck.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1: - shard-apl: [DMESG-WARN][120] ([i915#180]) -> [PASS][121] [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-apl4/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl1/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html - shard-kbl: [DMESG-WARN][122] ([i915#180]) -> [PASS][123] +6 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl4/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: - shard-skl: [FAIL][124] ([i915#79]) -> [PASS][125] [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl6/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-pwrite: - shard-tglb: [INCOMPLETE][126] ([i915#6170]) -> [PASS][127] [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-tglb5/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-pwrite.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-pwrite.html * igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1: - shard-kbl: [FAIL][128] ([i915#1188]) -> [PASS][129] [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl4/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html * igt@kms_psr@psr2_primary_render: - shard-iclb: [SKIP][130] ([fdo#109441]) -> [PASS][131] +1 similar issue [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb1/igt@kms_psr@psr2_primary_render.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb2/igt@kms_psr@psr2_primary_render.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglb: [SKIP][132] ([i915#5519]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-tglb7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-iclb: [SKIP][134] ([i915#5519]) -> [PASS][135] [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html #### Warnings #### * igt@gem_eio@unwedge-stress: - shard-tglb: [TIMEOUT][136] ([i915#3063]) -> [FAIL][137] ([i915#5784]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-tglb7/igt@gem_eio@unwedge-stress.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-tglb5/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@parallel-ordering: - shard-iclb: [SKIP][138] ([i915#4525]) -> [FAIL][139] ([i915#6117]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb5/igt@gem_exec_balancer@parallel-ordering.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb4/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-iclb: [FAIL][140] ([i915#2842]) -> [FAIL][141] ([i915#2852]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb2/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-iclb: [SKIP][142] ([i915#658]) -> [SKIP][143] ([i915#588]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb7/igt@i915_pm_dc@dc3co-vpb-simulation.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu: - shard-skl: [SKIP][144] ([fdo#109271] / [i915#1888]) -> [SKIP][145] ([fdo#109271]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-skl4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1: - shard-kbl: [FAIL][146] ([i915#1188]) -> [DMESG-WARN][147] ([i915#180]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl6/igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1.html * igt@kms_psr2_sf@overlay-plane-move-continuous-sf: - shard-iclb: [SKIP][148] ([i915#658]) -> [SKIP][149] ([i915#2920]) +1 similar issue [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb7/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb2/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@page_flip-p010: - shard-iclb: [SKIP][150] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [FAIL][151] ([i915#5939]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-iclb7/igt@kms_psr2_su@page_flip-p010.html [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-iclb2/igt@kms_psr2_su@page_flip-p010.html * igt@runner@aborted: - shard-skl: [FAIL][152] ([i915#4312]) -> [FAIL][153] ([i915#3002] / [i915#4312] / [i915#5257]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-skl3/igt@runner@aborted.html [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-skl1/igt@runner@aborted.html - shard-apl: ([FAIL][154], [FAIL][155], [FAIL][156]) ([i915#3002] / [i915#4312] / [i915#5257]) -> ([FAIL][157], [FAIL][158], [FAIL][159], [FAIL][160], [FAIL][161]) ([i915#180] / [i915#3002] / [i915#4312] / [i915#5257]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-apl4/igt@runner@aborted.html [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-apl6/igt@runner@aborted.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-apl4/igt@runner@aborted.html [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl1/igt@runner@aborted.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl8/igt@runner@aborted.html [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl8/igt@runner@aborted.html [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl3/igt@runner@aborted.html [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-apl7/igt@runner@aborted.html - shard-kbl: ([FAIL][162], [FAIL][163], [FAIL][164], [FAIL][165], [FAIL][166], [FAIL][167], [FAIL][168], [FAIL][169], [FAIL][170], [FAIL][171], [FAIL][172], [FAIL][173], [FAIL][174]) ([fdo#109271] / [i915#180] / [i915#3002] / [i915#4312] / [i915#5257] / [i915#92]) -> ([FAIL][175], [FAIL][176], [FAIL][177], [FAIL][178], [FAIL][179], [FAIL][180], [FAIL][181], [FAIL][182], [FAIL][183], [FAIL][184], [FAIL][185], [FAIL][186], [FAIL][187]) ([fdo#109271] / [i915#180] / [i915#4312] / [i915#5257] / [i915#92]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl1/igt@runner@aborted.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl6/igt@runner@aborted.html [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@runner@aborted.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl4/igt@runner@aborted.html [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@runner@aborted.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl6/igt@runner@aborted.html [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@runner@aborted.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@runner@aborted.html [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl7/igt@runner@aborted.html [171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl6/igt@runner@aborted.html [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl6/igt@runner@aborted.html [173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl1/igt@runner@aborted.html [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11829/shard-kbl4/igt@runner@aborted.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl6/igt@runner@aborted.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@runner@aborted.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@runner@aborted.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@runner@aborted.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@runner@aborted.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@runner@aborted.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@runner@aborted.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@runner@aborted.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl4/igt@runner@aborted.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl1/igt@runner@aborted.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@runner@aborted.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl7/igt@runner@aborted.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/shard-kbl6/igt@runner@aborted.html ### Piglit changes ### #### Issues hit #### * spec@ext_framebuffer_multisample_blit_scaled@blit-scaled samples=2: - pig-skl-6260u: NOTRUN -> [WARN][188] ([mesa#1797]) +1 similar issue [188]: None * spec@glsl-1.10@execution@varying-packing@simple int arrays_of_arrays: - pig-skl-6260u: NOTRUN -> [INCOMPLETE][189] ([i915#6322]) [189]: None {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110254]: https://bugs.freedesktop.org/show_bug.cgi?id=110254 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111314]: https://bugs.freedesktop.org/show_bug.cgi?id=111314 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1063]: https://gitlab.freedesktop.org/drm/intel/issues/1063 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1149]: https://gitlab.freedesktop.org/drm/intel/issues/1149 [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155 [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1911]: https://gitlab.freedesktop.org/drm/intel/issues/1911 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2530]: https://gitlab.freedesktop.org/drm/intel/issues/2530 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2849]: https://gitlab.freedesktop.org/drm/intel/issues/2849 [i915#2852]: https://gitlab.freedesktop.org/drm/intel/issues/2852 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2910]: https://gitlab.freedesktop.org/drm/intel/issues/2910 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3354]: https://gitlab.freedesktop.org/drm/intel/issues/3354 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3376]: https://gitlab.freedesktop.org/drm/intel/issues/3376 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3701]: https://gitlab.freedesktop.org/drm/intel/issues/3701 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3810]: https://gitlab.freedesktop.org/drm/intel/issues/3810 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3828]: https://gitlab.freedesktop.org/drm/intel/issues/3828 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [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#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4171]: https://gitlab.freedesktop.org/drm/intel/issues/4171 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4278]: https://gitlab.freedesktop.org/drm/intel/issues/4278 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4369]: https://gitlab.freedesktop.org/drm/intel/issues/4369 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4462]: https://gitlab.freedesktop.org/drm/intel/issues/4462 [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4778]: https://gitlab.freedesktop.org/drm/intel/issues/4778 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4853]: https://gitlab.freedesktop.org/drm/intel/issues/4853 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4855]: https://gitlab.freedesktop.org/drm/intel/issues/4855 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4874]: https://gitlab.freedesktop.org/drm/intel/issues/4874 [i915#4877]: https://gitlab.freedesktop.org/drm/intel/issues/4877 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4883]: https://gitlab.freedesktop.org/drm/intel/issues/4883 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4893]: https://gitlab.freedesktop.org/drm/intel/issues/4893 [i915#4939]: https://gitlab.freedesktop.org/drm/intel/issues/4939 [i915#4941]: https://gitlab.freedesktop.org/drm/intel/issues/4941 [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957 [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991 [i915#5030]: https://gitlab.freedesktop.org/drm/intel/issues/5030 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5182]: https://gitlab.freedesktop.org/drm/intel/issues/5182 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5287]: https://gitlab.freedesktop.org/drm/intel/issues/5287 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5639]: https://gitlab.freedesktop.org/drm/intel/issues/5639 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5775]: https://gitlab.freedesktop.org/drm/intel/issues/5775 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588 [i915#5903]: https://gitlab.freedesktop.org/drm/intel/issues/5903 [i915#5939]: https://gitlab.freedesktop.org/drm/intel/issues/5939 [i915#6011]: https://gitlab.freedesktop.org/drm/intel/issues/6011 [i915#6076]: https://gitlab.freedesktop.org/drm/intel/issues/6076 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6140]: https://gitlab.freedesktop.org/drm/intel/issues/6140 [i915#6141]: https://gitlab.freedesktop.org/drm/intel/issues/6141 [i915#6170]: https://gitlab.freedesktop.org/drm/intel/issues/6170 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6251]: https://gitlab.freedesktop.org/drm/intel/issues/6251 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6310]: https://gitlab.freedesktop.org/drm/intel/issues/6310 [i915#6322]: https://gitlab.freedesktop.org/drm/intel/issues/6322 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92 [mesa#1797]: https://gitlab.freedesktop.org/mesa/mesa/issues/1797 Build changes ------------- * Linux: CI_DRM_11829 -> Patchwork_105512v3 CI-20190529: 20190529 CI_DRM_11829: 3f759327f5d96d593c2f5b067228ee5938719d2d @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6552: 9ed947c9610bf3b271b5f4d329db54922740c0ab @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_105512v3: 3f759327f5d96d593c2f5b067228ee5938719d2d @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105512v3/index.html [-- Attachment #2: Type: text/html, Size: 55602 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 2022-06-30 8:35 [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin ` (2 preceding siblings ...) 2022-06-30 20:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork @ 2022-07-11 11:30 ` Lionel Landwerlin 2022-07-20 8:19 ` Lionel Landwerlin 3 siblings, 1 reply; 7+ messages in thread From: Lionel Landwerlin @ 2022-07-11 11:30 UTC (permalink / raw) To: intel-gfx Ping? On 30/06/2022 11:35, Lionel Landwerlin wrote: > The recommended number of stackIDs for Ray Tracing subsystem is 512 > rather than 2048 (default HW programming). > > v2: Move the programming to dg2_ctx_gt_tuning_init() (Lucas) > > v3: Move programming to general_render_compute_wa_init() (Matt) > > Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> > --- > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 4 ++++ > drivers/gpu/drm/i915/gt/intel_workarounds.c | 9 +++++++++ > 2 files changed, 13 insertions(+) > > diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gpu/drm/i915/gt/intel_gt_regs.h > index 07ef111947b8c..12fc87b957425 100644 > --- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h > +++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h > @@ -1112,6 +1112,10 @@ > #define GEN12_PUSH_CONST_DEREF_HOLD_DIS REG_BIT(8) > > #define RT_CTRL _MMIO(0xe530) > +#define RT_CTRL_NUMBER_OF_STACKIDS_MASK REG_GENMASK(6, 5) > +#define NUMBER_OF_STACKIDS_512 2 > +#define NUMBER_OF_STACKIDS_1024 1 > +#define NUMBER_OF_STACKIDS_2048 0 > #define DIS_NULL_QUERY REG_BIT(10) > > #define EU_PERF_CNTL1 _MMIO(0xe558) > diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c > index 3213c593a55f4..ea674e456cd76 100644 > --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c > +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c > @@ -2737,6 +2737,15 @@ general_render_compute_wa_init(struct intel_engine_cs *engine, struct i915_wa_li > wa_write_or(wal, VDBX_MOD_CTRL, FORCE_MISS_FTLB); > wa_write_or(wal, VEBX_MOD_CTRL, FORCE_MISS_FTLB); > } > + > + if (IS_DG2(i915)) { > + /* Performance tuning for Ray-tracing */ > + wa_write_clr_set(wal, > + RT_CTRL, > + RT_CTRL_NUMBER_OF_STACKIDS_MASK, > + REG_FIELD_PREP(RT_CTRL_NUMBER_OF_STACKIDS_MASK, > + NUMBER_OF_STACKIDS_512)); > + } > } > > static void ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 2022-07-11 11:30 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin @ 2022-07-20 8:19 ` Lionel Landwerlin 2022-07-25 23:23 ` Matt Roper 0 siblings, 1 reply; 7+ messages in thread From: Lionel Landwerlin @ 2022-07-20 8:19 UTC (permalink / raw) To: intel-gfx Ping? On 11/07/2022 14:30, Lionel Landwerlin wrote: > Ping? > > On 30/06/2022 11:35, Lionel Landwerlin wrote: >> The recommended number of stackIDs for Ray Tracing subsystem is 512 >> rather than 2048 (default HW programming). >> >> v2: Move the programming to dg2_ctx_gt_tuning_init() (Lucas) >> >> v3: Move programming to general_render_compute_wa_init() (Matt) >> >> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> >> --- >> drivers/gpu/drm/i915/gt/intel_gt_regs.h | 4 ++++ >> drivers/gpu/drm/i915/gt/intel_workarounds.c | 9 +++++++++ >> 2 files changed, 13 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h >> b/drivers/gpu/drm/i915/gt/intel_gt_regs.h >> index 07ef111947b8c..12fc87b957425 100644 >> --- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h >> +++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h >> @@ -1112,6 +1112,10 @@ >> #define GEN12_PUSH_CONST_DEREF_HOLD_DIS REG_BIT(8) >> #define RT_CTRL _MMIO(0xe530) >> +#define RT_CTRL_NUMBER_OF_STACKIDS_MASK REG_GENMASK(6, 5) >> +#define NUMBER_OF_STACKIDS_512 2 >> +#define NUMBER_OF_STACKIDS_1024 1 >> +#define NUMBER_OF_STACKIDS_2048 0 >> #define DIS_NULL_QUERY REG_BIT(10) >> #define EU_PERF_CNTL1 _MMIO(0xe558) >> diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c >> b/drivers/gpu/drm/i915/gt/intel_workarounds.c >> index 3213c593a55f4..ea674e456cd76 100644 >> --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c >> +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c >> @@ -2737,6 +2737,15 @@ general_render_compute_wa_init(struct >> intel_engine_cs *engine, struct i915_wa_li >> wa_write_or(wal, VDBX_MOD_CTRL, FORCE_MISS_FTLB); >> wa_write_or(wal, VEBX_MOD_CTRL, FORCE_MISS_FTLB); >> } >> + >> + if (IS_DG2(i915)) { >> + /* Performance tuning for Ray-tracing */ >> + wa_write_clr_set(wal, >> + RT_CTRL, >> + RT_CTRL_NUMBER_OF_STACKIDS_MASK, >> + REG_FIELD_PREP(RT_CTRL_NUMBER_OF_STACKIDS_MASK, >> + NUMBER_OF_STACKIDS_512)); >> + } >> } >> static void > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 2022-07-20 8:19 ` Lionel Landwerlin @ 2022-07-25 23:23 ` Matt Roper 0 siblings, 0 replies; 7+ messages in thread From: Matt Roper @ 2022-07-25 23:23 UTC (permalink / raw) To: Lionel Landwerlin; +Cc: intel-gfx I think you may have missed Lucas' reply to your v3: https://lists.freedesktop.org/archives/intel-gfx/2022-June/300712.html Also, here's the reply to v2 that he's referring to: https://lists.freedesktop.org/archives/intel-gfx/2022-June/300646.html I.e., he wants this to be called from a new 'tuning_init' function that is itself called from general_render_compute_wa_init, since we expect more of these things to show up in the future so it makes sense to have a dedicated place for them. Matt On Wed, Jul 20, 2022 at 11:19:18AM +0300, Lionel Landwerlin wrote: > Ping? > > On 11/07/2022 14:30, Lionel Landwerlin wrote: > > Ping? > > > > On 30/06/2022 11:35, Lionel Landwerlin wrote: > > > The recommended number of stackIDs for Ray Tracing subsystem is 512 > > > rather than 2048 (default HW programming). > > > > > > v2: Move the programming to dg2_ctx_gt_tuning_init() (Lucas) > > > > > > v3: Move programming to general_render_compute_wa_init() (Matt) > > > > > > Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> > > > --- > > > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 4 ++++ > > > drivers/gpu/drm/i915/gt/intel_workarounds.c | 9 +++++++++ > > > 2 files changed, 13 insertions(+) > > > > > > diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h > > > b/drivers/gpu/drm/i915/gt/intel_gt_regs.h > > > index 07ef111947b8c..12fc87b957425 100644 > > > --- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h > > > +++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h > > > @@ -1112,6 +1112,10 @@ > > > #define GEN12_PUSH_CONST_DEREF_HOLD_DIS REG_BIT(8) > > > #define RT_CTRL _MMIO(0xe530) > > > +#define RT_CTRL_NUMBER_OF_STACKIDS_MASK REG_GENMASK(6, 5) > > > +#define NUMBER_OF_STACKIDS_512 2 > > > +#define NUMBER_OF_STACKIDS_1024 1 > > > +#define NUMBER_OF_STACKIDS_2048 0 > > > #define DIS_NULL_QUERY REG_BIT(10) > > > #define EU_PERF_CNTL1 _MMIO(0xe558) > > > diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c > > > b/drivers/gpu/drm/i915/gt/intel_workarounds.c > > > index 3213c593a55f4..ea674e456cd76 100644 > > > --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c > > > +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c > > > @@ -2737,6 +2737,15 @@ general_render_compute_wa_init(struct > > > intel_engine_cs *engine, struct i915_wa_li > > > wa_write_or(wal, VDBX_MOD_CTRL, FORCE_MISS_FTLB); > > > wa_write_or(wal, VEBX_MOD_CTRL, FORCE_MISS_FTLB); > > > } > > > + > > > + if (IS_DG2(i915)) { > > > + /* Performance tuning for Ray-tracing */ > > > + wa_write_clr_set(wal, > > > + RT_CTRL, > > > + RT_CTRL_NUMBER_OF_STACKIDS_MASK, > > > + REG_FIELD_PREP(RT_CTRL_NUMBER_OF_STACKIDS_MASK, > > > + NUMBER_OF_STACKIDS_512)); > > > + } > > > } > > > static void > > > > > -- Matt Roper Graphics Software Engineer VTT-OSGC Platform Enablement Intel Corporation ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-07-25 23:23 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-06-30 8:35 [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin 2022-06-30 9:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork 2022-06-30 15:05 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lucas De Marchi 2022-06-30 20:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg2: Add performance workaround 18019455067 (rev3) Patchwork 2022-07-11 11:30 ` [Intel-gfx] [PATCH v3] drm/i915/dg2: Add performance workaround 18019455067 Lionel Landwerlin 2022-07-20 8:19 ` Lionel Landwerlin 2022-07-25 23:23 ` Matt Roper
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox