* [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: Update bigjoiner pipe constraint @ 2023-03-27 7:23 Bhanuprakash Modem 2023-03-27 8:19 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-27 10:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Bhanuprakash Modem @ 2023-03-27 7:23 UTC (permalink / raw) To: igt-dev, swati2.sharma Instead of writing own logic at test level, use existing IGT helper to check the bigjoiner support. Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> --- tests/i915/kms_dsc.c | 17 ++++++++--------- tests/i915/kms_dsc_helper.h | 2 -- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/tests/i915/kms_dsc.c b/tests/i915/kms_dsc.c index b3c5e60c773..9c6a7780acd 100644 --- a/tests/i915/kms_dsc.c +++ b/tests/i915/kms_dsc.c @@ -47,7 +47,6 @@ typedef struct { unsigned int plane_format; igt_output_t *output; int input_bpc; - int n_pipes; int disp_ver; enum pipe pipe; } data_t; @@ -76,15 +75,19 @@ static bool check_big_joiner_pipe_constraint(data_t *data) { igt_output_t *output = data->output; drmModeModeInfo *mode = get_highres_mode(output); + bool ret = true; - if (mode->hdisplay >= HDISPLAY_5K && - data->pipe == (data->n_pipes - 1)) { + igt_output_set_pipe(output, data->pipe); + igt_output_override_mode(output, mode); + + if (!igt_check_bigjoiner_support(&data->display)) { igt_debug("Pipe-%s not supported due to bigjoiner limitation\n", kmstest_pipe_name(data->pipe)); - return false; + ret = false; } + igt_output_set_pipe(output, PIPE_NONE); - return true; + return ret; } static void test_cleanup(data_t *data) @@ -206,7 +209,6 @@ static void test_dsc(data_t *data, enum dsc_test_type test_type, int bpc, igt_main { data_t data = {}; - int i; igt_fixture { data.drm_fd = drm_open_driver_master(DRIVER_INTEL); @@ -217,9 +219,6 @@ igt_main igt_display_require(&data.display, data.drm_fd); igt_display_require_output(&data.display); igt_require(data.disp_ver >= 11); - data.n_pipes = 0; - for_each_pipe(&data.display, i) - data.n_pipes++; } igt_describe("Tests basic display stream compression functionality if supported " diff --git a/tests/i915/kms_dsc_helper.h b/tests/i915/kms_dsc_helper.h index fe479dac472..b3828dcd44a 100644 --- a/tests/i915/kms_dsc_helper.h +++ b/tests/i915/kms_dsc_helper.h @@ -21,8 +21,6 @@ #include <fcntl.h> #include <termios.h> -#define HDISPLAY_5K 5120 - void force_dsc_enable(int drmfd, igt_output_t *output); void force_dsc_enable_bpc(int drmfd, igt_output_t *output, int input_bpc); void save_force_dsc_en(int drmfd, igt_output_t *output); -- 2.40.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_dsc: Update bigjoiner pipe constraint 2023-03-27 7:23 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: Update bigjoiner pipe constraint Bhanuprakash Modem @ 2023-03-27 8:19 ` Patchwork 2023-03-27 10:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2023-03-27 8:19 UTC (permalink / raw) To: Bhanuprakash Modem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 13796 bytes --] == Series Details == Series: tests/i915/kms_dsc: Update bigjoiner pipe constraint URL : https://patchwork.freedesktop.org/series/115651/ State : success == Summary == CI Bug Log - changes from IGT_7220 -> IGTPW_8684 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/index.html Participating hosts (30 -> 37) ------------------------------ Additional (7): fi-kbl-soraka fi-kbl-7567u fi-skl-guc fi-ivb-3770 fi-cfl-8109u fi-elk-e7500 bat-rpls-2 Known issues ------------ Here are the changes found in IGTPW_8684 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-rpls-2: NOTRUN -> [SKIP][1] ([i915#7456]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@debugfs_test@basic-hwmon.html - fi-rkl-11600: NOTRUN -> [SKIP][2] ([i915#7456]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@debugfs_test@basic-hwmon.html * igt@fbdev@read: - bat-rpls-2: NOTRUN -> [SKIP][3] ([i915#2582]) +4 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@fbdev@read.html * igt@gem_huc_copy@huc-copy: - fi-cfl-8109u: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html - fi-kbl-7567u: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html - fi-kbl-soraka: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#2190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html - fi-rkl-11600: NOTRUN -> [SKIP][7] ([i915#2190]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-skl-guc: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#4613]) +3 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-skl-guc/igt@gem_lmem_swapping@basic.html - fi-kbl-soraka: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#4613]) +3 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html - fi-rkl-11600: NOTRUN -> [SKIP][10] ([i915#4613]) +3 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-kbl-7567u: NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#4613]) +3 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-7567u/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - fi-cfl-8109u: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4613]) +3 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-cfl-8109u/igt@gem_lmem_swapping@verify-random.html - bat-rpls-2: NOTRUN -> [SKIP][13] ([i915#4613]) +3 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@gem_lmem_swapping@verify-random.html * igt@gem_tiled_pread_basic: - fi-rkl-11600: NOTRUN -> [SKIP][14] ([i915#3282]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@gem_tiled_pread_basic.html - bat-rpls-2: NOTRUN -> [SKIP][15] ([i915#3282]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@gem_tiled_pread_basic.html * igt@i915_pm_backlight@basic-brightness: - fi-kbl-7567u: NOTRUN -> [SKIP][16] ([fdo#109271]) +15 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-7567u/igt@i915_pm_backlight@basic-brightness.html - bat-rpls-2: NOTRUN -> [SKIP][17] ([i915#7561]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@i915_pm_backlight@basic-brightness.html - fi-rkl-11600: NOTRUN -> [SKIP][18] ([i915#7561]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@i915_pm_backlight@basic-brightness.html * igt@i915_selftest@live@gt_heartbeat: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][19] ([i915#5334] / [i915#7872]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_pm: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][20] ([i915#4258]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@i915_selftest@live@gt_pm.html - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][21] ([i915#1886]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@slpc: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][22] ([i915#6997] / [i915#7913]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@i915_selftest@live@slpc.html - bat-rpls-1: NOTRUN -> [DMESG-FAIL][23] ([i915#6367] / [i915#7996]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@kms_busy@basic: - bat-rpls-2: NOTRUN -> [SKIP][24] ([i915#1845]) +15 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_busy@basic.html * igt@kms_chamelium_edid@hdmi-edid-read: - bat-rpls-2: NOTRUN -> [SKIP][25] ([i915#7828]) +8 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@hdmi-crc-fast: - fi-cfl-8109u: NOTRUN -> [SKIP][26] ([fdo#109271]) +19 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-cfl-8109u/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-1: NOTRUN -> [SKIP][27] ([i915#7828]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-fast: - fi-rkl-11600: NOTRUN -> [SKIP][28] ([i915#7828]) +8 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-skl-guc: NOTRUN -> [SKIP][29] ([fdo#109271]) +19 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-skl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - fi-kbl-soraka: NOTRUN -> [SKIP][30] ([fdo#109271]) +16 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-kbl-soraka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-rkl-11600: NOTRUN -> [SKIP][31] ([i915#4103]) +1 similar issue [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_flip@basic-flip-vs-dpms: - bat-rpls-2: NOTRUN -> [SKIP][32] ([i915#3637]) +3 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_force_connector_basic@force-load-detect: - fi-rkl-11600: NOTRUN -> [SKIP][33] ([fdo#109285] / [i915#4098]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@kms_force_connector_basic@force-load-detect.html - bat-rpls-2: NOTRUN -> [SKIP][34] ([fdo#109285]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - bat-rpls-2: NOTRUN -> [SKIP][35] ([i915#1849]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-1: NOTRUN -> [SKIP][36] ([i915#1845]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-1/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_psr@cursor_plane_move: - fi-ivb-3770: NOTRUN -> [SKIP][37] ([fdo#109271]) +27 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-ivb-3770/igt@kms_psr@cursor_plane_move.html - fi-elk-e7500: NOTRUN -> [SKIP][38] ([fdo#109271]) +30 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-elk-e7500/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@primary_page_flip: - fi-rkl-11600: NOTRUN -> [SKIP][39] ([i915#1072]) +3 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@kms_psr@primary_page_flip.html * igt@kms_psr@sprite_plane_onoff: - bat-rpls-2: NOTRUN -> [SKIP][40] ([i915#1072]) +3 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_psr@sprite_plane_onoff.html * igt@kms_setmode@basic-clone-single-crtc: - fi-rkl-11600: NOTRUN -> [SKIP][41] ([i915#3555] / [i915#4098] / [i915#4579]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@kms_setmode@basic-clone-single-crtc.html - bat-rpls-2: NOTRUN -> [SKIP][42] ([i915#3555]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-rpls-2: NOTRUN -> [SKIP][43] ([fdo#109295] / [i915#1845] / [i915#3708]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-read: - fi-rkl-11600: NOTRUN -> [SKIP][44] ([fdo#109295] / [i915#3291] / [i915#3708]) +2 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-userptr: - fi-rkl-11600: NOTRUN -> [SKIP][45] ([fdo#109295] / [i915#3301] / [i915#3708]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@prime_vgem@basic-userptr.html * igt@prime_vgem@basic-write: - bat-rpls-2: NOTRUN -> [SKIP][46] ([fdo#109295] / [i915#3708]) +3 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-2/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@core_auth@basic-auth: - fi-rkl-11600: [ABORT][47] -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/fi-rkl-11600/igt@core_auth@basic-auth.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/fi-rkl-11600/igt@core_auth@basic-auth.html * igt@i915_selftest@live@reset: - bat-rpls-1: [ABORT][49] ([i915#4983]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/bat-rpls-1/igt@i915_selftest@live@reset.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/bat-rpls-1/igt@i915_selftest@live@reset.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7220 -> IGTPW_8684 CI-20190529: 20190529 CI_DRM_12914: 6e5f96153989e454041848f66a5227be9bd0bbc3 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/index.html IGT_7220: 3eb7beb5c03343b29556025b1ada4b50849b5976 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/index.html [-- Attachment #2: Type: text/html, Size: 17940 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/kms_dsc: Update bigjoiner pipe constraint 2023-03-27 7:23 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: Update bigjoiner pipe constraint Bhanuprakash Modem 2023-03-27 8:19 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-03-27 10:07 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2023-03-27 10:07 UTC (permalink / raw) To: Bhanuprakash Modem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 24572 bytes --] == Series Details == Series: tests/i915/kms_dsc: Update bigjoiner pipe constraint URL : https://patchwork.freedesktop.org/series/115651/ State : success == Summary == CI Bug Log - changes from IGT_7220_full -> IGTPW_8684_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_8684_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#6334]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk5/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][2] -> [FAIL][3] ([i915#2842]) +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_lmem_swapping@smem-oom: - shard-glk: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#4613]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk3/igt@gem_lmem_swapping@smem-oom.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [PASS][5] -> [FAIL][6] ([i915#2346]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@flip-vs-suspend-interruptible@a-vga1: - shard-snb: [PASS][7] -> [DMESG-WARN][8] ([i915#5090]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-snb4/igt@kms_flip@flip-vs-suspend-interruptible@a-vga1.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible@a-vga1.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-apl: [PASS][9] -> [ABORT][10] ([i915#180]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-apl3/igt@kms_flip@flip-vs-suspend@c-dp1.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-apl3/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_vblank@pipe-d-wait-busy: - shard-glk: NOTRUN -> [SKIP][11] ([fdo#109271]) +14 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk5/igt@kms_vblank@pipe-d-wait-busy.html * igt@prime_vgem@fence-flip-hang: - shard-snb: NOTRUN -> [SKIP][12] ([fdo#109271]) +21 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-snb5/igt@prime_vgem@fence-flip-hang.html #### Possible fixes #### * igt@device_reset@unbind-reset-rebind: - {shard-rkl}: [ABORT][13] -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-3/igt@device_reset@unbind-reset-rebind.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@device_reset@unbind-reset-rebind.html - {shard-tglu}: [ABORT][15] -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-2/igt@device_reset@unbind-reset-rebind.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-9/igt@device_reset@unbind-reset-rebind.html * igt@fbdev@pan: - {shard-rkl}: [SKIP][17] ([i915#2582]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-2/igt@fbdev@pan.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-2/igt@fbdev@pan.html * igt@fbdev@unaligned-read: - {shard-tglu}: [SKIP][19] ([i915#2582]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-9/igt@fbdev@unaligned-read.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-3/igt@fbdev@unaligned-read.html * igt@gem_ctx_persistence@legacy-engines-hang@blt: - {shard-rkl}: [SKIP][21] ([i915#6252]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-5/igt@gem_ctx_persistence@legacy-engines-hang@blt.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-3/igt@gem_ctx_persistence@legacy-engines-hang@blt.html * igt@gem_eio@hibernate: - {shard-tglu}: [ABORT][23] ([i915#7975]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-10/igt@gem_eio@hibernate.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-7/igt@gem_eio@hibernate.html * igt@gem_exec_fair@basic-deadline: - {shard-rkl}: [FAIL][25] ([i915#2846]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][27] ([i915#2842]) -> [PASS][28] +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_reloc@basic-range: - {shard-rkl}: [SKIP][29] ([i915#3281]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-1/igt@gem_exec_reloc@basic-range.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-5/igt@gem_exec_reloc@basic-range.html * igt@gem_exec_reloc@basic-scanout@vcs0: - {shard-tglu}: [SKIP][31] ([i915#3639]) -> [PASS][32] +4 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-10/igt@gem_exec_reloc@basic-scanout@vcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-5/igt@gem_exec_reloc@basic-scanout@vcs0.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - {shard-rkl}: [SKIP][33] ([i915#3282]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-2/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-5/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@i915_hangman@gt-engine-error@bcs0: - {shard-rkl}: [SKIP][35] ([i915#6258]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-5/igt@i915_hangman@gt-engine-error@bcs0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-2/igt@i915_hangman@gt-engine-error@bcs0.html * igt@i915_pm_dc@dc5-psr: - {shard-rkl}: [SKIP][37] ([i915#658]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-1/igt@i915_pm_dc@dc5-psr.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_rpm@i2c: - {shard-tglu}: [SKIP][39] ([i915#3547]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-9/igt@i915_pm_rpm@i2c.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-5/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@system-suspend-modeset: - {shard-rkl}: [SKIP][41] ([fdo#109308]) -> [PASS][42] +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-1/igt@i915_pm_rpm@system-suspend-modeset.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [DMESG-FAIL][43] ([i915#5334]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-apl6/igt@i915_selftest@live@gt_heartbeat.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-apl4/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@sanitycheck: - shard-snb: [ABORT][45] ([i915#4528]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-snb4/igt@i915_selftest@live@sanitycheck.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-snb5/igt@i915_selftest@live@sanitycheck.html * igt@kms_big_fb@linear-32bpp-rotate-0: - {shard-rkl}: [SKIP][47] ([i915#1845] / [i915#4098]) -> [PASS][48] +30 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-4/igt@kms_big_fb@linear-32bpp-rotate-0.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@x-tiled-8bpp-rotate-180: - {shard-tglu}: [SKIP][49] ([i915#1845] / [i915#7651]) -> [PASS][50] +31 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-9/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-2/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-glk: [FAIL][51] ([i915#72]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-glk8/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][53] ([i915#2346]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@single-move@pipe-b: - {shard-dg1}: [INCOMPLETE][55] ([i915#8011]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-dg1-14/igt@kms_cursor_legacy@single-move@pipe-b.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-dg1-15/igt@kms_cursor_legacy@single-move@pipe-b.html * igt@kms_fence_pin_leak: - {shard-tglu}: [SKIP][57] ([fdo#109274] / [i915#1845]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-9/igt@kms_fence_pin_leak.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-5/igt@kms_fence_pin_leak.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - {shard-rkl}: [SKIP][59] ([i915#1849] / [i915#4098]) -> [PASS][60] +18 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - {shard-tglu}: [SKIP][61] ([i915#1849]) -> [PASS][62] +8 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-9/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * {igt@kms_plane@invalid-pixel-format-settings}: - {shard-rkl}: [SKIP][63] ([i915#8152]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-2/igt@kms_plane@invalid-pixel-format-settings.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@kms_plane@invalid-pixel-format-settings.html * igt@kms_plane@plane-position-hole-dpms@pipe-a-planes: - {shard-dg1}: [FAIL][65] -> [PASS][66] +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-dg1-16/igt@kms_plane@plane-position-hole-dpms@pipe-a-planes.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-dg1-17/igt@kms_plane@plane-position-hole-dpms@pipe-a-planes.html * igt@kms_psr@sprite_plane_onoff: - {shard-rkl}: [SKIP][67] ([i915#1072]) -> [PASS][68] +2 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-rkl-5/igt@kms_psr@sprite_plane_onoff.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html * igt@kms_universal_plane@disable-primary-vs-flip-pipe-a: - {shard-tglu}: [SKIP][69] ([i915#1845]) -> [PASS][70] +30 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-tglu-9/igt@kms_universal_plane@disable-primary-vs-flip-pipe-a.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-tglu-7/igt@kms_universal_plane@disable-primary-vs-flip-pipe-a.html * {igt@perf@oa-exponents@0-rcs0}: - shard-glk: [ABORT][71] -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7220/shard-glk9/igt@perf@oa-exponents@0-rcs0.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/shard-glk4/igt@perf@oa-exponents@0-rcs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [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#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [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#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [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#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [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#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [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#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [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#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [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#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5090]: https://gitlab.freedesktop.org/drm/intel/issues/5090 [i915#5115]: https://gitlab.freedesktop.org/drm/intel/issues/5115 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5431]: https://gitlab.freedesktop.org/drm/intel/issues/5431 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6258]: https://gitlab.freedesktop.org/drm/intel/issues/6258 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#72]: https://gitlab.freedesktop.org/drm/intel/issues/72 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8150]: https://gitlab.freedesktop.org/drm/intel/issues/8150 [i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152 [i915#8154]: https://gitlab.freedesktop.org/drm/intel/issues/8154 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7220 -> IGTPW_8684 CI-20190529: 20190529 CI_DRM_12914: 6e5f96153989e454041848f66a5227be9bd0bbc3 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/index.html IGT_7220: 3eb7beb5c03343b29556025b1ada4b50849b5976 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8684/index.html [-- Attachment #2: Type: text/html, Size: 18368 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-27 10:07 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-27 7:23 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: Update bigjoiner pipe constraint Bhanuprakash Modem 2023-03-27 8:19 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-27 10:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox