* [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test
@ 2021-08-26 6:27 Arjun Melkaveri
2021-08-26 6:44 ` Ch, Sai Gowtham
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Arjun Melkaveri @ 2021-08-26 6:27 UTC (permalink / raw)
To: arjun.melkaveri, igt-dev
Resolved missing context id in exec buf, for sequential test.
This was due to context mutation changes that was implemeted in gem_exec_nop.
Signed-off-by: Arjun Melkaveri <arjun.melkaveri@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
tests/i915/gem_exec_nop.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/i915/gem_exec_nop.c b/tests/i915/gem_exec_nop.c
index 09a0c29e..c435335b 100644
--- a/tests/i915/gem_exec_nop.c
+++ b/tests/i915/gem_exec_nop.c
@@ -749,6 +749,7 @@ static void sequential(int fd, uint32_t handle,
execbuf.buffer_count = 2;
execbuf.flags |= I915_EXEC_HANDLE_LUT;
execbuf.flags |= I915_EXEC_NO_RELOC;
+ execbuf.rsvd1 = ctx->id;
igt_require(__gem_execbuf(fd, &execbuf) == 0);
if (flags & CONTEXT) {
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test 2021-08-26 6:27 [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test Arjun Melkaveri @ 2021-08-26 6:44 ` Ch, Sai Gowtham 2021-08-26 7:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Ch, Sai Gowtham @ 2021-08-26 6:44 UTC (permalink / raw) To: Melkaveri, Arjun, igt-dev@lists.freedesktop.org > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of > Melkaveri, Arjun > Sent: Thursday, August 26, 2021 11:57 AM > To: Melkaveri, Arjun <arjun.melkaveri@intel.com>; igt- > dev@lists.freedesktop.org > Subject: [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing > context id in sequential test > > Resolved missing context id in exec buf, for sequential test. > This was due to context mutation changes that was implemeted in > gem_exec_nop. > > Signed-off-by: Arjun Melkaveri <arjun.melkaveri@intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > Cc: Ashutosh Dixit <ashutosh.dixit@intel.com> > --- > tests/i915/gem_exec_nop.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/i915/gem_exec_nop.c b/tests/i915/gem_exec_nop.c index > 09a0c29e..c435335b 100644 > --- a/tests/i915/gem_exec_nop.c > +++ b/tests/i915/gem_exec_nop.c > @@ -749,6 +749,7 @@ static void sequential(int fd, uint32_t handle, > execbuf.buffer_count = 2; > execbuf.flags |= I915_EXEC_HANDLE_LUT; > execbuf.flags |= I915_EXEC_NO_RELOC; > + execbuf.rsvd1 = ctx->id; > igt_require(__gem_execbuf(fd, &execbuf) == 0); > > if (flags & CONTEXT) { > -- > 2.25.1 Acked-by: Ch Sai Gowtham <sai.gowtham.ch@intel.com> ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_exec_nop: Resolve missing context id in sequential test 2021-08-26 6:27 [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test Arjun Melkaveri 2021-08-26 6:44 ` Ch, Sai Gowtham @ 2021-08-26 7:23 ` Patchwork 2021-08-26 12:55 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2021-08-26 17:47 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2021-08-26 7:23 UTC (permalink / raw) To: Arjun Melkaveri; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2231 bytes --] == Series Details == Series: tests/i915/gem_exec_nop: Resolve missing context id in sequential test URL : https://patchwork.freedesktop.org/series/94057/ State : success == Summary == CI Bug Log - changes from CI_DRM_10522 -> IGTPW_6159 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/index.html Known issues ------------ Here are the changes found in IGTPW_6159 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@cs-gfx: - fi-rkl-guc: NOTRUN -> [SKIP][1] ([fdo#109315]) +17 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/fi-rkl-guc/igt@amdgpu/amd_basic@cs-gfx.html - fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271]) +6 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/fi-kbl-soraka/igt@amdgpu/amd_basic@cs-gfx.html #### Possible fixes #### * igt@i915_selftest@live@workarounds: - fi-rkl-guc: [INCOMPLETE][3] ([i915#3920]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/fi-rkl-guc/igt@i915_selftest@live@workarounds.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/fi-rkl-guc/igt@i915_selftest@live@workarounds.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [i915#3920]: https://gitlab.freedesktop.org/drm/intel/issues/3920 Participating hosts (40 -> 32) ------------------------------ Missing (8): fi-ilk-m540 bat-adls-5 fi-hsw-4200u fi-skl-guc fi-tgl-1115g4 fi-bsw-cyan fi-bdw-samus bat-jsl-1 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6186 -> IGTPW_6159 CI-20190529: 20190529 CI_DRM_10522: b9b50258869989a477e7c04ac6d21a6e3660048e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6159: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/index.html IGT_6186: 250081b306c6fa8f95405fab6a7604f1968dd4ec @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/index.html [-- Attachment #2: Type: text/html, Size: 2869 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/gem_exec_nop: Resolve missing context id in sequential test 2021-08-26 6:27 [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test Arjun Melkaveri 2021-08-26 6:44 ` Ch, Sai Gowtham 2021-08-26 7:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2021-08-26 12:55 ` Patchwork 2021-08-26 17:47 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2021-08-26 12:55 UTC (permalink / raw) To: Arjun Melkaveri; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30288 bytes --] == Series Details == Series: tests/i915/gem_exec_nop: Resolve missing context id in sequential test URL : https://patchwork.freedesktop.org/series/94057/ State : success == Summary == CI Bug Log - changes from CI_DRM_10522_full -> IGTPW_6159_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/index.html Known issues ------------ Here are the changes found in IGTPW_6159_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_isolation@preservation-s3@bcs0: - shard-kbl: [PASS][1] -> [DMESG-WARN][2] ([i915#180]) +2 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html * igt@gem_ctx_isolation@preservation-s3@vcs0: - shard-apl: [PASS][3] -> [DMESG-WARN][4] ([i915#180]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-apl6/igt@gem_ctx_isolation@preservation-s3@vcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl6/igt@gem_ctx_isolation@preservation-s3@vcs0.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglb: NOTRUN -> [SKIP][5] ([fdo#109314]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@legacy-engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +2 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed-process.html * igt@gem_ctx_sseu@mmap-args: - shard-tglb: NOTRUN -> [SKIP][7] ([i915#280]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_fair@basic-deadline: - shard-kbl: [PASS][8] -> [FAIL][9] ([i915#2846]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-kbl3/igt@gem_exec_fair@basic-deadline.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl7/igt@gem_exec_fair@basic-deadline.html - shard-apl: NOTRUN -> [FAIL][10] ([i915#2846]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-tglb: NOTRUN -> [FAIL][11] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: NOTRUN -> [FAIL][12] ([i915#2842]) +1 similar issue [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-tglb: [PASS][13] -> [FAIL][14] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-tglb8/igt@gem_exec_fair@basic-pace@vecs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [PASS][15] -> [FAIL][16] ([i915#2842]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-iclb: [PASS][17] -> [FAIL][18] ([i915#2849]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_params@secure-non-master: - shard-tglb: NOTRUN -> [SKIP][19] ([fdo#112283]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb3/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_whisper@basic-fds-priority: - shard-glk: [PASS][20] -> [DMESG-WARN][21] ([i915#118] / [i915#95]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk5/igt@gem_exec_whisper@basic-fds-priority.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk7/igt@gem_exec_whisper@basic-fds-priority.html - shard-iclb: [PASS][22] -> [INCOMPLETE][23] ([i915#3827]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb4/igt@gem_exec_whisper@basic-fds-priority.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb6/igt@gem_exec_whisper@basic-fds-priority.html * igt@gem_huc_copy@huc-copy: - shard-glk: NOTRUN -> [SKIP][24] ([fdo#109271] / [i915#2190]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk3/igt@gem_huc_copy@huc-copy.html - shard-iclb: NOTRUN -> [SKIP][25] ([i915#2190]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb5/igt@gem_huc_copy@huc-copy.html - shard-kbl: NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#2190]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl6/igt@gem_huc_copy@huc-copy.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][27] ([i915#2658]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-snb6/igt@gem_pread@exhaustion.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled: - shard-glk: NOTRUN -> [SKIP][28] ([fdo#109271]) +47 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk7/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-linear: - shard-iclb: NOTRUN -> [SKIP][29] ([i915#768]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb8/igt@gem_render_copy@yf-tiled-to-vebox-linear.html * igt@gem_userptr_blits@map-fixed-invalidate-busy@fixed: - shard-tglb: NOTRUN -> [SKIP][30] ([i915#3922]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@gem_userptr_blits@map-fixed-invalidate-busy@fixed.html - shard-iclb: NOTRUN -> [SKIP][31] ([i915#3922]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb6/igt@gem_userptr_blits@map-fixed-invalidate-busy@fixed.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-tglb: NOTRUN -> [SKIP][32] ([i915#3297]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@gem_userptr_blits@readonly-pwrite-unsync.html - shard-iclb: NOTRUN -> [SKIP][33] ([i915#3297]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb8/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gen3_render_tiledy_blits: - shard-tglb: NOTRUN -> [SKIP][34] ([fdo#109289]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb7/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@shadow-peek: - shard-tglb: NOTRUN -> [SKIP][35] ([i915#2856]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-iclb: NOTRUN -> [SKIP][36] ([fdo#110892]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglb: NOTRUN -> [SKIP][37] ([fdo#111644] / [i915#1397] / [i915#2411]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb2/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-tglb: NOTRUN -> [SKIP][38] ([fdo#111614]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-apl: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#3777]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl1/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-kbl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#3777]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html - shard-glk: NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3777]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-tglb: NOTRUN -> [SKIP][42] ([fdo#111615]) +2 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3886]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl4/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs.html - shard-iclb: NOTRUN -> [SKIP][44] ([fdo#109278] / [i915#3886]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb8/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3886]) +7 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl6/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3886]) +3 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk7/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][47] ([i915#3689] / [i915#3886]) +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][48] ([i915#3689]) +3 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_chamelium@common-hpd-after-suspend: - shard-glk: NOTRUN -> [SKIP][49] ([fdo#109271] / [fdo#111827]) +4 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk5/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@dp-mode-timings: - shard-iclb: NOTRUN -> [SKIP][50] ([fdo#109284] / [fdo#111827]) +5 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb5/igt@kms_chamelium@dp-mode-timings.html * igt@kms_chamelium@hdmi-mode-timings: - shard-snb: NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +19 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-snb2/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_color@pipe-d-ctm-negative: - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109278] / [i915#1149]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb1/igt@kms_color@pipe-d-ctm-negative.html * igt@kms_color_chamelium@pipe-a-ctm-limited-range: - shard-apl: NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +19 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html * igt@kms_color_chamelium@pipe-b-ctm-0-5: - shard-tglb: NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +7 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@kms_color_chamelium@pipe-b-ctm-0-5.html - shard-kbl: NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +4 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl3/igt@kms_color_chamelium@pipe-b-ctm-0-5.html * igt@kms_content_protection@atomic-dpms: - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#111828]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb5/igt@kms_content_protection@atomic-dpms.html - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109300] / [fdo#111066]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb3/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-iclb: NOTRUN -> [SKIP][58] ([i915#3116]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@kms_content_protection@dp-mst-lic-type-1.html - shard-tglb: NOTRUN -> [SKIP][59] ([i915#3116]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb3/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy: - shard-apl: NOTRUN -> [TIMEOUT][60] ([i915#1319]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl3/igt@kms_content_protection@legacy.html * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: - shard-tglb: NOTRUN -> [SKIP][61] ([i915#3319]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb1/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen: - shard-kbl: NOTRUN -> [SKIP][62] ([fdo#109271]) +27 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl3/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-32x10-offscreen: - shard-iclb: NOTRUN -> [SKIP][63] ([fdo#109278]) +10 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-32x10-offscreen.html - shard-tglb: NOTRUN -> [SKIP][64] ([i915#3359]) +2 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-32x10-offscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen: - shard-tglb: NOTRUN -> [SKIP][65] ([fdo#109279] / [i915#3359]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html * igt@kms_dsc@basic-dsc-enable@edp-1-pipe-c: - shard-iclb: NOTRUN -> [DMESG-WARN][66] ([i915#1226]) +2 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@kms_dsc@basic-dsc-enable@edp-1-pipe-c.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109274]) +2 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb4/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile: - shard-snb: NOTRUN -> [SKIP][68] ([fdo#109271]) +460 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-snb6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html - shard-tglb: NOTRUN -> [SKIP][69] ([i915#2587]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: - shard-apl: NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#2672]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-iclb: NOTRUN -> [SKIP][71] ([fdo#109280]) +10 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-blt: - shard-tglb: NOTRUN -> [SKIP][72] ([fdo#111825]) +18 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_hdr@static-toggle-dpms: - shard-tglb: NOTRUN -> [SKIP][73] ([i915#1187]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb2/igt@kms_hdr@static-toggle-dpms.html - shard-iclb: NOTRUN -> [SKIP][74] ([i915#1187]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb1/igt@kms_hdr@static-toggle-dpms.html * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: - shard-apl: NOTRUN -> [FAIL][75] ([fdo#108145] / [i915#265]) +2 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html * igt@kms_plane_lowres@pipe-d-tiling-y: - shard-tglb: NOTRUN -> [SKIP][76] ([i915#3536]) +1 similar issue [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb7/igt@kms_plane_lowres@pipe-d-tiling-y.html * igt@kms_prime@basic-crc@first-to-second: - shard-tglb: NOTRUN -> [SKIP][77] ([i915#1836]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb3/igt@kms_prime@basic-crc@first-to-second.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1: - shard-tglb: NOTRUN -> [SKIP][78] ([i915#2920]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html - shard-apl: NOTRUN -> [SKIP][79] ([fdo#109271] / [i915#658]) +4 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html - shard-iclb: NOTRUN -> [SKIP][80] ([i915#658]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb5/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html * igt@kms_psr@psr2_primary_blt: - shard-tglb: NOTRUN -> [FAIL][81] ([i915#132] / [i915#3467]) +1 similar issue [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb5/igt@kms_psr@psr2_primary_blt.html - shard-iclb: NOTRUN -> [SKIP][82] ([fdo#109441]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb8/igt@kms_psr@psr2_primary_blt.html * igt@kms_psr@psr2_suspend: - shard-iclb: [PASS][83] -> [SKIP][84] ([fdo#109441]) +2 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb2/igt@kms_psr@psr2_suspend.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb7/igt@kms_psr@psr2_suspend.html * igt@kms_vblank@pipe-d-ts-continuation-idle: - shard-apl: NOTRUN -> [SKIP][85] ([fdo#109271]) +222 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl2/igt@kms_vblank@pipe-d-ts-continuation-idle.html * igt@kms_writeback@writeback-check-output: - shard-apl: NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#2437]) +1 similar issue [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl2/igt@kms_writeback@writeback-check-output.html - shard-iclb: NOTRUN -> [SKIP][87] ([i915#2437]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb7/igt@kms_writeback@writeback-check-output.html - shard-tglb: NOTRUN -> [SKIP][88] ([i915#2437]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@kms_writeback@writeback-check-output.html * igt@nouveau_crc@pipe-d-ctx-flip-detection: - shard-tglb: NOTRUN -> [SKIP][89] ([i915#2530]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb7/igt@nouveau_crc@pipe-d-ctx-flip-detection.html * igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name: - shard-tglb: NOTRUN -> [SKIP][90] ([fdo#109291]) +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb8/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html * igt@prime_nv_pcopy@test2: - shard-iclb: NOTRUN -> [SKIP][91] ([fdo#109291]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb1/igt@prime_nv_pcopy@test2.html * igt@sysfs_clients@fair-7: - shard-apl: NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#2994]) +3 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl1/igt@sysfs_clients@fair-7.html * igt@sysfs_clients@sema-10: - shard-tglb: NOTRUN -> [SKIP][93] ([i915#2994]) +1 similar issue [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb7/igt@sysfs_clients@sema-10.html #### Possible fixes #### * igt@gem_exec_fair@basic-flow@rcs0: - shard-kbl: [SKIP][94] ([fdo#109271]) -> [PASS][95] [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-kbl4/igt@gem_exec_fair@basic-flow@rcs0.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl1/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglb: [FAIL][96] ([i915#2842]) -> [PASS][97] [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-tglb8/igt@gem_exec_fair@basic-pace@rcs0.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-glk: [FAIL][98] ([i915#2842]) -> [PASS][99] +2 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk4/igt@gem_exec_fair@basic-pace@vecs0.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [DMESG-WARN][100] ([i915#118] / [i915#95]) -> [PASS][101] [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk5/igt@kms_big_fb@linear-32bpp-rotate-180.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_cursor_crc@pipe-b-cursor-size-change: - shard-snb: [FAIL][102] -> [PASS][103] [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-snb5/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-snb7/igt@kms_cursor_crc@pipe-b-cursor-size-change.html - shard-kbl: [FAIL][104] ([i915#3444]) -> [PASS][105] [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-size-change.html - shard-tglb: [FAIL][106] ([i915#2124]) -> [PASS][107] [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-tglb2/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-tglb6/igt@kms_cursor_crc@pipe-b-cursor-size-change.html - shard-glk: [FAIL][108] ([i915#3444]) -> [PASS][109] [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-size-change.html - shard-iclb: [FAIL][110] ([i915#3444]) -> [PASS][111] [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb5/igt@kms_cursor_crc@pipe-b-cursor-size-change.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb8/igt@kms_cursor_crc@pipe-b-cursor-size-change.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][112] ([i915#2346] / [i915#533]) -> [PASS][113] [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_psr@psr2_cursor_mmap_cpu: - shard-iclb: [SKIP][114] ([fdo#109441]) -> [PASS][115] +2 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html #### Warnings #### * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-iclb: [FAIL][116] ([i915#2851]) -> [FAIL][117] ([i915#2842]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb1/igt@gem_exec_fair@basic-pace-solo@rcs0.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb7/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-glk: [FAIL][118] ([i915#2842]) -> [FAIL][119] ([i915#2851]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-iclb: [WARN][120] ([i915#2684]) -> [WARN][121] ([i915#1804] / [i915#2684]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb5/igt@i915_pm_rc6_residency@rc6-fence.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb6/igt@i915_pm_rc6_residency@rc6-fence.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-iclb: [SKIP][122] ([i915#2920]) -> [SKIP][123] ([i915#658]) +1 similar issue [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4: - shard-iclb: [SKIP][124] ([i915#658]) -> [SKIP][125] ([i915#2920]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-iclb7/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html * igt@runner@aborted: - shard-kbl: ([FAIL][126], [FAIL][127]) ([i915#3002] / [i915#3363]) -> ([FAIL][128], [FAIL][129], [FAIL][130], [FAIL][131], [FAIL][132]) ([i915#1436] / [i915#180] / [i915#1814] / [i915#3002] / [i915#3363] / [i915#602]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-kbl6/igt@runner@aborted.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-kbl1/igt@runner@aborted.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl4/igt@runner@aborted.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl1/igt@runner@aborted.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl1/igt@runner@aborted.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl3/igt@runner@aborted.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-kbl1/igt@runner@aborted.html - shard-apl: ([FAIL][133], [FAIL][134]) ([i915#3002] / [i915#3363]) -> ([FAIL][135], [FAIL][136], [FAIL][137]) ([i915#180] / [i915#3002] / [i915#3363]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-apl6/igt@runner@aborted.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10522/shard-apl7/igt@runner@aborted.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl6/igt@runner@aborted.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl8/igt@runner@aborted.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/shard-apl3/igt@runner@aborted.html [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#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892 [fdo#111066]: https://bugs.freedesktop.org/show_bug.cgi?id=111066 [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#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#111828]: https://bugs.freedesktop.org/show_bug.cgi?id=111828 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1149]: https://gitlab.freedesktop.org/drm/intel/issues/1149 [i915#118]: https: == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6159/index.html [-- Attachment #2: Type: text/html, Size: 35470 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test 2021-08-26 6:27 [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test Arjun Melkaveri ` (2 preceding siblings ...) 2021-08-26 12:55 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2021-08-26 17:47 ` Dixit, Ashutosh 3 siblings, 0 replies; 5+ messages in thread From: Dixit, Ashutosh @ 2021-08-26 17:47 UTC (permalink / raw) To: Arjun Melkaveri; +Cc: igt-dev On Wed, 25 Aug 2021 23:27:14 -0700, Arjun Melkaveri wrote: > > Resolved missing context id in exec buf, for sequential test. > This was due to context mutation changes that was implemeted in > gem_exec_nop. LGTM, Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > Signed-off-by: Arjun Melkaveri <arjun.melkaveri@intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > Cc: Ashutosh Dixit <ashutosh.dixit@intel.com> > --- > tests/i915/gem_exec_nop.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/i915/gem_exec_nop.c b/tests/i915/gem_exec_nop.c > index 09a0c29e..c435335b 100644 > --- a/tests/i915/gem_exec_nop.c > +++ b/tests/i915/gem_exec_nop.c > @@ -749,6 +749,7 @@ static void sequential(int fd, uint32_t handle, > execbuf.buffer_count = 2; > execbuf.flags |= I915_EXEC_HANDLE_LUT; > execbuf.flags |= I915_EXEC_NO_RELOC; > + execbuf.rsvd1 = ctx->id; > igt_require(__gem_execbuf(fd, &execbuf) == 0); > > if (flags & CONTEXT) { > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-08-26 17:47 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-08-26 6:27 [igt-dev] [PATCH i-g-t] tests/i915/gem_exec_nop: Resolve missing context id in sequential test Arjun Melkaveri 2021-08-26 6:44 ` Ch, Sai Gowtham 2021-08-26 7:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-08-26 12:55 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2021-08-26 17:47 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox