* [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config
@ 2023-06-26 13:05 Suraj Kandpal
2023-06-26 13:56 ` Luca Coelho
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Suraj Kandpal @ 2023-06-26 13:05 UTC (permalink / raw)
To: intel-gfx
Remove the FIXME and the code related to it as after verification
it does seem the previous values were typos and no hardware spec
mentions using these particular rc_params.
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
diff --git a/drivers/gpu/drm/i915/display/intel_vdsc.c b/drivers/gpu/drm/i915/display/intel_vdsc.c
index bd9116d2cd76..d27e84696f31 100644
--- a/drivers/gpu/drm/i915/display/intel_vdsc.c
+++ b/drivers/gpu/drm/i915/display/intel_vdsc.c
@@ -237,18 +237,6 @@ int intel_dsc_compute_params(struct intel_crtc_state *pipe_config)
if (ret)
return ret;
-
- /*
- * FIXME: verify that the hardware actually needs these
- * modifications rather than them being simple typos.
- */
- if (compressed_bpp == 6 &&
- vdsc_cfg->bits_per_component == 8)
- vdsc_cfg->rc_quant_incr_limit1 = 23;
-
- if (compressed_bpp == 8 &&
- vdsc_cfg->bits_per_component == 14)
- vdsc_cfg->rc_range_params[0].range_bpg_offset = 0;
}
/*
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config 2023-06-26 13:05 [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config Suraj Kandpal @ 2023-06-26 13:56 ` Luca Coelho 2023-07-12 9:40 ` Nautiyal, Ankit K 2023-06-26 17:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork ` (2 subsequent siblings) 3 siblings, 1 reply; 6+ messages in thread From: Luca Coelho @ 2023-06-26 13:56 UTC (permalink / raw) To: Suraj Kandpal, intel-gfx On Mon, 2023-06-26 at 18:35 +0530, Suraj Kandpal wrote: > Remove the FIXME and the code related to it as after verification > it does seem the previous values were typos and no hardware spec > mentions using these particular rc_params. > > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> > > diff --git a/drivers/gpu/drm/i915/display/intel_vdsc.c b/drivers/gpu/drm/i915/display/intel_vdsc.c > index bd9116d2cd76..d27e84696f31 100644 > --- a/drivers/gpu/drm/i915/display/intel_vdsc.c > +++ b/drivers/gpu/drm/i915/display/intel_vdsc.c > @@ -237,18 +237,6 @@ int intel_dsc_compute_params(struct intel_crtc_state *pipe_config) > > if (ret) > return ret; > - > - /* > - * FIXME: verify that the hardware actually needs these > - * modifications rather than them being simple typos. > - */ > - if (compressed_bpp == 6 && > - vdsc_cfg->bits_per_component == 8) > - vdsc_cfg->rc_quant_incr_limit1 = 23; > - > - if (compressed_bpp == 8 && > - vdsc_cfg->bits_per_component == 14) > - vdsc_cfg->rc_range_params[0].range_bpg_offset = 0; > } > > /* Reviewed-by: Luca Coelho <luciano.coelho@intel.com> -- Cheers, Luca. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config 2023-06-26 13:56 ` Luca Coelho @ 2023-07-12 9:40 ` Nautiyal, Ankit K 0 siblings, 0 replies; 6+ messages in thread From: Nautiyal, Ankit K @ 2023-07-12 9:40 UTC (permalink / raw) To: Luca Coelho, Suraj Kandpal, intel-gfx On 6/26/2023 7:26 PM, Luca Coelho wrote: > On Mon, 2023-06-26 at 18:35 +0530, Suraj Kandpal wrote: >> Remove the FIXME and the code related to it as after verification >> it does seem the previous values were typos and no hardware spec >> mentions using these particular rc_params. >> >> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> >> >> diff --git a/drivers/gpu/drm/i915/display/intel_vdsc.c b/drivers/gpu/drm/i915/display/intel_vdsc.c >> index bd9116d2cd76..d27e84696f31 100644 >> --- a/drivers/gpu/drm/i915/display/intel_vdsc.c >> +++ b/drivers/gpu/drm/i915/display/intel_vdsc.c >> @@ -237,18 +237,6 @@ int intel_dsc_compute_params(struct intel_crtc_state *pipe_config) >> >> if (ret) >> return ret; >> - >> - /* >> - * FIXME: verify that the hardware actually needs these >> - * modifications rather than them being simple typos. >> - */ >> - if (compressed_bpp == 6 && >> - vdsc_cfg->bits_per_component == 8) >> - vdsc_cfg->rc_quant_incr_limit1 = 23; >> - >> - if (compressed_bpp == 8 && >> - vdsc_cfg->bits_per_component == 14) >> - vdsc_cfg->rc_range_params[0].range_bpg_offset = 0; >> } >> >> /* > Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Pushed to drm-intel-next. Thanks for the patch and the reviews. Regards, Ankit > -- > Cheers, > Luca. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config 2023-06-26 13:05 [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config Suraj Kandpal 2023-06-26 13:56 ` Luca Coelho @ 2023-06-26 17:23 ` Patchwork 2023-06-27 3:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork 2023-06-27 6:02 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-06-26 17:23 UTC (permalink / raw) To: Suraj Kandpal; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 6498 bytes --] == Series Details == Series: drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config URL : https://patchwork.freedesktop.org/series/119864/ State : success == Summary == CI Bug Log - changes from CI_DRM_13322 -> Patchwork_119864v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/index.html Participating hosts (42 -> 40) ------------------------------ Missing (2): fi-kbl-soraka fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_119864v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gt_mocs: - bat-mtlp-6: [PASS][1] -> [DMESG-FAIL][2] ([i915#7059]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [PASS][3] -> [DMESG-FAIL][4] ([i915#7269]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-mtlp-6/igt@i915_selftest@live@requests.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-mtlp-6: [PASS][5] -> [DMESG-WARN][6] ([i915#6367]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-mtlp-6/igt@i915_selftest@live@slpc.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-mtlp-6/igt@i915_selftest@live@slpc.html - bat-rpls-1: NOTRUN -> [DMESG-WARN][7] ([i915#6367]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@i915_suspend@basic-s3-without-i915: - bat-rpls-1: NOTRUN -> [ABORT][8] ([i915#6687] / [i915#7978]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-rpls-1/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-dg2-11: NOTRUN -> [SKIP][9] ([i915#7828]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-dg2-11/igt@kms_chamelium_hpd@common-hpd-after-suspend.html #### Possible fixes #### * igt@i915_selftest@live@gt_mocs: - bat-mtlp-8: [DMESG-FAIL][10] ([i915#7059]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-mtlp-8/igt@i915_selftest@live@gt_mocs.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-mtlp-8/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@hangcheck: - bat-dg2-11: [INCOMPLETE][12] ([i915#7913]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-dg2-11/igt@i915_selftest@live@hangcheck.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-dg2-11/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@requests: - bat-rpls-1: [ABORT][14] ([i915#7911] / [i915#7920] / [i915#7982]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-rpls-1/igt@i915_selftest@live@requests.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-rpls-1/igt@i915_selftest@live@requests.html * igt@kms_flip@basic-flip-vs-modeset@b-dp5: - bat-adlp-11: [DMESG-WARN][16] ([i915#6868]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@b-dp5.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@b-dp5.html * igt@kms_flip@basic-flip-vs-modeset@c-dp6: - bat-adlp-11: [FAIL][18] ([i915#6121]) -> [PASS][19] +5 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@c-dp6.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@c-dp6.html #### Warnings #### * igt@i915_pm_rpm@basic-pci-d3-state: - bat-adlp-11: [ABORT][20] -> [ABORT][21] ([i915#4423]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-adlp-11/igt@i915_pm_rpm@basic-pci-d3-state.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-adlp-11/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@kms_psr@cursor_plane_move: - bat-rplp-1: [SKIP][22] ([i915#1072]) -> [ABORT][23] ([i915#8434]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920 [i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434 Build changes ------------- * Linux: CI_DRM_13322 -> Patchwork_119864v1 CI-20190529: 20190529 CI_DRM_13322: 7067d1a82560a2e79adefac0d28e08cb163ae907 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7349: eba3d515fbb832edc7fabcbf90e2564aa7face7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_119864v1: 7067d1a82560a2e79adefac0d28e08cb163ae907 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits 29f3a133ab18 drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/index.html [-- Attachment #2: Type: text/html, Size: 7549 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config 2023-06-26 13:05 [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config Suraj Kandpal 2023-06-26 13:56 ` Luca Coelho 2023-06-26 17:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-06-27 3:41 ` Patchwork 2023-06-27 6:02 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-06-27 3:41 UTC (permalink / raw) To: Suraj Kandpal; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 26420 bytes --] == Series Details == Series: drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config URL : https://patchwork.freedesktop.org/series/119864/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13322_full -> Patchwork_119864v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_119864v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_119864v1_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 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_119864v1_full: ### IGT changes ### #### Possible regressions #### * igt@kms_rotation_crc@primary-rotation-90: - shard-rkl: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html Known issues ------------ Here are the changes found in Patchwork_119864v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@drm_fdinfo@idle@rcs0: - shard-rkl: [PASS][3] -> [FAIL][4] ([i915#7742]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-1/igt@drm_fdinfo@idle@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-1/igt@drm_fdinfo@idle@rcs0.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][5] ([i915#6335]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [PASS][6] -> [FAIL][7] ([i915#2842]) +2 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [PASS][8] -> [FAIL][9] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-apl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-glk: [PASS][10] -> [FAIL][11] ([i915#2842]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_params@secure-non-master: - shard-tglu: NOTRUN -> [SKIP][12] ([fdo#112283]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_exec_params@secure-non-master.html * igt@gem_mmap_gtt@coherency: - shard-tglu: NOTRUN -> [SKIP][13] ([fdo#111656]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_mmap_gtt@coherency.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][14] ([fdo#109289]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gen7_exec_parse@cmd-crossing-page.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][15] ([i915#8399]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@i915_pm_freq_api@freq-basic-api.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][16] ([fdo#111615] / [i915#5286]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][17] ([i915#5354] / [i915#6095]) +4 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][18] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][19] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][20] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-tglu: NOTRUN -> [SKIP][21] ([i915#7828]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu: NOTRUN -> [SKIP][22] ([i915#3359]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1: - shard-apl: [PASS][23] -> [ABORT][24] ([i915#180]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-apl6/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-apl2/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-tglu: NOTRUN -> [SKIP][25] ([fdo#109274]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][26] ([i915#4103]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][27] ([i915#2587] / [i915#2672] / [i915#4579]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][28] ([fdo#109280]) +5 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-stridechange: - shard-tglu: NOTRUN -> [SKIP][29] ([fdo#110189]) +7 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][30] ([i915#5176]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#4579] / [i915#5176]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a-vga-1: - shard-snb: NOTRUN -> [SKIP][32] ([fdo#109271]) +15 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a-vga-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#4579]) +10 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b-vga-1.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][34] ([fdo#111068] / [i915#658]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-rkl: [PASS][35] -> [ABORT][36] ([i915#7461]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@v3d/v3d_perfmon@create-perfmon-exceed: - shard-tglu: NOTRUN -> [SKIP][37] ([fdo#109315] / [i915#2575]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@v3d/v3d_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_purgeable_bo@mark-purgeable: - shard-tglu: NOTRUN -> [SKIP][38] ([i915#2575]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@vc4/vc4_purgeable_bo@mark-purgeable.html #### Possible fixes #### * igt@gem_barrier_race@remote-request@rcs0: - shard-tglu: [ABORT][39] ([i915#8178]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-5/igt@gem_barrier_race@remote-request@rcs0.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][41] ([i915#2842]) -> [PASS][42] +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [FAIL][43] ([i915#2842]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [FAIL][45] ([i915#2842]) -> [PASS][46] +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-7/igt@gem_exec_fair@basic-pace@vecs0.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-2/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_schedule@deep@vcs1: - {shard-mtlp}: [FAIL][47] ([i915#8606]) -> [PASS][48] +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-3/igt@gem_exec_schedule@deep@vcs1.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-8/igt@gem_exec_schedule@deep@vcs1.html * igt@gem_exec_whisper@basic-fds-all: - {shard-mtlp}: [FAIL][49] ([i915#6363]) -> [PASS][50] +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-1/igt@gem_exec_whisper@basic-fds-all.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-6/igt@gem_exec_whisper@basic-fds-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - {shard-dg2}: [TIMEOUT][51] ([i915#5493]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_userptr_blits@huge-split: - shard-snb: [FAIL][53] ([i915#2724]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-snb2/igt@gem_userptr_blits@huge-split.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb7/igt@gem_userptr_blits@huge-split.html * igt@i915_module_load@reload-with-fault-injection: - {shard-mtlp}: [ABORT][55] ([i915#8489]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rpm@modeset-lpsp: - {shard-dg2}: [SKIP][57] ([i915#1397]) -> [PASS][58] +2 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-7/igt@i915_pm_rpm@modeset-lpsp.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][59] ([i915#1397]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-4/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_selftest@live@slpc: - {shard-mtlp}: [DMESG-WARN][61] ([i915#6367]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-4/igt@i915_selftest@live@slpc.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-1/igt@i915_selftest@live@slpc.html * igt@i915_selftest@live@workarounds: - {shard-mtlp}: [DMESG-FAIL][63] ([i915#6763]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-4/igt@i915_selftest@live@workarounds.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-1/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@forcewake: - {shard-dg2}: [FAIL][65] ([fdo#103375]) -> [PASS][66] +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-5/igt@i915_suspend@forcewake.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-11/igt@i915_suspend@forcewake.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - {shard-mtlp}: [FAIL][67] ([i915#5138]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - {shard-mtlp}: [FAIL][69] ([i915#3743]) -> [PASS][70] +2 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][71] ([i915#2346]) -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - {shard-mtlp}: [DMESG-FAIL][73] ([i915#2017] / [i915#5954]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu: - {shard-dg2}: [FAIL][75] -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-12/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite: - shard-snb: [SKIP][77] ([fdo#109271]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@perf@non-zero-reason@0-rcs0: - {shard-dg2}: [FAIL][79] ([i915#7484]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-tglu: [WARN][81] ([i915#2681]) -> [FAIL][82] ([i915#2681] / [i915#3591]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-tglu: [FAIL][83] ([i915#2681] / [i915#3591]) -> [WARN][84] ([i915#2681]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][85] ([i915#3955]) -> [SKIP][86] ([fdo#110189] / [i915#3955]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-6/igt@kms_fbcon_fbt@psr.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-2/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][87] ([fdo#110189] / [i915#3955]) -> [SKIP][88] ([i915#3955]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.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#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [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#2724]: https://gitlab.freedesktop.org/drm/intel/issues/2724 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [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#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [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#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5464]: https://gitlab.freedesktop.org/drm/intel/issues/5464 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6950]: https://gitlab.freedesktop.org/drm/intel/issues/6950 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [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#8178]: https://gitlab.freedesktop.org/drm/intel/issues/8178 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8606]: https://gitlab.freedesktop.org/drm/intel/issues/8606 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724 Build changes ------------- * Linux: CI_DRM_13322 -> Patchwork_119864v1 CI-20190529: 20190529 CI_DRM_13322: 7067d1a82560a2e79adefac0d28e08cb163ae907 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7349: eba3d515fbb832edc7fabcbf90e2564aa7face7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_119864v1: 7067d1a82560a2e79adefac0d28e08cb163ae907 @ 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_119864v1/index.html [-- Attachment #2: Type: text/html, Size: 27548 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config 2023-06-26 13:05 [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config Suraj Kandpal ` (2 preceding siblings ...) 2023-06-27 3:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-06-27 6:02 ` Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-06-27 6:02 UTC (permalink / raw) To: Suraj Kandpal; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 26012 bytes --] == Series Details == Series: drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config URL : https://patchwork.freedesktop.org/series/119864/ State : success == Summary == CI Bug Log - changes from CI_DRM_13322_full -> Patchwork_119864v1_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_119864v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@drm_fdinfo@idle@rcs0: - shard-rkl: [PASS][1] -> [FAIL][2] ([i915#7742]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-1/igt@drm_fdinfo@idle@rcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-1/igt@drm_fdinfo@idle@rcs0.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][3] ([i915#6335]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [PASS][4] -> [FAIL][5] ([i915#2842]) +2 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [PASS][6] -> [FAIL][7] ([i915#2842]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-apl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html - shard-glk: [PASS][8] -> [FAIL][9] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_params@secure-non-master: - shard-tglu: NOTRUN -> [SKIP][10] ([fdo#112283]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_exec_params@secure-non-master.html * igt@gem_mmap_gtt@coherency: - shard-tglu: NOTRUN -> [SKIP][11] ([fdo#111656]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_mmap_gtt@coherency.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][12] ([fdo#109289]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gen7_exec_parse@cmd-crossing-page.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][13] ([i915#8399]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@i915_pm_freq_api@freq-basic-api.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][14] ([fdo#111615] / [i915#5286]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][15] ([i915#5354] / [i915#6095]) +4 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][16] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][17] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][18] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-tglu: NOTRUN -> [SKIP][19] ([i915#7828]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu: NOTRUN -> [SKIP][20] ([i915#3359]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1: - shard-apl: [PASS][21] -> [ABORT][22] ([i915#180]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-apl6/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-apl2/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-tglu: NOTRUN -> [SKIP][23] ([fdo#109274]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][24] ([i915#4103]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][25] ([i915#2587] / [i915#2672] / [i915#4579]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][26] ([fdo#109280]) +5 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-stridechange: - shard-tglu: NOTRUN -> [SKIP][27] ([fdo#110189]) +7 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][28] ([i915#5176]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#4579] / [i915#5176]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a-vga-1: - shard-snb: NOTRUN -> [SKIP][30] ([fdo#109271]) +15 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a-vga-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#4579]) +10 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b-vga-1.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][32] ([fdo#111068] / [i915#658]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_rotation_crc@primary-rotation-90: - shard-rkl: [PASS][33] -> [ABORT][34] ([i915#8311]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-rkl: [PASS][35] -> [ABORT][36] ([i915#7461]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@v3d/v3d_perfmon@create-perfmon-exceed: - shard-tglu: NOTRUN -> [SKIP][37] ([fdo#109315] / [i915#2575]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@v3d/v3d_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_purgeable_bo@mark-purgeable: - shard-tglu: NOTRUN -> [SKIP][38] ([i915#2575]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@vc4/vc4_purgeable_bo@mark-purgeable.html #### Possible fixes #### * igt@gem_barrier_race@remote-request@rcs0: - shard-tglu: [ABORT][39] ([i915#8178]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-5/igt@gem_barrier_race@remote-request@rcs0.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-3/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][41] ([i915#2842]) -> [PASS][42] +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [FAIL][43] ([i915#2842]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [FAIL][45] ([i915#2842]) -> [PASS][46] +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-7/igt@gem_exec_fair@basic-pace@vecs0.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-2/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_schedule@deep@vcs1: - {shard-mtlp}: [FAIL][47] ([i915#8606]) -> [PASS][48] +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-3/igt@gem_exec_schedule@deep@vcs1.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-8/igt@gem_exec_schedule@deep@vcs1.html * igt@gem_exec_whisper@basic-fds-all: - {shard-mtlp}: [FAIL][49] ([i915#6363]) -> [PASS][50] +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-1/igt@gem_exec_whisper@basic-fds-all.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-6/igt@gem_exec_whisper@basic-fds-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - {shard-dg2}: [TIMEOUT][51] ([i915#5493]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_userptr_blits@huge-split: - shard-snb: [FAIL][53] ([i915#2724]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-snb2/igt@gem_userptr_blits@huge-split.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb7/igt@gem_userptr_blits@huge-split.html * igt@i915_module_load@reload-with-fault-injection: - {shard-mtlp}: [ABORT][55] ([i915#8489]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rpm@modeset-lpsp: - {shard-dg2}: [SKIP][57] ([i915#1397]) -> [PASS][58] +2 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-7/igt@i915_pm_rpm@modeset-lpsp.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][59] ([i915#1397]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-4/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_selftest@live@slpc: - {shard-mtlp}: [DMESG-WARN][61] ([i915#6367]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-4/igt@i915_selftest@live@slpc.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-1/igt@i915_selftest@live@slpc.html * igt@i915_selftest@live@workarounds: - {shard-mtlp}: [DMESG-FAIL][63] ([i915#6763]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-4/igt@i915_selftest@live@workarounds.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-1/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@forcewake: - {shard-dg2}: [FAIL][65] ([fdo#103375]) -> [PASS][66] +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-5/igt@i915_suspend@forcewake.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-11/igt@i915_suspend@forcewake.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - {shard-mtlp}: [FAIL][67] ([i915#5138]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - {shard-mtlp}: [FAIL][69] ([i915#3743]) -> [PASS][70] +2 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][71] ([i915#2346]) -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - {shard-mtlp}: [DMESG-FAIL][73] ([i915#2017] / [i915#5954]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-mtlp-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-mtlp-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu: - {shard-dg2}: [FAIL][75] ([i915#6880]) -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-12/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite: - shard-snb: [SKIP][77] ([fdo#109271]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@perf@non-zero-reason@0-rcs0: - {shard-dg2}: [FAIL][79] ([i915#7484]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-tglu: [WARN][81] ([i915#2681]) -> [FAIL][82] ([i915#2681] / [i915#3591]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-tglu: [FAIL][83] ([i915#2681] / [i915#3591]) -> [WARN][84] ([i915#2681]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][85] ([i915#3955]) -> [SKIP][86] ([fdo#110189] / [i915#3955]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-6/igt@kms_fbcon_fbt@psr.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-2/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][87] ([fdo#110189] / [i915#3955]) -> [SKIP][88] ([i915#3955]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13322/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119864v1/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.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#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [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#2724]: https://gitlab.freedesktop.org/drm/intel/issues/2724 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [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#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [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#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5464]: https://gitlab.freedesktop.org/drm/intel/issues/5464 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6363]: https://gitlab.freedesktop.org/drm/intel/issues/6363 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6950]: https://gitlab.freedesktop.org/drm/intel/issues/6950 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [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#8178]: https://gitlab.freedesktop.org/drm/intel/issues/8178 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8606]: https://gitlab.freedesktop.org/drm/intel/issues/8606 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724 Build changes ------------- * Linux: CI_DRM_13322 -> Patchwork_119864v1 CI-20190529: 20190529 CI_DRM_13322: 7067d1a82560a2e79adefac0d28e08cb163ae907 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7349: eba3d515fbb832edc7fabcbf90e2564aa7face7b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_119864v1: 7067d1a82560a2e79adefac0d28e08cb163ae907 @ 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_119864v1/index.html [-- Attachment #2: Type: text/html, Size: 27193 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-07-12 9:41 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-26 13:05 [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config Suraj Kandpal 2023-06-26 13:56 ` Luca Coelho 2023-07-12 9:40 ` Nautiyal, Ankit K 2023-06-26 17:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-06-27 3:41 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork 2023-06-27 6:02 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox