* [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing
@ 2021-11-10 10:23 William Tseng
2021-11-10 14:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (8 more replies)
0 siblings, 9 replies; 19+ messages in thread
From: William Tseng @ 2021-11-10 10:23 UTC (permalink / raw)
To: intel-gfx; +Cc: Cooper Chiou, William Tseng
This change is to avoid over-specification of the TEOT timing
parameter, which is derived from software in current design.
Supposed that THS-TRAIL and THS-EXIT have the minimum values,
i.e., 60 and 100 in ns. If SW is overriding the HW default,
the TEOT value becomes 150 ns, approximately calculated by
the following formula.
DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
is LP Escape Clock time in ns.
The TEOT value 150 ns is larger than the maximum value,
around 136 ns if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI
DPHY specification).
However, the TEOT value will meet the specification if THS-TRAIL
is set to the HW default, instead of software overriding.
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Lee Shawn C <shawn.c.lee@intel.com>
Cc: Cooper Chiou <cooper.chiou@intel.com>
Signed-off-by: William Tseng <william.tseng@intel.com>
---
drivers/gpu/drm/i915/display/icl_dsi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
index 168c84a74d30..0d22d3ed9734 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi.c
+++ b/drivers/gpu/drm/i915/display/icl_dsi.c
@@ -1957,8 +1957,6 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
HS_PREPARE(prepare_cnt) |
HS_ZERO_OVERRIDE |
HS_ZERO(hs_zero_cnt) |
- HS_TRAIL_OVERRIDE |
- HS_TRAIL(trail_cnt) |
HS_EXIT_OVERRIDE |
HS_EXIT(exit_zero_cnt));
--
2.17.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
@ 2021-11-10 14:32 ` Patchwork
2021-11-10 17:37 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
` (7 subsequent siblings)
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-11-10 14:32 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 5303 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing
URL : https://patchwork.freedesktop.org/series/96750/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_10863 -> Patchwork_21553
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/index.html
Participating hosts (39 -> 35)
------------------------------
Additional (2): fi-icl-u2 fi-tgl-u2
Missing (6): bat-dg1-5 fi-bsw-cyan bat-adlp-4 fi-pnv-d510 fi-icl-y fi-bdw-samus
Known issues
------------
Here are the changes found in Patchwork_21553 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@amdgpu/amd_cs_nop@fork-gfx0:
- fi-icl-u2: NOTRUN -> [SKIP][1] ([fdo#109315]) +17 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-icl-u2/igt@amdgpu/amd_cs_nop@fork-gfx0.html
* igt@gem_huc_copy@huc-copy:
- fi-tgl-u2: NOTRUN -> [SKIP][2] ([i915#2190])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html
- fi-icl-u2: NOTRUN -> [SKIP][3] ([i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-icl-u2/igt@gem_huc_copy@huc-copy.html
* igt@kms_chamelium@dp-hpd-fast:
- fi-tgl-u2: NOTRUN -> [SKIP][4] ([fdo#109284] / [fdo#111827]) +8 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-icl-u2: NOTRUN -> [SKIP][5] ([fdo#111827]) +8 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-tgl-u2: NOTRUN -> [SKIP][6] ([i915#4103]) +1 similar issue
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-u2: NOTRUN -> [SKIP][7] ([fdo#109278]) +2 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-tgl-u2: NOTRUN -> [SKIP][8] ([fdo#109285])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html
- fi-icl-u2: NOTRUN -> [SKIP][9] ([fdo#109285])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html
* igt@prime_vgem@basic-userptr:
- fi-icl-u2: NOTRUN -> [SKIP][10] ([i915#3301])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-icl-u2/igt@prime_vgem@basic-userptr.html
- fi-tgl-u2: NOTRUN -> [SKIP][11] ([i915#3301])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-tgl-u2/igt@prime_vgem@basic-userptr.html
#### Possible fixes ####
* igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: [DMESG-WARN][12] ([i915#4269]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
- {fi-hsw-gt1}: [DMESG-WARN][14] ([i915#4290]) -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269
[i915#4290]: https://gitlab.freedesktop.org/drm/intel/issues/4290
Build changes
-------------
* Linux: CI_DRM_10863 -> Patchwork_21553
CI-20190529: 20190529
CI_DRM_10863: de2d87964c398bd4de93d264192e7f69928cf9c8 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6276: 955e0652ed6b1c8697e7ea5c35f86b232b4d5c32 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21553: 314b2b5103a1617790b722288fad9268452285e0 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
314b2b5103a1 drm/i915/dsi: let HW maintain the HS-TRAIL timing
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/index.html
[-- Attachment #2: Type: text/html, Size: 6490 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
2021-11-10 14:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
@ 2021-11-10 17:37 ` Patchwork
2021-11-15 3:03 ` [Intel-gfx] [PATCH v2] " William Tseng
` (6 subsequent siblings)
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-11-10 17:37 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 30272 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing
URL : https://patchwork.freedesktop.org/series/96750/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_10863_full -> Patchwork_21553_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_21553_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21553_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_21553_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_capture@pi@vcs1:
- shard-iclb: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-iclb1/igt@gem_exec_capture@pi@vcs1.html
Known issues
------------
Here are the changes found in Patchwork_21553_full that come from known issues:
### CI changes ###
#### Possible fixes ####
* boot:
- shard-glk: ([PASS][2], [PASS][3], [PASS][4], [PASS][5], [PASS][6], [PASS][7], [PASS][8], [PASS][9], [PASS][10], [PASS][11], [FAIL][12], [PASS][13], [PASS][14], [PASS][15], [PASS][16], [PASS][17], [PASS][18], [PASS][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [PASS][24], [PASS][25], [PASS][26]) ([i915#4392]) -> ([PASS][27], [PASS][28], [PASS][29], [PASS][30], [PASS][31], [PASS][32], [PASS][33], [PASS][34], [PASS][35], [PASS][36], [PASS][37], [PASS][38], [PASS][39], [PASS][40], [PASS][41], [PASS][42], [PASS][43], [PASS][44], [PASS][45], [PASS][46], [PASS][47], [PASS][48], [PASS][49], [PASS][50], [PASS][51])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk6/boot.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk5/boot.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk5/boot.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk5/boot.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk4/boot.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk4/boot.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk4/boot.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk4/boot.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk3/boot.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk3/boot.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk3/boot.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk2/boot.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk2/boot.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk2/boot.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk1/boot.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk1/boot.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk9/boot.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk9/boot.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk9/boot.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk8/boot.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk8/boot.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk7/boot.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk7/boot.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk6/boot.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk6/boot.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk9/boot.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk9/boot.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk9/boot.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk8/boot.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk8/boot.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk8/boot.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk7/boot.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk7/boot.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk7/boot.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/boot.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/boot.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk5/boot.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk5/boot.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk5/boot.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk4/boot.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk4/boot.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk3/boot.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk3/boot.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk3/boot.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk2/boot.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk2/boot.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk2/boot.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk1/boot.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk1/boot.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk1/boot.html
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-tglb: [PASS][52] -> [FAIL][53] ([i915#2842])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb7/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-apl: [PASS][54] -> [SKIP][55] ([fdo#109271])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-apl3/igt@gem_exec_fair@basic-none-share@rcs0.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl3/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-kbl: [PASS][56] -> [FAIL][57] ([i915#2842]) +2 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-kbl7/igt@gem_exec_fair@basic-none@vcs0.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-iclb: [PASS][58] -> [FAIL][59] ([i915#2842])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-iclb2/igt@gem_exec_fair@basic-pace@vecs0.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-iclb3/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-iclb: [PASS][60] -> [FAIL][61] ([i915#2849])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-iclb8/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@gem_huc_copy@huc-copy:
- shard-tglb: [PASS][62] -> [SKIP][63] ([i915#2190])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-tglb2/igt@gem_huc_copy@huc-copy.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb7/igt@gem_huc_copy@huc-copy.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][64] ([i915#2658])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-skl: NOTRUN -> [WARN][65] ([i915#2658])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl2/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-tglb: NOTRUN -> [SKIP][66] ([i915#4270]) +1 similar issue
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb3/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_softpin@noreloc-s3:
- shard-tglb: [PASS][67] -> [INCOMPLETE][68] ([i915#1373] / [i915#456])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-tglb2/igt@gem_softpin@noreloc-s3.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb7/igt@gem_softpin@noreloc-s3.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglb: NOTRUN -> [SKIP][69] ([i915#2856]) +1 similar issue
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb3/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
- shard-kbl: NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#1937])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#3777]) +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-glk: NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#3777])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#3886]) +3 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl4/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs_cc:
- shard-glk: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#3886]) +2 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-kbl: NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#3886]) +9 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-skl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#3886]) +6 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl7/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][77] ([i915#3689]) +5 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-apl: NOTRUN -> [SKIP][78] ([fdo#109271]) +68 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl7/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium@hdmi-hpd-storm:
- shard-kbl: NOTRUN -> [SKIP][79] ([fdo#109271] / [fdo#111827]) +10 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@kms_chamelium@hdmi-hpd-storm.html
* igt@kms_color_chamelium@pipe-b-ctm-0-5:
- shard-glk: NOTRUN -> [SKIP][80] ([fdo#109271] / [fdo#111827]) +5 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@kms_color_chamelium@pipe-b-ctm-0-5.html
* igt@kms_color_chamelium@pipe-c-ctm-0-25:
- shard-skl: NOTRUN -> [SKIP][81] ([fdo#109271] / [fdo#111827]) +5 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl2/igt@kms_color_chamelium@pipe-c-ctm-0-25.html
* igt@kms_color_chamelium@pipe-c-ctm-red-to-blue:
- shard-tglb: NOTRUN -> [SKIP][82] ([fdo#109284] / [fdo#111827]) +1 similar issue
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_color_chamelium@pipe-c-ctm-red-to-blue.html
* igt@kms_color_chamelium@pipe-c-degamma:
- shard-apl: NOTRUN -> [SKIP][83] ([fdo#109271] / [fdo#111827]) +4 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl3/igt@kms_color_chamelium@pipe-c-degamma.html
* igt@kms_content_protection@lic:
- shard-kbl: NOTRUN -> [TIMEOUT][84] ([i915#1319])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@kms_content_protection@lic.html
* igt@kms_content_protection@mei_interface:
- shard-tglb: NOTRUN -> [SKIP][85] ([fdo#111828])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_content_protection@mei_interface.html
* igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][86] ([i915#3359]) +1 similar issue
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement.html
* igt@kms_cursor_crc@pipe-d-cursor-256x256-random:
- shard-glk: NOTRUN -> [SKIP][87] ([fdo#109271]) +38 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@kms_cursor_crc@pipe-d-cursor-256x256-random.html
* igt@kms_cursor_crc@pipe-d-cursor-32x32-random:
- shard-tglb: NOTRUN -> [SKIP][88] ([i915#3319])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-32x32-random.html
* igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding:
- shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109279] / [i915#3359])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x512-sliding.html
* igt@kms_cursor_edge_walk@pipe-d-64x64-left-edge:
- shard-kbl: NOTRUN -> [SKIP][90] ([fdo#109271]) +130 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@kms_cursor_edge_walk@pipe-d-64x64-left-edge.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-apl: [PASS][91] -> [INCOMPLETE][92] ([i915#180] / [i915#1982])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-apl7/igt@kms_fbcon_fbt@fbc-suspend.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a2:
- shard-glk: [PASS][93] -> [FAIL][94] ([i915#79])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk2/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a2.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a2.html
* igt@kms_flip@flip-vs-suspend@a-edp1:
- shard-skl: NOTRUN -> [INCOMPLETE][95] ([i915#198])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl6/igt@kms_flip@flip-vs-suspend@a-edp1.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1:
- shard-skl: [PASS][96] -> [FAIL][97] ([i915#2122])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-skl2/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl9/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs:
- shard-skl: NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#2672])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html
- shard-kbl: NOTRUN -> [SKIP][99] ([fdo#109271] / [i915#2672])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
- shard-skl: NOTRUN -> [SKIP][100] ([fdo#109271]) +120 similar issues
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-tglb: NOTRUN -> [SKIP][101] ([fdo#111825]) +7 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
- shard-apl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#533])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl7/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
- shard-kbl: NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#533])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
- shard-tglb: [PASS][104] -> [INCOMPLETE][105] ([i915#2828] / [i915#456])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-tglb8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
- shard-apl: NOTRUN -> [DMESG-WARN][106] ([i915#180])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
- shard-glk: NOTRUN -> [FAIL][107] ([fdo#108145] / [i915#265])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
* igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min:
- shard-skl: NOTRUN -> [FAIL][108] ([fdo#108145] / [i915#265])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl2/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
* igt@kms_plane_alpha_blend@pipe-c-coverage-7efc:
- shard-skl: [PASS][109] -> [FAIL][110] ([fdo#108145] / [i915#265]) +2 similar issues
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-skl9/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl10/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
- shard-apl: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#658]) +3 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3:
- shard-kbl: NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#658]) +4 similar issues
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl4/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
- shard-skl: NOTRUN -> [SKIP][113] ([fdo#109271] / [i915#658]) +1 similar issue
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl7/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5:
- shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#658]) +1 similar issue
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5.html
* igt@kms_psr2_su@page_flip:
- shard-tglb: NOTRUN -> [SKIP][115] ([i915#1911])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@cursor_render:
- shard-skl: [PASS][116] -> [DMESG-WARN][117] ([i915#1982])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-skl8/igt@kms_psr@cursor_render.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl10/igt@kms_psr@cursor_render.html
* igt@kms_psr@psr2_no_drrs:
- shard-iclb: [PASS][118] -> [SKIP][119] ([fdo#109441]) +3 similar issues
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-iclb2/igt@kms_psr@psr2_no_drrs.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-iclb3/igt@kms_psr@psr2_no_drrs.html
* igt@kms_vblank@pipe-a-ts-continuation-suspend:
- shard-kbl: NOTRUN -> [DMESG-WARN][120] ([i915#180] / [i915#295])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-skl: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#533]) +1 similar issue
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl7/igt@kms_vblank@pipe-d-wait-idle.html
* igt@perf@polling-small-buf:
- shard-skl: [PASS][122] -> [FAIL][123] ([i915#1722])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-skl6/igt@perf@polling-small-buf.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl2/igt@perf@polling-small-buf.html
* igt@perf_pmu@rc6-suspend:
- shard-kbl: [PASS][124] -> [DMESG-WARN][125] ([i915#180]) +3 similar issues
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-kbl1/igt@perf_pmu@rc6-suspend.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl6/igt@perf_pmu@rc6-suspend.html
- shard-tglb: [PASS][126] -> [INCOMPLETE][127] ([i915#456])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-tglb1/igt@perf_pmu@rc6-suspend.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb7/igt@perf_pmu@rc6-suspend.html
* igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
- shard-tglb: NOTRUN -> [SKIP][128] ([fdo#109291]) +1 similar issue
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb3/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html
* igt@sysfs_clients@pidname:
- shard-skl: NOTRUN -> [SKIP][129] ([fdo#109271] / [i915#2994]) +1 similar issue
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl2/igt@sysfs_clients@pidname.html
* igt@sysfs_clients@sema-25:
- shard-tglb: NOTRUN -> [SKIP][130] ([i915#2994])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@sysfs_clients@sema-25.html
* igt@sysfs_clients@sema-50:
- shard-kbl: NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#2994]) +1 similar issue
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@sysfs_clients@sema-50.html
- shard-apl: NOTRUN -> [SKIP][132] ([fdo#109271] / [i915#2994])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl7/igt@sysfs_clients@sema-50.html
* igt@sysfs_clients@split-25:
- shard-glk: NOTRUN -> [SKIP][133] ([fdo#109271] / [i915#2994])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk6/igt@sysfs_clients@split-25.html
#### Possible fixes ####
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-apl: [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +3 similar issues
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-apl2/igt@gem_ctx_isolation@preservation-s3@bcs0.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-apl7/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_isolation@preservation-s3@vcs0:
- shard-kbl: [DMESG-WARN][136] ([i915#180]) -> [PASS][137] +6 similar issues
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-kbl3/igt@gem_ctx_isolation@preservation-s3@vcs0.html
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@gem_ctx_isolation@preservation-s3@vcs0.html
* igt@gem_ctx_persistence@many-contexts:
- {shard-rkl}: [FAIL][138] ([i915#2410]) -> [PASS][139]
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-rkl-1/igt@gem_ctx_persistence@many-contexts.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-rkl-1/igt@gem_ctx_persistence@many-contexts.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-iclb: [FAIL][140] ([i915#2842]) -> [PASS][141] +1 similar issue
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-iclb5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-iclb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none@vcs1:
- shard-kbl: [FAIL][142] ([i915#2842]) -> [PASS][143]
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-kbl7/igt@gem_exec_fair@basic-none@vcs1.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl2/igt@gem_exec_fair@basic-none@vcs1.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-glk: [FAIL][144] ([i915#2842]) -> [PASS][145]
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk3/igt@gem_exec_fair@basic-throttle@rcs0.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@kms_color@pipe-b-ctm-blue-to-red:
- {shard-rkl}: [SKIP][146] ([i915#1149] / [i915#1849] / [i915#4070]) -> [PASS][147]
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-rkl-1/igt@kms_color@pipe-b-ctm-blue-to-red.html
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-rkl-6/igt@kms_color@pipe-b-ctm-blue-to-red.html
* igt@kms_color@pipe-c-ctm-0-25:
- shard-skl: [DMESG-WARN][148] ([i915#1982]) -> [PASS][149] +2 similar issues
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-skl4/igt@kms_color@pipe-c-ctm-0-25.html
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-skl1/igt@kms_color@pipe-c-ctm-0-25.html
* igt@kms_cursor_crc@pipe-a-cursor-128x128-offscreen:
- {shard-rkl}: [SKIP][150] ([fdo#112022] / [i915#4070]) -> [PASS][151] +3 similar issues
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-rkl-1/igt@kms_cursor_crc@pipe-a-cursor-128x128-offscreen.html
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-rkl-6/igt@kms_cursor_crc@pipe-a-cursor-128x128-offscreen.html
* igt@kms_cursor_edge_walk@pipe-a-64x64-left-edge:
- {shard-rkl}: [SKIP][152] ([i915#1849] / [i915#4070]) -> [PASS][153]
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-rkl-1/igt@kms_cursor_edge_walk@pipe-a-64x64-left-edge.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-rkl-6/igt@kms_cursor_edge_walk@pipe-a-64x64-left-edge.html
* igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions-varying-size:
- {shard-rkl}: [SKIP][154] ([fdo#111825] / [i915#4070]) -> [PASS][155] +2 similar issues
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-rkl-1/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions-varying-size.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-rkl-6/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_draw_crc@draw-method-xrgb8888-blt-xtiled:
- {shard-rkl}: [SKIP][156] ([fdo#111314]) -> [PASS][157] +3 similar issues
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-rkl-1/igt@kms_draw_crc@draw-method-xrgb8888-blt-xtiled.html
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-rkl-6/igt@kms_draw_crc@draw-method-xrgb8888-blt-xtiled.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-kbl: [INCOMPLETE][158] ([i915#180] / [i915#636]) -> [PASS][159]
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglb: [INCOMPLETE][160] ([i915#2411] / [i915#456]) -> [PASS][161]
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-tglb7/igt@kms_fbcon_fbt@psr-suspend.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/shard-tglb5/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2:
- shard-glk: [FAIL][162] ([i915#79]) -> [PASS][163]
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10863/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vbla
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21553/index.html
[-- Attachment #2: Type: text/html, Size: 33514 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Intel-gfx] [PATCH v2] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
2021-11-10 14:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-11-10 17:37 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-11-15 3:03 ` William Tseng
2021-12-17 10:09 ` [Intel-gfx] [PATCH v3] " William Tseng
2021-11-15 3:16 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2) Patchwork
` (5 subsequent siblings)
8 siblings, 1 reply; 19+ messages in thread
From: William Tseng @ 2021-11-15 3:03 UTC (permalink / raw)
To: intel-gfx; +Cc: Cooper Chiou, William Tseng
This change is to avoid over-specification of the TEOT timing
parameter, which is derived from software in current design.
Supposed that THS-TRAIL and THS-EXIT have the minimum values,
i.e., 60 and 100 in ns. If SW is overriding the HW default,
the TEOT value becomes 150 ns, approximately calculated by
the following formula.
DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
is LP Escape Clock time in ns.
The TEOT value 150 ns is larger than the maximum value,
around 136 ns if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI
DPHY specification).
However, the TEOT value will meet the specification if THS-TRAIL
is set to the HW default, instead of software overriding.
The timing change is made for both data lane and clock lane.
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Lee Shawn C <shawn.c.lee@intel.com>
Cc: Cooper Chiou <cooper.chiou@intel.com>
Signed-off-by: William Tseng <william.tseng@intel.com>
---
drivers/gpu/drm/i915/display/icl_dsi.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
index 168c84a74d30..cd2f6ed51ed6 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi.c
+++ b/drivers/gpu/drm/i915/display/icl_dsi.c
@@ -1948,17 +1948,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
CLK_PRE_OVERRIDE |
CLK_PRE(tclk_pre_cnt) |
CLK_POST_OVERRIDE |
- CLK_POST(tclk_post_cnt) |
- CLK_TRAIL_OVERRIDE |
- CLK_TRAIL(trail_cnt));
+ CLK_POST(tclk_post_cnt));
/* data lanes dphy timings */
intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
HS_PREPARE(prepare_cnt) |
HS_ZERO_OVERRIDE |
HS_ZERO(hs_zero_cnt) |
- HS_TRAIL_OVERRIDE |
- HS_TRAIL(trail_cnt) |
HS_EXIT_OVERRIDE |
HS_EXIT(exit_zero_cnt));
--
2.17.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2)
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
` (2 preceding siblings ...)
2021-11-15 3:03 ` [Intel-gfx] [PATCH v2] " William Tseng
@ 2021-11-15 3:16 ` Patchwork
2021-11-15 3:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
` (4 subsequent siblings)
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-11-15 3:16 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2)
URL : https://patchwork.freedesktop.org/series/96750/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
./drivers/gpu/drm/i915/display/intel_fbc.c:635: warning: Excess function parameter 'i915' description in 'intel_fbc_is_active'
./drivers/gpu/drm/i915/display/intel_fbc.c:1638: warning: Excess function parameter 'i915' description in 'intel_fbc_handle_fifo_underrun_irq'
./drivers/gpu/drm/i915/display/intel_fbc.c:635: warning: Function parameter or member 'fbc' not described in 'intel_fbc_is_active'
./drivers/gpu/drm/i915/display/intel_fbc.c:635: warning: Excess function parameter 'i915' description in 'intel_fbc_is_active'
./drivers/gpu/drm/i915/display/intel_fbc.c:1638: warning: Function parameter or member 'fbc' not described in 'intel_fbc_handle_fifo_underrun_irq'
./drivers/gpu/drm/i915/display/intel_fbc.c:1638: warning: Excess function parameter 'i915' description in 'intel_fbc_handle_fifo_underrun_irq'
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2)
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
` (3 preceding siblings ...)
2021-11-15 3:16 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2) Patchwork
@ 2021-11-15 3:36 ` Patchwork
2021-11-15 5:14 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
` (3 subsequent siblings)
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-11-15 3:36 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 3577 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2)
URL : https://patchwork.freedesktop.org/series/96750/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_10878 -> Patchwork_21583
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/index.html
Participating hosts (29 -> 26)
------------------------------
Additional (2): fi-elk-e7500 fi-pnv-d510
Missing (5): bat-dg1-6 bat-dg1-5 fi-bsw-cyan fi-bsw-nick fi-skl-6600u
Known issues
------------
Here are the changes found in Patchwork_21583 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@amdgpu/amd_basic@cs-multi-fence:
- fi-blb-e6850: NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/fi-blb-e6850/igt@amdgpu/amd_basic@cs-multi-fence.html
* igt@prime_vgem@basic-userptr:
- fi-pnv-d510: NOTRUN -> [SKIP][2] ([fdo#109271]) +53 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/fi-pnv-d510/igt@prime_vgem@basic-userptr.html
* igt@runner@aborted:
- fi-elk-e7500: NOTRUN -> [FAIL][3] ([i915#2426])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/fi-elk-e7500/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live@requests:
- fi-blb-e6850: [DMESG-FAIL][4] ([i915#4528]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/fi-blb-e6850/igt@i915_selftest@live@requests.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/fi-blb-e6850/igt@i915_selftest@live@requests.html
* igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: [DMESG-WARN][6] ([i915#4269]) -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
- {fi-hsw-gt1}: [DMESG-WARN][8] ([i915#4290]) -> [PASS][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
[i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303
[i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269
[i915#4290]: https://gitlab.freedesktop.org/drm/intel/issues/4290
[i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528
Build changes
-------------
* Linux: CI_DRM_10878 -> Patchwork_21583
CI-20190529: 20190529
CI_DRM_10878: 9fccd12cfac1c863fa46d4d17c2d8ac25a44b190 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6280: 246bfd31dba6bf184b26b170d91d72c90a54be6b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21583: 59c9ecf03efc5ebc932ea5d5fd9eda31fe1450f0 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
59c9ecf03efc drm/i915/dsi: let HW maintain the HS-TRAIL timing
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/index.html
[-- Attachment #2: Type: text/html, Size: 4335 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2)
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
` (4 preceding siblings ...)
2021-11-15 3:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
@ 2021-11-15 5:14 ` Patchwork
2021-12-17 13:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3) Patchwork
` (2 subsequent siblings)
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-11-15 5:14 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 30279 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2)
URL : https://patchwork.freedesktop.org/series/96750/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_10878_full -> Patchwork_21583_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (10 -> 11)
------------------------------
Additional (1): shard-rkl
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_21583_full:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- {shard-rkl}: NOTRUN -> ([SKIP][1], [SKIP][2]) ([i915#1845])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- {shard-rkl}: NOTRUN -> [SKIP][3] +3 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
Known issues
------------
Here are the changes found in Patchwork_21583_full that come from known issues:
### CI changes ###
#### Possible fixes ####
* boot:
- shard-glk: ([PASS][4], [PASS][5], [PASS][6], [PASS][7], [PASS][8], [PASS][9], [PASS][10], [PASS][11], [PASS][12], [PASS][13], [PASS][14], [PASS][15], [PASS][16], [PASS][17], [PASS][18], [FAIL][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [PASS][24], [PASS][25], [PASS][26], [PASS][27], [PASS][28]) ([i915#4392]) -> ([PASS][29], [PASS][30], [PASS][31], [PASS][32], [PASS][33], [PASS][34], [PASS][35], [PASS][36], [PASS][37], [PASS][38], [PASS][39], [PASS][40], [PASS][41], [PASS][42], [PASS][43], [PASS][44], [PASS][45], [PASS][46], [PASS][47], [PASS][48], [PASS][49], [PASS][50], [PASS][51], [PASS][52])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk6/boot.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk5/boot.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk5/boot.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk5/boot.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk4/boot.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk4/boot.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk6/boot.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk6/boot.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk7/boot.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk4/boot.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk3/boot.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk7/boot.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk7/boot.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk8/boot.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk3/boot.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk3/boot.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk3/boot.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk2/boot.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk2/boot.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk1/boot.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk1/boot.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk8/boot.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk8/boot.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk9/boot.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk9/boot.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/boot.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/boot.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/boot.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk8/boot.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk8/boot.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk7/boot.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk7/boot.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk7/boot.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk6/boot.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk6/boot.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk6/boot.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk5/boot.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk5/boot.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk4/boot.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk4/boot.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk4/boot.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk3/boot.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk3/boot.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk3/boot.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk2/boot.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk2/boot.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk1/boot.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk1/boot.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk1/boot.html
### IGT changes ###
#### Issues hit ####
* igt@gem_create@create-massive:
- shard-tglb: NOTRUN -> [DMESG-WARN][53] ([i915#3002])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gem_create@create-massive.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-tglb: NOTRUN -> [SKIP][54] ([fdo#109314])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglb: NOTRUN -> [SKIP][55] ([i915#280])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-tglb: [PASS][56] -> [TIMEOUT][57] ([i915#3063])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_eio@unwedge-stress:
- shard-iclb: [PASS][58] -> [TIMEOUT][59] ([i915#2369] / [i915#2481] / [i915#3070])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-iclb2/igt@gem_eio@unwedge-stress.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-iclb1/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglb: NOTRUN -> [SKIP][60] ([i915#4525])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-kbl: [PASS][61] -> [FAIL][62] ([i915#2842]) +3 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-kbl3/igt@gem_exec_fair@basic-none@vcs0.html
- shard-apl: [PASS][63] -> [FAIL][64] ([i915#2842])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-apl4/igt@gem_exec_fair@basic-none@vcs0.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl1/igt@gem_exec_fair@basic-none@vcs0.html
- shard-tglb: NOTRUN -> [FAIL][65] ([i915#2842]) +5 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-glk: [PASS][66] -> [FAIL][67] ([i915#2842])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk5/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-tglb: [PASS][68] -> [FAIL][69] ([i915#2842])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-tglb3/igt@gem_exec_fair@basic-pace@bcs0.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb8/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-tglb: NOTRUN -> [SKIP][70] ([fdo#109313])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_params@secure-non-root:
- shard-tglb: NOTRUN -> [SKIP][71] ([fdo#112283])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gem_exec_params@secure-non-root.html
* igt@gem_pread@exhaustion:
- shard-tglb: NOTRUN -> [WARN][72] ([i915#2658])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-apl: NOTRUN -> [WARN][73] ([i915#2658])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl4/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@verify-pxp-key-change-after-suspend-resume:
- shard-tglb: NOTRUN -> [SKIP][74] ([i915#4270]) +2 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglb: NOTRUN -> [SKIP][75] ([i915#3297]) +1 similar issue
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb1/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen3_render_linear_blits:
- shard-tglb: NOTRUN -> [SKIP][76] ([fdo#109289]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglb: NOTRUN -> [SKIP][77] ([i915#2856]) +1 similar issue
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@gen9_exec_parse@basic-rejected.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglb: NOTRUN -> [FAIL][78] ([i915#454])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-tglb: NOTRUN -> [SKIP][79] ([fdo#111644] / [i915#1397] / [i915#2411]) +1 similar issue
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rpm@modeset-pc8-residency-stress:
- shard-tglb: NOTRUN -> [SKIP][80] ([fdo#109506] / [i915#2411])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb1/igt@i915_pm_rpm@modeset-pc8-residency-stress.html
* igt@i915_pm_rpm@system-suspend:
- shard-skl: [PASS][81] -> [INCOMPLETE][82] ([i915#151])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl9/igt@i915_pm_rpm@system-suspend.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl4/igt@i915_pm_rpm@system-suspend.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglb: NOTRUN -> [SKIP][83] ([i915#3826])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][84] ([fdo#111614]) +4 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-0:
- shard-glk: [PASS][85] -> [DMESG-WARN][86] ([i915#118])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk6/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk1/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-tglb: NOTRUN -> [SKIP][87] ([fdo#111615]) +2 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_joiner@basic:
- shard-tglb: NOTRUN -> [SKIP][88] ([i915#2705])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_rc_ccs_cc:
- shard-skl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#3886]) +1 similar issue
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#3886]) +2 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][91] ([i915#3689] / [i915#3886]) +1 similar issue
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#3886]) +4 similar issues
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl8/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][93] ([i915#3689]) +12 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_chamelium@vga-frame-dump:
- shard-skl: NOTRUN -> [SKIP][94] ([fdo#109271] / [fdo#111827]) +4 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@kms_chamelium@vga-frame-dump.html
* igt@kms_color_chamelium@pipe-b-ctm-blue-to-red:
- shard-apl: NOTRUN -> [SKIP][95] ([fdo#109271] / [fdo#111827]) +8 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl1/igt@kms_color_chamelium@pipe-b-ctm-blue-to-red.html
* igt@kms_color_chamelium@pipe-b-ctm-limited-range:
- shard-glk: NOTRUN -> [SKIP][96] ([fdo#109271] / [fdo#111827]) +1 similar issue
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html
* igt@kms_color_chamelium@pipe-d-ctm-red-to-blue:
- shard-tglb: NOTRUN -> [SKIP][97] ([fdo#109284] / [fdo#111827]) +14 similar issues
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html
* igt@kms_content_protection@lic:
- shard-tglb: NOTRUN -> [SKIP][98] ([fdo#111828])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_content_protection@lic.html
* igt@kms_content_protection@srm:
- shard-glk: NOTRUN -> [SKIP][99] ([fdo#109271]) +43 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen:
- shard-iclb: [PASS][100] -> [DMESG-WARN][101] ([i915#1226])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-iclb4/igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-iclb5/igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen.html
* igt@kms_cursor_crc@pipe-b-cursor-512x512-offscreen:
- shard-skl: NOTRUN -> [SKIP][102] ([fdo#109271]) +51 similar issues
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@kms_cursor_crc@pipe-b-cursor-512x512-offscreen.html
* igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen:
- shard-tglb: NOTRUN -> [SKIP][103] ([i915#3359]) +7 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen.html
* igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][104] ([i915#3319]) +1 similar issue
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement.html
* igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
- shard-tglb: NOTRUN -> [SKIP][105] ([fdo#109279] / [i915#3359]) +1 similar issue
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-tglb: NOTRUN -> [SKIP][106] ([fdo#111825]) +35 similar issues
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-iclb: [PASS][107] -> [FAIL][108] ([i915#2346])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-skl: [PASS][109] -> [FAIL][110] ([i915#2346] / [i915#533])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-tglb: NOTRUN -> [SKIP][111] ([i915#4103])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-skl: [PASS][112] -> [FAIL][113] ([i915#2122])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
- shard-kbl: [PASS][114] -> [DMESG-WARN][115] ([i915#180]) +3 similar issues
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
* igt@kms_flip@flip-vs-suspend@a-dp1:
- shard-apl: [PASS][116] -> [DMESG-WARN][117] ([i915#180]) +1 similar issue
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-apl2/igt@kms_flip@flip-vs-suspend@a-dp1.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl4/igt@kms_flip@flip-vs-suspend@a-dp1.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-skl: [PASS][118] -> [FAIL][119] ([i915#1188])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl9/igt@kms_hdr@bpc-switch-dpms.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl4/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@static-swap:
- shard-tglb: NOTRUN -> [SKIP][120] ([i915#1187])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_hdr@static-swap.html
* igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
- shard-skl: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#533])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
* igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min:
- shard-skl: [PASS][122] -> [FAIL][123] ([fdo#108145] / [i915#265]) +1 similar issue
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl9/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html
* igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
- shard-skl: NOTRUN -> [FAIL][124] ([fdo#108145] / [i915#265])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
- shard-apl: NOTRUN -> [FAIL][125] ([fdo#108145] / [i915#265])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
* igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][126] ([fdo#108145] / [i915#265])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max.html
* igt@kms_plane_lowres@pipe-d-tiling-none:
- shard-tglb: NOTRUN -> [SKIP][127] ([i915#3536])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_plane_lowres@pipe-d-tiling-none.html
* igt@kms_plane_multiple@atomic-pipe-d-tiling-yf:
- shard-tglb: NOTRUN -> [SKIP][128] ([fdo#112054])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_plane_multiple@atomic-pipe-d-tiling-yf.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-tglb: NOTRUN -> [SKIP][129] ([i915#2920]) +1 similar issue
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1:
- shard-apl: NOTRUN -> [SKIP][130] ([fdo#109271] / [i915#658]) +1 similar issue
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html
* igt@kms_psr2_sf@plane-move-sf-dmg-area-3:
- shard-skl: NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#658])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@kms_psr2_sf@plane-move-sf-dmg-area-3.html
* igt@kms_psr2_su@page_flip:
- shard-glk: NOTRUN -> [SKIP][132] ([fdo#109271] / [i915#658])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@psr2_basic:
- shard-iclb: [PASS][133] -> [SKIP][134] ([fdo#109441]) +3 similar issues
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-iclb2/igt@kms_psr@psr2_basic.html
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-iclb4/igt@kms_psr@psr2_basic.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-tglb: NOTRUN -> [FAIL][135] ([i915#132] / [i915#3467]) +2 similar issues
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-tglb: NOTRUN -> [SKIP][136] ([i915#2437])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@kms_writeback@writeback-pixel-formats.html
* igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
- shard-apl: NOTRUN -> [SKIP][137] ([fdo#109271]) +98 similar issues
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl1/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
- shard-tglb: NOTRUN -> [SKIP][138] ([i915#2530]) +2 similar issues
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html
* igt@perf@blocking:
- shard-skl: [PASS][139] -> [FAIL][140] ([i915#1542]) +1 similar issue
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl6/igt@perf@blocking.html
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@perf@blocking.html
* igt@perf@polling-parameterized:
- shard-glk: [PASS][141] -> [FAIL][142] ([i915#1542])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk8/igt@perf@polling-parameterized.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk7/igt@perf@polling-parameterized.html
* igt@prime_nv_pcopy@test1_macro:
- shard-tglb: NOTRUN -> [SKIP][143] ([fdo#109291]) +3 similar issues
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@prime_nv_pcopy@test1_macro.html
* igt@sysfs_clients@fair-1:
- shard-glk: NOTRUN -> [SKIP][144] ([fdo#109271] / [i915#2994]) +1 similar issue
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk9/igt@sysfs_clients@fair-1.html
* igt@sysfs_clients@fair-3:
- shard-skl: NOTRUN -> [SKIP][145] ([fdo#109271] / [i915#2994])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl7/igt@sysfs_clients@fair-3.html
* igt@sysfs_clients@sema-10:
- shard-tglb: NOTRUN -> [SKIP][146] ([i915#2994]) +2 similar issues
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@sysfs_clients@sema-10.html
- shard-apl: NOTRUN -> [SKIP][147] ([fdo#109271] / [i915#2994])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl1/igt@sysfs_clients@sema-10.html
#### Possible fixes ####
* igt@gem_exec_fair@basic-none@rcs0:
- shard-glk: [FAIL][148] ([i915#2842]) -> [PASS][149] +2 similar issues
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk8/igt@gem_exec_fair@basic-none@rcs0.html
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk5/igt@gem_exec_fair@basic-none@rcs0.html
* igt@gem_exec_gttfill@all:
- shard-glk: [DMESG-WARN][150] ([i915#118]) -> [PASS][151]
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-glk9/igt@gem_exec_gttfill@all.html
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-glk2/igt@gem_exec_gttfill@all.html
* igt@i915_suspend@debugfs-reader:
- shard-tglb: [INCOMPLETE][152] ([i915#456]) -> [PASS][153] +2 similar issues
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-tglb7/igt@i915_suspend@debugfs-reader.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb5/igt@i915_suspend@debugfs-reader.html
* igt@kms_cursor_crc@pipe-c-cursor-suspend:
- shard-apl: [DMESG-WARN][154] ([i915#180]) -> [PASS][155] +3 similar issues
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-apl8/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl8/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
* igt@kms_cursor_crc@pipe-d-cursor-suspend:
- shard-tglb: [INCOMPLETE][156] ([i915#2411] / [i915#4211]) -> [PASS][157]
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-suspend.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1:
- shard-apl: [FAIL][158] ([i915#79]) -> [PASS][159]
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-apl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-apl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html
* igt@kms_flip@flip-vs-expired-vblank@b-edp1:
- shard-skl: [FAIL][160] ([i915#79]) -> [PASS][161]
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10878/shard-skl6/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/shard-skl4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
* igt@kms_psr@psr2_primary_mmap_cpu:
- shard-iclb: [SKIP][162] ([fdo#109441]) -> [PASS][163] +1 simila
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21583/index.html
[-- Attachment #2: Type: text/html, Size: 33692 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Intel-gfx] [PATCH v3] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2021-11-15 3:03 ` [Intel-gfx] [PATCH v2] " William Tseng
@ 2021-12-17 10:09 ` William Tseng
2022-01-04 6:11 ` Kulkarni, Vandita
2025-03-11 10:06 ` [PATCH v4] " William Tseng
0 siblings, 2 replies; 19+ messages in thread
From: William Tseng @ 2021-12-17 10:09 UTC (permalink / raw)
To: intel-gfx; +Cc: Cooper Chiou, William Tseng
This change is to avoid over-specification of the TEOT timing
parameter, which is derived from software in current design.
Supposed that THS-TRAIL and THS-EXIT have the minimum values,
i.e., 60 and 100 in ns. If SW is overriding the HW default,
the TEOT value becomes 150 ns, approximately calculated by
the following formula.
DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
is LP Escape Clock time in ns.
The TEOT value 150 ns is larger than the maximum value,
around 136 ns if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI
DPHY specification).
However, the TEOT value will meet the specification if THS-TRAIL
is set to the HW default, instead of software overriding.
The timing change is made for both data lane and clock lane.
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Lee Shawn C <shawn.c.lee@intel.com>
Cc: Cooper Chiou <cooper.chiou@intel.com>
Signed-off-by: William Tseng <william.tseng@intel.com>
---
drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
index 168c84a74d30..992e357e3f44 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi.c
+++ b/drivers/gpu/drm/i915/display/icl_dsi.c
@@ -1863,14 +1863,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
struct drm_i915_private *dev_priv = to_i915(dev);
struct mipi_config *mipi_config = dev_priv->vbt.dsi.config;
u32 tlpx_ns;
- u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
- u32 ths_prepare_ns, tclk_trail_ns;
+ u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
+ u32 ths_prepare_ns;
u32 hs_zero_cnt;
u32 tclk_pre_cnt, tclk_post_cnt;
tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
- tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
ths_prepare_ns = max(mipi_config->ths_prepare,
mipi_config->tclk_prepare);
@@ -1897,14 +1896,6 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
}
- /* trail cnt in escape clocks*/
- trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
- if (trail_cnt > ICL_TRAIL_CNT_MAX) {
- drm_dbg_kms(&dev_priv->drm, "trail_cnt out of range (%d)\n",
- trail_cnt);
- trail_cnt = ICL_TRAIL_CNT_MAX;
- }
-
/* tclk pre count in escape clocks */
tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) {
@@ -1948,17 +1939,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
CLK_PRE_OVERRIDE |
CLK_PRE(tclk_pre_cnt) |
CLK_POST_OVERRIDE |
- CLK_POST(tclk_post_cnt) |
- CLK_TRAIL_OVERRIDE |
- CLK_TRAIL(trail_cnt));
+ CLK_POST(tclk_post_cnt));
/* data lanes dphy timings */
intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
HS_PREPARE(prepare_cnt) |
HS_ZERO_OVERRIDE |
HS_ZERO(hs_zero_cnt) |
- HS_TRAIL_OVERRIDE |
- HS_TRAIL(trail_cnt) |
HS_EXIT_OVERRIDE |
HS_EXIT(exit_zero_cnt));
--
2.17.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3)
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
` (5 preceding siblings ...)
2021-11-15 5:14 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
@ 2021-12-17 13:21 ` Patchwork
2021-12-17 15:07 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2025-03-11 14:28 ` ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4) Patchwork
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-12-17 13:21 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 2277 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3)
URL : https://patchwork.freedesktop.org/series/96750/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11012 -> Patchwork_21869
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/index.html
Participating hosts (42 -> 37)
------------------------------
Missing (5): bat-dg1-6 bat-dg1-5 fi-bsw-cyan bat-adlp-6 fi-bdw-samus
Known issues
------------
Here are the changes found in Patchwork_21869 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_flink_basic@bad-flink:
- fi-skl-6600u: [PASS][1] -> [FAIL][2] ([i915#4547])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/fi-skl-6600u/igt@gem_flink_basic@bad-flink.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/fi-skl-6600u/igt@gem_flink_basic@bad-flink.html
#### Possible fixes ####
* igt@i915_module_load@reload:
- {fi-tgl-dsi}: [DMESG-WARN][3] ([i915#1982]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/fi-tgl-dsi/igt@i915_module_load@reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/fi-tgl-dsi/igt@i915_module_load@reload.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547
Build changes
-------------
* Linux: CI_DRM_11012 -> Patchwork_21869
CI-20190529: 20190529
CI_DRM_11012: 64bab3fe255d1886ef16ef57451df545380fa6be @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6313: 1793ed798cc09966c27bf478781e0c1d6bb23bad @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21869: 7da7b72244aaed598f4964998436169b52735d45 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
7da7b72244aa drm/i915/dsi: let HW maintain the HS-TRAIL timing
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/index.html
[-- Attachment #2: Type: text/html, Size: 2906 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3)
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
` (6 preceding siblings ...)
2021-12-17 13:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3) Patchwork
@ 2021-12-17 15:07 ` Patchwork
2025-03-11 14:28 ` ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4) Patchwork
8 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2021-12-17 15:07 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 30279 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3)
URL : https://patchwork.freedesktop.org/series/96750/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_11012_full -> Patchwork_21869_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_21869_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21869_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_21869_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
- shard-skl: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl8/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
Known issues
------------
Here are the changes found in Patchwork_21869_full that come from known issues:
### CI changes ###
#### Issues hit ####
* boot:
- shard-glk: ([PASS][3], [PASS][4], [PASS][5], [PASS][6], [PASS][7], [PASS][8], [PASS][9], [PASS][10], [PASS][11], [PASS][12], [PASS][13], [PASS][14], [PASS][15], [PASS][16], [PASS][17], [PASS][18], [PASS][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [PASS][24], [PASS][25], [PASS][26], [PASS][27]) -> ([PASS][28], [PASS][29], [PASS][30], [FAIL][31], [PASS][32], [PASS][33], [PASS][34], [PASS][35], [PASS][36], [PASS][37], [PASS][38], [PASS][39], [PASS][40], [PASS][41], [PASS][42], [PASS][43], [PASS][44], [PASS][45], [PASS][46], [PASS][47], [PASS][48], [PASS][49], [PASS][50], [PASS][51], [PASS][52]) ([i915#4392])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk9/boot.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk9/boot.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk9/boot.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk9/boot.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk8/boot.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk8/boot.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk7/boot.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk7/boot.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk7/boot.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk6/boot.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk6/boot.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk5/boot.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk5/boot.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk5/boot.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk4/boot.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk4/boot.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk3/boot.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk3/boot.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk3/boot.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk2/boot.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk2/boot.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk2/boot.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk1/boot.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk1/boot.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk1/boot.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk2/boot.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk9/boot.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk9/boot.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk9/boot.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk8/boot.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk8/boot.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk8/boot.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk7/boot.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk7/boot.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk6/boot.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk6/boot.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk6/boot.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk5/boot.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk5/boot.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk5/boot.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk4/boot.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk4/boot.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk4/boot.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/boot.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/boot.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/boot.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk2/boot.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk1/boot.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk1/boot.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk1/boot.html
### IGT changes ###
#### Issues hit ####
* igt@device_reset@unbind-reset-rebind:
- shard-tglb: [PASS][53] -> [INCOMPLETE][54] ([i915#750])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-tglb2/igt@device_reset@unbind-reset-rebind.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-tglb1/igt@device_reset@unbind-reset-rebind.html
* igt@feature_discovery@display-4x:
- shard-iclb: NOTRUN -> [SKIP][55] ([i915#1839])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@feature_discovery@display-4x.html
* igt@gem_eio@unwedge-stress:
- shard-tglb: [PASS][56] -> [TIMEOUT][57] ([i915#3063] / [i915#3648])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-tglb8/igt@gem_eio@unwedge-stress.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-tglb7/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-skl: NOTRUN -> [SKIP][58] ([fdo#109271]) +103 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl9/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-none@vecs0:
- shard-glk: [PASS][59] -> [FAIL][60] ([i915#2842])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk1/igt@gem_exec_fair@basic-none@vecs0.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk6/igt@gem_exec_fair@basic-none@vecs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-apl: [PASS][61] -> [FAIL][62] ([i915#2842])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-apl4/igt@gem_exec_fair@basic-pace-share@rcs0.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace@vcs1:
- shard-kbl: [PASS][63] -> [FAIL][64] ([i915#2842])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-iclb: [PASS][65] -> [FAIL][66] ([i915#2849])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb2/igt@gem_exec_fair@basic-throttle@rcs0.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@gem_huc_copy@huc-copy:
- shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#2190])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-skl: NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#4613])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl4/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-random:
- shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#4613])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-kbl: NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#4613])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl2/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271]) +95 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl3/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_render_copy@yf-tiled-to-vebox-linear:
- shard-iclb: NOTRUN -> [SKIP][72] ([i915#768])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@gem_render_copy@yf-tiled-to-vebox-linear.html
* igt@gem_userptr_blits@input-checking:
- shard-skl: NOTRUN -> [DMESG-WARN][73] ([i915#3002])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl7/igt@gem_userptr_blits@input-checking.html
* igt@gem_userptr_blits@vma-merge:
- shard-apl: NOTRUN -> [FAIL][74] ([i915#3318])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@gem_userptr_blits@vma-merge.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-iclb: NOTRUN -> [SKIP][75] ([fdo#109293] / [fdo#109506])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_selftest@live@hangcheck:
- shard-snb: [PASS][76] -> [INCOMPLETE][77] ([i915#3921])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-snb5/igt@i915_selftest@live@hangcheck.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-snb7/igt@i915_selftest@live@hangcheck.html
* igt@i915_suspend@sysfs-reader:
- shard-apl: [PASS][78] -> [DMESG-WARN][79] ([i915#180]) +5 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-apl1/igt@i915_suspend@sysfs-reader.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl1/igt@i915_suspend@sysfs-reader.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-180:
- shard-glk: [PASS][80] -> [DMESG-WARN][81] ([i915#118])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk5/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk4/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][82] ([fdo#110725] / [fdo#111614]) +1 similar issue
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-skl: NOTRUN -> [FAIL][83] ([i915#3743])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-apl: NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#3777]) +1 similar issue
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-skl: NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#3777]) +2 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-kbl: NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#3777])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#3886]) +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc:
- shard-skl: NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#3886]) +5 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl9/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-iclb: NOTRUN -> [SKIP][89] ([fdo#109278] / [i915#3886])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc:
- shard-kbl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#3886]) +3 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_cdclk@mode-transition:
- shard-iclb: NOTRUN -> [SKIP][91] ([i915#3742])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium@dp-hpd:
- shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109284] / [fdo#111827])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_chamelium@dp-hpd.html
* igt@kms_chamelium@dp-hpd-for-each-pipe:
- shard-kbl: NOTRUN -> [SKIP][93] ([fdo#109271] / [fdo#111827]) +11 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl3/igt@kms_chamelium@dp-hpd-for-each-pipe.html
* igt@kms_color@pipe-d-ctm-0-25:
- shard-iclb: NOTRUN -> [SKIP][94] ([fdo#109278] / [i915#1149])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_color@pipe-d-ctm-0-25.html
* igt@kms_color_chamelium@pipe-b-ctm-0-75:
- shard-apl: NOTRUN -> [SKIP][95] ([fdo#109271] / [fdo#111827]) +1 similar issue
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@kms_color_chamelium@pipe-b-ctm-0-75.html
* igt@kms_color_chamelium@pipe-d-ctm-0-25:
- shard-skl: NOTRUN -> [SKIP][96] ([fdo#109271] / [fdo#111827]) +10 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl9/igt@kms_color_chamelium@pipe-d-ctm-0-25.html
* igt@kms_cursor_crc@pipe-a-cursor-512x512-random:
- shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109278] / [fdo#109279])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_cursor_crc@pipe-a-cursor-512x512-random.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-skl: [PASS][98] -> [INCOMPLETE][99] ([i915#2828] / [i915#300])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-iclb: NOTRUN -> [SKIP][100] ([fdo#109274] / [fdo#109278])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-skl: [PASS][101] -> [FAIL][102] ([i915#2346])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-iclb: [PASS][103] -> [FAIL][104] ([i915#2346])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-glk: NOTRUN -> [SKIP][105] ([fdo#109271]) +14 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-iclb: NOTRUN -> [SKIP][106] ([fdo#109274]) +1 similar issue
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
- shard-skl: NOTRUN -> [INCOMPLETE][107] ([i915#3699])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
- shard-iclb: [PASS][108] -> [SKIP][109] ([i915#3701])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
* igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs:
- shard-kbl: NOTRUN -> [DMESG-WARN][110] ([i915#1226])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl7/igt@kms_flip_tiling@flip-change-tiling@dp-1-pipe-a-y-to-yf-ccs.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [PASS][111] -> [DMESG-WARN][112] ([i915#180]) +4 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-suspend.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw:
- shard-apl: NOTRUN -> [SKIP][113] ([fdo#109271]) +41 similar issues
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-iclb: NOTRUN -> [SKIP][114] ([fdo#109280]) +4 similar issues
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
- shard-iclb: NOTRUN -> [SKIP][115] ([fdo#109278]) +7 similar issues
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
- shard-skl: NOTRUN -> [FAIL][116] ([fdo#108145] / [i915#265]) +1 similar issue
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl4/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-b-alpha-basic:
- shard-kbl: NOTRUN -> [FAIL][117] ([fdo#108145] / [i915#265]) +1 similar issue
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl2/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html
* igt@kms_plane_alpha_blend@pipe-b-coverage-7efc:
- shard-skl: [PASS][118] -> [FAIL][119] ([fdo#108145] / [i915#265]) +1 similar issue
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl4/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl6/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html
* igt@kms_plane_alpha_blend@pipe-c-alpha-basic:
- shard-apl: NOTRUN -> [FAIL][120] ([fdo#108145] / [i915#265])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-kbl: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#658])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl7/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [PASS][122] -> [SKIP][123] ([fdo#109441]) +3 similar issues
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb1/igt@kms_psr@psr2_cursor_render.html
* igt@kms_psr@psr2_primary_mmap_gtt:
- shard-iclb: NOTRUN -> [SKIP][124] ([fdo#109441])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html
* igt@kms_universal_plane@universal-plane-pipe-c-functional:
- shard-skl: [PASS][125] -> [DMESG-WARN][126] ([i915#1982])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl7/igt@kms_universal_plane@universal-plane-pipe-c-functional.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl9/igt@kms_universal_plane@universal-plane-pipe-c-functional.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-kbl: NOTRUN -> [SKIP][127] ([fdo#109271] / [i915#533])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl2/igt@kms_vblank@pipe-d-wait-idle.html
- shard-skl: NOTRUN -> [SKIP][128] ([fdo#109271] / [i915#533])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl7/igt@kms_vblank@pipe-d-wait-idle.html
* igt@kms_writeback@writeback-fb-id:
- shard-kbl: NOTRUN -> [SKIP][129] ([fdo#109271] / [i915#2437])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl2/igt@kms_writeback@writeback-fb-id.html
* igt@perf@polling-parameterized:
- shard-skl: [PASS][130] -> [FAIL][131] ([i915#1542])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl6/igt@perf@polling-parameterized.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl9/igt@perf@polling-parameterized.html
* igt@sysfs_clients@split-50:
- shard-skl: NOTRUN -> [SKIP][132] ([fdo#109271] / [i915#2994])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl9/igt@sysfs_clients@split-50.html
#### Possible fixes ####
* igt@gem_exec_capture@pi@vecs0:
- shard-iclb: [INCOMPLETE][133] ([i915#3371]) -> [PASS][134]
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb3/igt@gem_exec_capture@pi@vecs0.html
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb6/igt@gem_exec_capture@pi@vecs0.html
* igt@gem_exec_fair@basic-deadline:
- shard-glk: [FAIL][135] ([i915#2846]) -> [PASS][136]
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk7/igt@gem_exec_fair@basic-deadline.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace@vcs0:
- shard-kbl: [FAIL][137] ([i915#2842]) -> [PASS][138] +1 similar issue
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs0.html
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs0.html
* igt@gem_workarounds@suspend-resume:
- shard-snb: [TIMEOUT][139] ([i915#4420]) -> [PASS][140]
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-snb4/igt@gem_workarounds@suspend-resume.html
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-snb7/igt@gem_workarounds@suspend-resume.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [DMESG-WARN][141] ([i915#1436] / [i915#716]) -> [PASS][142]
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk7/igt@gen9_exec_parse@allowed-all.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk3/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-skl: [DMESG-WARN][143] ([i915#1436] / [i915#716]) -> [PASS][144]
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl4/igt@gen9_exec_parse@allowed-single.html
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl7/igt@gen9_exec_parse@allowed-single.html
* igt@i915_suspend@fence-restore-untiled:
- shard-apl: [DMESG-WARN][145] ([i915#180]) -> [PASS][146] +2 similar issues
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-apl8/igt@i915_suspend@fence-restore-untiled.html
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-apl4/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2:
- shard-glk: [FAIL][147] ([i915#79]) -> [PASS][148]
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk4/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2.html
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a1:
- shard-glk: [FAIL][149] ([i915#2122]) -> [PASS][150]
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-glk1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a1.html
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-glk6/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
- shard-skl: [FAIL][151] ([i915#79]) -> [PASS][152]
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp1:
- shard-kbl: [FAIL][153] ([i915#79]) -> [PASS][154]
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-kbl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp1.html
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp1.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-edp1:
- shard-tglb: [DMESG-WARN][155] ([i915#2411] / [i915#2867]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-tglb6/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-tglb1/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile:
- shard-iclb: [SKIP][157] ([i915#3701]) -> [PASS][158]
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html
* igt@kms_hdr@bpc-switch:
- shard-skl: [FAIL][159] ([i915#1188]) -> [PASS][160]
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-skl4/igt@kms_hdr@bpc-switch.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-skl6/igt@kms_hdr@bpc-switch.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
- shard-kbl: [DMESG-WARN][161] ([i915#180]) -> [PASS][162] +5 similar issues
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-kbl4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-iclb: [SKIP][163] ([fdo#109441]) -> [PASS][164] +1 similar issue
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11012/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@perf_pmu@rc6:
- shard-skl: [DMESG-WARN
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21869/index.html
[-- Attachment #2: Type: text/html, Size: 33490 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [Intel-gfx] [PATCH v3] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2021-12-17 10:09 ` [Intel-gfx] [PATCH v3] " William Tseng
@ 2022-01-04 6:11 ` Kulkarni, Vandita
2025-03-11 10:06 ` [PATCH v4] " William Tseng
1 sibling, 0 replies; 19+ messages in thread
From: Kulkarni, Vandita @ 2022-01-04 6:11 UTC (permalink / raw)
To: Tseng, William, intel-gfx@lists.freedesktop.org; +Cc: Chiou, Cooper
> -----Original Message-----
> From: Tseng, William <william.tseng@intel.com>
> Sent: Friday, December 17, 2021 3:39 PM
> To: intel-gfx@lists.freedesktop.org
> Cc: Tseng, William <william.tseng@intel.com>; Ville Syrjala
> <ville.syrjala@linux.intel.com>; Jani Nikula <jani.nikula@linux.intel.com>;
> Kulkarni, Vandita <vandita.kulkarni@intel.com>; Lee, Shawn C
> <shawn.c.lee@intel.com>; Chiou, Cooper <cooper.chiou@intel.com>
> Subject: [PATCH v3] drm/i915/dsi: let HW maintain the HS-TRAIL timing
>
> This change is to avoid over-specification of the TEOT timing parameter,
> which is derived from software in current design.
>
> Supposed that THS-TRAIL and THS-EXIT have the minimum values, i.e., 60 and
> 100 in ns. If SW is overriding the HW default, the TEOT value becomes 150 ns,
> approximately calculated by the following formula.
>
> DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
> is LP Escape Clock time in ns.
>
> The TEOT value 150 ns is larger than the maximum value, around 136 ns if UI
> is 1.8ns, (105 ns + 12*UI, defined by MIPI DPHY specification).
>
> However, the TEOT value will meet the specification if THS-TRAIL is set to the
> HW default, instead of software overriding.
>
> The timing change is made for both data lane and clock lane.
>
Looks like when we try to convert to esc clocks needed, the value gets rounded ( due to register limitation) and ends up being higher than expected.
Leading to TEOT higher than needed, though we are in limits for individual values.
Right now, in such cases I do not see any option from spec to calculate in a different way like it provided in case of clk_prepare.
This patch is needed until we have proper way to update the trail_cnt in the register.
Until then lets not override the HW defaults.
Acked-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
> Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
> Cc: Lee Shawn C <shawn.c.lee@intel.com>
> Cc: Cooper Chiou <cooper.chiou@intel.com>
> Signed-off-by: William Tseng <william.tseng@intel.com>
> ---
> drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
> 1 file changed, 3 insertions(+), 16 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c
> b/drivers/gpu/drm/i915/display/icl_dsi.c
> index 168c84a74d30..992e357e3f44 100644
> --- a/drivers/gpu/drm/i915/display/icl_dsi.c
> +++ b/drivers/gpu/drm/i915/display/icl_dsi.c
> @@ -1863,14 +1863,13 @@ static void icl_dphy_param_init(struct intel_dsi
> *intel_dsi)
> struct drm_i915_private *dev_priv = to_i915(dev);
> struct mipi_config *mipi_config = dev_priv->vbt.dsi.config;
> u32 tlpx_ns;
> - u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
> - u32 ths_prepare_ns, tclk_trail_ns;
> + u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
> + u32 ths_prepare_ns;
> u32 hs_zero_cnt;
> u32 tclk_pre_cnt, tclk_post_cnt;
>
> tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
>
> - tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
> ths_prepare_ns = max(mipi_config->ths_prepare,
> mipi_config->tclk_prepare);
>
> @@ -1897,14 +1896,6 @@ static void icl_dphy_param_init(struct intel_dsi
> *intel_dsi)
> clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
> }
>
> - /* trail cnt in escape clocks*/
> - trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
> - if (trail_cnt > ICL_TRAIL_CNT_MAX) {
> - drm_dbg_kms(&dev_priv->drm, "trail_cnt out of range
> (%d)\n",
> - trail_cnt);
> - trail_cnt = ICL_TRAIL_CNT_MAX;
> - }
> -
> /* tclk pre count in escape clocks */
> tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
> if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) { @@ -1948,17 +1939,13
> @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> CLK_PRE_OVERRIDE |
> CLK_PRE(tclk_pre_cnt) |
> CLK_POST_OVERRIDE |
> - CLK_POST(tclk_post_cnt) |
> - CLK_TRAIL_OVERRIDE |
> - CLK_TRAIL(trail_cnt));
> + CLK_POST(tclk_post_cnt));
>
> /* data lanes dphy timings */
> intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
> HS_PREPARE(prepare_cnt) |
> HS_ZERO_OVERRIDE |
> HS_ZERO(hs_zero_cnt) |
> - HS_TRAIL_OVERRIDE |
> - HS_TRAIL(trail_cnt) |
> HS_EXIT_OVERRIDE |
> HS_EXIT(exit_zero_cnt));
>
> --
> 2.17.1
^ permalink raw reply [flat|nested] 19+ messages in thread
* [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2021-12-17 10:09 ` [Intel-gfx] [PATCH v3] " William Tseng
2022-01-04 6:11 ` Kulkarni, Vandita
@ 2025-03-11 10:06 ` William Tseng
2025-03-13 9:55 ` Jani Nikula
2025-03-28 9:59 ` Jani Nikula
1 sibling, 2 replies; 19+ messages in thread
From: William Tseng @ 2025-03-11 10:06 UTC (permalink / raw)
To: intel-gfx, intel-xe
Cc: William Tseng, Ville Syrjala, Jani Nikula, Vandita Kulkarni,
Lee Shawn C, Cooper Chiou
This change is to avoid over-specification of the TEOT timing
parameter, which is derived from software in current design.
Supposed that THS-TRAIL and THS-EXIT have the minimum values,
i.e., 60 and 100 in ns. If SW is overriding the HW default,
the TEOT value becomes 150 ns, approximately calculated by
the following formula.
DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
is LP Escape Clock time in ns.
The TEOT value 150 ns is larger than the maximum value,
around 136 ns if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI
DPHY specification).
However, the TEOT value will meet the specification if THS-TRAIL
is set to the HW default, instead of software overriding.
The timing change is made for both data lane and clock lane.
v1: initial version.
v2: change clock lane dphy timings.
v3: remove calculation of trail cnt.
v4: rebase.
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13891
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Lee Shawn C <shawn.c.lee@intel.com>
Cc: Cooper Chiou <cooper.chiou@intel.com>
Signed-off-by: William Tseng <william.tseng@intel.com>
Acked-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
---
drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
index 82bf6c654de2..6cf9c9275031 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi.c
+++ b/drivers/gpu/drm/i915/display/icl_dsi.c
@@ -1846,14 +1846,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
struct intel_connector *connector = intel_dsi->attached_connector;
struct mipi_config *mipi_config = connector->panel.vbt.dsi.config;
u32 tlpx_ns;
- u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
- u32 ths_prepare_ns, tclk_trail_ns;
+ u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
+ u32 ths_prepare_ns;
u32 hs_zero_cnt;
u32 tclk_pre_cnt;
tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
- tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
ths_prepare_ns = max(mipi_config->ths_prepare,
mipi_config->tclk_prepare);
@@ -1880,14 +1879,6 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
}
- /* trail cnt in escape clocks*/
- trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
- if (trail_cnt > ICL_TRAIL_CNT_MAX) {
- drm_dbg_kms(display->drm, "trail_cnt out of range (%d)\n",
- trail_cnt);
- trail_cnt = ICL_TRAIL_CNT_MAX;
- }
-
/* tclk pre count in escape clocks */
tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) {
@@ -1920,17 +1911,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
CLK_ZERO_OVERRIDE |
CLK_ZERO(clk_zero_cnt) |
CLK_PRE_OVERRIDE |
- CLK_PRE(tclk_pre_cnt) |
- CLK_TRAIL_OVERRIDE |
- CLK_TRAIL(trail_cnt));
+ CLK_PRE(tclk_pre_cnt));
/* data lanes dphy timings */
intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
HS_PREPARE(prepare_cnt) |
HS_ZERO_OVERRIDE |
HS_ZERO(hs_zero_cnt) |
- HS_TRAIL_OVERRIDE |
- HS_TRAIL(trail_cnt) |
HS_EXIT_OVERRIDE |
HS_EXIT(exit_zero_cnt));
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4)
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
` (7 preceding siblings ...)
2021-12-17 15:07 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
@ 2025-03-11 14:28 ` Patchwork
2025-03-12 0:37 ` Tseng, William
8 siblings, 1 reply; 19+ messages in thread
From: Patchwork @ 2025-03-11 14:28 UTC (permalink / raw)
To: William Tseng; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 18629 bytes --]
== Series Details ==
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4)
URL : https://patchwork.freedesktop.org/series/96750/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_16262 -> Patchwork_96750v4
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_96750v4 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_96750v4, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/index.html
Participating hosts (44 -> 42)
------------------------------
Additional (1): fi-hsw-4770
Missing (3): fi-kbl-7567u fi-snb-2520m fi-elk-e7500
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_96750v4:
### IGT changes ###
#### Possible regressions ####
* igt@i915_module_load@load:
- fi-rkl-11600: [PASS][1] -> [SKIP][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-rkl-11600/igt@i915_module_load@load.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-rkl-11600/igt@i915_module_load@load.html
- bat-arlh-3: [PASS][3] -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arlh-3/igt@i915_module_load@load.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arlh-3/igt@i915_module_load@load.html
- bat-dg1-7: [PASS][5] -> [SKIP][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg1-7/igt@i915_module_load@load.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg1-7/igt@i915_module_load@load.html
- bat-dg2-13: [PASS][7] -> [SKIP][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-13/igt@i915_module_load@load.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-13/igt@i915_module_load@load.html
- bat-adlp-9: [PASS][9] -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adlp-9/igt@i915_module_load@load.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adlp-9/igt@i915_module_load@load.html
- bat-rpls-4: [PASS][11] -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-rpls-4/igt@i915_module_load@load.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-rpls-4/igt@i915_module_load@load.html
- bat-twl-1: [PASS][13] -> [SKIP][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-twl-1/igt@i915_module_load@load.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-twl-1/igt@i915_module_load@load.html
- bat-arls-5: [PASS][15] -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arls-5/igt@i915_module_load@load.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arls-5/igt@i915_module_load@load.html
- bat-rplp-1: [PASS][17] -> [SKIP][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-rplp-1/igt@i915_module_load@load.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-rplp-1/igt@i915_module_load@load.html
- fi-tgl-1115g4: [PASS][19] -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-tgl-1115g4/igt@i915_module_load@load.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-tgl-1115g4/igt@i915_module_load@load.html
- bat-mtlp-6: [PASS][21] -> [SKIP][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-mtlp-6/igt@i915_module_load@load.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-mtlp-6/igt@i915_module_load@load.html
- bat-dg2-9: [PASS][23] -> [SKIP][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-9/igt@i915_module_load@load.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-9/igt@i915_module_load@load.html
- bat-adlp-11: [PASS][25] -> [SKIP][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adlp-11/igt@i915_module_load@load.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adlp-11/igt@i915_module_load@load.html
- bat-dg1-6: [PASS][27] -> [SKIP][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg1-6/igt@i915_module_load@load.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg1-6/igt@i915_module_load@load.html
- bat-adlp-6: [PASS][29] -> [SKIP][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adlp-6/igt@i915_module_load@load.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adlp-6/igt@i915_module_load@load.html
- bat-jsl-3: [PASS][31] -> [SKIP][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-jsl-3/igt@i915_module_load@load.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-jsl-3/igt@i915_module_load@load.html
- bat-twl-2: [PASS][33] -> [SKIP][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-twl-2/igt@i915_module_load@load.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-twl-2/igt@i915_module_load@load.html
- bat-dg2-11: [PASS][35] -> [SKIP][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-11/igt@i915_module_load@load.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-11/igt@i915_module_load@load.html
- bat-dg2-14: [PASS][37] -> [SKIP][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-14/igt@i915_module_load@load.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-14/igt@i915_module_load@load.html
- bat-arls-6: [PASS][39] -> [SKIP][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arls-6/igt@i915_module_load@load.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arls-6/igt@i915_module_load@load.html
- bat-mtlp-8: [PASS][41] -> [SKIP][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-mtlp-8/igt@i915_module_load@load.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-mtlp-8/igt@i915_module_load@load.html
- bat-adls-6: [PASS][43] -> [SKIP][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adls-6/igt@i915_module_load@load.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adls-6/igt@i915_module_load@load.html
* igt@i915_pm_rpm@module-reload:
- bat-adls-6: [PASS][45] -> [FAIL][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adls-6/igt@i915_pm_rpm@module-reload.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adls-6/igt@i915_pm_rpm@module-reload.html
- bat-dg1-7: [PASS][47] -> [FAIL][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
* igt@kms_addfb_basic@too-high:
- fi-kbl-8809g: NOTRUN -> [FAIL][49] +3 other tests fail
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_addfb_basic@too-high.html
* igt@kms_force_connector_basic@force-connector-state:
- fi-kbl-8809g: NOTRUN -> [DMESG-WARN][50]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_force_connector_basic@force-edid:
- fi-kbl-8809g: NOTRUN -> [DMESG-FAIL][51]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_force_connector_basic@force-edid.html
#### Warnings ####
* igt@i915_module_load@load:
- bat-mtlp-9: [DMESG-WARN][52] ([i915#13494]) -> [SKIP][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-mtlp-9/igt@i915_module_load@load.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-mtlp-9/igt@i915_module_load@load.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_module_load@load:
- {bat-jsl-4}: [PASS][54] -> [SKIP][55]
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-jsl-4/igt@i915_module_load@load.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-jsl-4/igt@i915_module_load@load.html
Known issues
------------
Here are the changes found in Patchwork_96750v4 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_auth@basic-auth:
- fi-kbl-8809g: NOTRUN -> [DMESG-WARN][56] ([i915#10462]) +1 other test dmesg-warn
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@core_auth@basic-auth.html
* igt@dmabuf@all-tests@dma_fence_chain:
- fi-bsw-n3050: [PASS][57] -> [INCOMPLETE][58] ([i915#12904]) +1 other test incomplete
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-bsw-n3050/igt@dmabuf@all-tests@dma_fence_chain.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-bsw-n3050/igt@dmabuf@all-tests@dma_fence_chain.html
* igt@fbdev@info:
- fi-kbl-8809g: NOTRUN -> [SKIP][59] ([i915#1849])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@fbdev@info.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-8809g: NOTRUN -> [SKIP][60] ([i915#2190])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html
- fi-skl-6600u: NOTRUN -> [SKIP][61] ([i915#2190])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-kbl-8809g: NOTRUN -> [SKIP][62] ([i915#4613]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_lmem_swapping@random-engines:
- fi-skl-6600u: NOTRUN -> [SKIP][63] ([i915#4613]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-skl-6600u/igt@gem_lmem_swapping@random-engines.html
* igt@gem_softpin@allocator-basic-reserve:
- fi-hsw-4770: NOTRUN -> [SKIP][64] +15 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-hsw-4770/igt@gem_softpin@allocator-basic-reserve.html
* igt@i915_module_load@load:
- fi-bsw-n3050: [PASS][65] -> [SKIP][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-bsw-n3050/igt@i915_module_load@load.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-bsw-n3050/igt@i915_module_load@load.html
- fi-pnv-d510: [PASS][67] -> [SKIP][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-pnv-d510/igt@i915_module_load@load.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-pnv-d510/igt@i915_module_load@load.html
- fi-glk-j4005: [PASS][69] -> [SKIP][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-glk-j4005/igt@i915_module_load@load.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-glk-j4005/igt@i915_module_load@load.html
- bat-apl-1: [PASS][71] -> [SKIP][72]
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-apl-1/igt@i915_module_load@load.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-apl-1/igt@i915_module_load@load.html
- fi-cfl-guc: [PASS][73] -> [SKIP][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-cfl-guc/igt@i915_module_load@load.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-cfl-guc/igt@i915_module_load@load.html
- fi-cfl-8109u: [PASS][75] -> [SKIP][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-cfl-8109u/igt@i915_module_load@load.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-cfl-8109u/igt@i915_module_load@load.html
- fi-ilk-650: [PASS][77] -> [SKIP][78]
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-ilk-650/igt@i915_module_load@load.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-ilk-650/igt@i915_module_load@load.html
- fi-blb-e6850: [PASS][79] -> [SKIP][80]
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-blb-e6850/igt@i915_module_load@load.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-blb-e6850/igt@i915_module_load@load.html
- fi-cfl-8700k: [PASS][81] -> [SKIP][82]
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-cfl-8700k/igt@i915_module_load@load.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-cfl-8700k/igt@i915_module_load@load.html
- fi-bsw-nick: [PASS][83] -> [SKIP][84]
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-bsw-nick/igt@i915_module_load@load.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-bsw-nick/igt@i915_module_load@load.html
- bat-kbl-2: [PASS][85] -> [SKIP][86]
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-kbl-2/igt@i915_module_load@load.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-kbl-2/igt@i915_module_load@load.html
- fi-ivb-3770: [PASS][87] -> [SKIP][88]
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-ivb-3770/igt@i915_module_load@load.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-ivb-3770/igt@i915_module_load@load.html
- fi-kbl-guc: [PASS][89] -> [SKIP][90]
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-kbl-guc/igt@i915_module_load@load.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-guc/igt@i915_module_load@load.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][91] -> [DMESG-FAIL][92] ([i915#12061]) +1 other test dmesg-fail
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arls-5/igt@i915_selftest@live@workarounds.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arls-5/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- fi-hsw-4770: NOTRUN -> [SKIP][93] ([i915#5190])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-hsw-4770/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_dsc@dsc-basic:
- fi-kbl-8809g: NOTRUN -> [SKIP][94] +62 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_dsc@dsc-basic.html
- fi-skl-6600u: NOTRUN -> [SKIP][95] +10 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-skl-6600u/igt@kms_dsc@dsc-basic.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [PASS][96] -> [SKIP][97] ([i915#9197]) +3 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
* igt@kms_psr@psr-sprite-plane-onoff:
- fi-hsw-4770: NOTRUN -> [SKIP][98] ([i915#1072]) +3 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-hsw-4770/igt@kms_psr@psr-sprite-plane-onoff.html
#### Possible fixes ####
* igt@dmabuf@all-tests:
- bat-apl-1: [INCOMPLETE][99] ([i915#12904]) -> [PASS][100] +1 other test pass
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-apl-1/igt@dmabuf@all-tests.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-apl-1/igt@dmabuf@all-tests.html
#### Warnings ####
* igt@i915_selftest@live@mman:
- bat-atsm-1: [ABORT][101] ([i915#13679]) -> [ABORT][102] ([i915#13465] / [i915#13679]) +1 other test abort
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-atsm-1/igt@i915_selftest@live@mman.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-atsm-1/igt@i915_selftest@live@mman.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10462]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10462
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904
[i915#13465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13465
[i915#13494]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13494
[i915#13679]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13679
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* Linux: CI_DRM_16262 -> Patchwork_96750v4
CI-20190529: 20190529
CI_DRM_16262: 777e1850811f9864aa8b55940634d3da19712bf7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8270: 49751c5c11723262ec66e564c76503f74a9fa831 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_96750v4: 777e1850811f9864aa8b55940634d3da19712bf7 @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/index.html
[-- Attachment #2: Type: text/html, Size: 20263 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4)
2025-03-11 14:28 ` ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4) Patchwork
@ 2025-03-12 0:37 ` Tseng, William
0 siblings, 0 replies; 19+ messages in thread
From: Tseng, William @ 2025-03-12 0:37 UTC (permalink / raw)
To: intel-gfx@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 17475 bytes --]
Hi
This BAT failure seems having nothing to do with the patch, which regarding MIPI DSI timing change and should not affect the BAT tests.
Could you take a look and share your thoughts about the failure?
Thank you.
Best Regards
William Tseng
________________________________
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Tuesday, March 11, 2025 10:28 PM
To: Tseng, William <william.tseng@intel.com>
Cc: intel-gfx@lists.freedesktop.org <intel-gfx@lists.freedesktop.org>
Subject: ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4)
Patch Details
Series: drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4)
URL: https://patchwork.freedesktop.org/series/96750/
State: failure
Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/index.html
CI Bug Log - changes from CI_DRM_16262 -> Patchwork_96750v4
Summary
FAILURE
Serious unknown changes coming with Patchwork_96750v4 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_96750v4, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/index.html
Participating hosts (44 -> 42)
Additional (1): fi-hsw-4770
Missing (3): fi-kbl-7567u fi-snb-2520m fi-elk-e7500
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_96750v4:
IGT changes
Possible regressions
* igt@i915_module_load@load:
* fi-rkl-11600: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-rkl-11600/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-rkl-11600/igt@i915_module_load@load.html>
* bat-arlh-3: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arlh-3/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arlh-3/igt@i915_module_load@load.html>
* bat-dg1-7: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg1-7/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg1-7/igt@i915_module_load@load.html>
* bat-dg2-13: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-13/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-13/igt@i915_module_load@load.html>
* bat-adlp-9: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adlp-9/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adlp-9/igt@i915_module_load@load.html>
* bat-rpls-4: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-rpls-4/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-rpls-4/igt@i915_module_load@load.html>
* bat-twl-1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-twl-1/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-twl-1/igt@i915_module_load@load.html>
* bat-arls-5: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arls-5/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arls-5/igt@i915_module_load@load.html>
* bat-rplp-1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-rplp-1/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-rplp-1/igt@i915_module_load@load.html>
* fi-tgl-1115g4: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-tgl-1115g4/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-tgl-1115g4/igt@i915_module_load@load.html>
* bat-mtlp-6: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-mtlp-6/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-mtlp-6/igt@i915_module_load@load.html>
* bat-dg2-9: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-9/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-9/igt@i915_module_load@load.html>
* bat-adlp-11: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adlp-11/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adlp-11/igt@i915_module_load@load.html>
* bat-dg1-6: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg1-6/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg1-6/igt@i915_module_load@load.html>
* bat-adlp-6: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adlp-6/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adlp-6/igt@i915_module_load@load.html>
* bat-jsl-3: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-jsl-3/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-jsl-3/igt@i915_module_load@load.html>
* bat-twl-2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-twl-2/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-twl-2/igt@i915_module_load@load.html>
* bat-dg2-11: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-11/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-11/igt@i915_module_load@load.html>
* bat-dg2-14: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-14/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-14/igt@i915_module_load@load.html>
* bat-arls-6: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arls-6/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arls-6/igt@i915_module_load@load.html>
* bat-mtlp-8: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-mtlp-8/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-mtlp-8/igt@i915_module_load@load.html>
* bat-adls-6: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adls-6/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adls-6/igt@i915_module_load@load.html>
* igt@i915_pm_rpm@module-reload:
* bat-adls-6: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-adls-6/igt@i915_pm_rpm@module-reload.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-adls-6/igt@i915_pm_rpm@module-reload.html>
* bat-dg1-7: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg1-7/igt@i915_pm_rpm@module-reload.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg1-7/igt@i915_pm_rpm@module-reload.html>
* igt@kms_addfb_basic@too-high:
* fi-kbl-8809g: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_addfb_basic@too-high.html> +3 other tests fail
* igt@kms_force_connector_basic@force-connector-state:
* fi-kbl-8809g: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_force_connector_basic@force-connector-state.html>
* igt@kms_force_connector_basic@force-edid:
* fi-kbl-8809g: NOTRUN -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_force_connector_basic@force-edid.html>
Warnings
* igt@i915_module_load@load:
* bat-mtlp-9: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-mtlp-9/igt@i915_module_load@load.html> (i915#13494<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13494>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-mtlp-9/igt@i915_module_load@load.html>
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_module_load@load:
* {bat-jsl-4}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-jsl-4/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-jsl-4/igt@i915_module_load@load.html>
Known issues
Here are the changes found in Patchwork_96750v4 that come from known issues:
IGT changes
Issues hit
* igt@core_auth@basic-auth:
* fi-kbl-8809g: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@core_auth@basic-auth.html> (i915#10462<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10462>) +1 other test dmesg-warn
* igt@dmabuf@all-tests@dma_fence_chain:
* fi-bsw-n3050: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-bsw-n3050/igt@dmabuf@all-tests@dma_fence_chain.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-bsw-n3050/igt@dmabuf@all-tests@dma_fence_chain.html> (i915#12904<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904>) +1 other test incomplete
* igt@fbdev@info:
* fi-kbl-8809g: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@fbdev@info.html> (i915#1849<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>)
* igt@gem_huc_copy@huc-copy:
* fi-kbl-8809g: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html> (i915#2190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190>)
* fi-skl-6600u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html> (i915#2190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190>)
* igt@gem_lmem_swapping@parallel-random-engines:
* fi-kbl-8809g: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@gem_lmem_swapping@parallel-random-engines.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +3 other tests skip
* igt@gem_lmem_swapping@random-engines:
* fi-skl-6600u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-skl-6600u/igt@gem_lmem_swapping@random-engines.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +3 other tests skip
* igt@gem_softpin@allocator-basic-reserve:
* fi-hsw-4770: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-hsw-4770/igt@gem_softpin@allocator-basic-reserve.html> +15 other tests skip
* igt@i915_module_load@load:
* fi-bsw-n3050: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-bsw-n3050/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-bsw-n3050/igt@i915_module_load@load.html>
* fi-pnv-d510: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-pnv-d510/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-pnv-d510/igt@i915_module_load@load.html>
* fi-glk-j4005: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-glk-j4005/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-glk-j4005/igt@i915_module_load@load.html>
* bat-apl-1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-apl-1/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-apl-1/igt@i915_module_load@load.html>
* fi-cfl-guc: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-cfl-guc/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-cfl-guc/igt@i915_module_load@load.html>
* fi-cfl-8109u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-cfl-8109u/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-cfl-8109u/igt@i915_module_load@load.html>
* fi-ilk-650: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-ilk-650/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-ilk-650/igt@i915_module_load@load.html>
* fi-blb-e6850: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-blb-e6850/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-blb-e6850/igt@i915_module_load@load.html>
* fi-cfl-8700k: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-cfl-8700k/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-cfl-8700k/igt@i915_module_load@load.html>
* fi-bsw-nick: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-bsw-nick/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-bsw-nick/igt@i915_module_load@load.html>
* bat-kbl-2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-kbl-2/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-kbl-2/igt@i915_module_load@load.html>
* fi-ivb-3770: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-ivb-3770/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-ivb-3770/igt@i915_module_load@load.html>
* fi-kbl-guc: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/fi-kbl-guc/igt@i915_module_load@load.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-guc/igt@i915_module_load@load.html>
* igt@i915_selftest@live@workarounds:
* bat-arls-5: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-arls-5/igt@i915_selftest@live@workarounds.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-arls-5/igt@i915_selftest@live@workarounds.html> (i915#12061<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061>) +1 other test dmesg-fail
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
* fi-hsw-4770: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-hsw-4770/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
* igt@kms_dsc@dsc-basic:
* fi-kbl-8809g: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-kbl-8809g/igt@kms_dsc@dsc-basic.html> +62 other tests skip
* fi-skl-6600u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-skl-6600u/igt@kms_dsc@dsc-basic.html> +10 other tests skip
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
* bat-dg2-11: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +3 other tests skip
* igt@kms_psr@psr-sprite-plane-onoff:
* fi-hsw-4770: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/fi-hsw-4770/igt@kms_psr@psr-sprite-plane-onoff.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>) +3 other tests skip
Possible fixes
* igt@dmabuf@all-tests:
* bat-apl-1: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-apl-1/igt@dmabuf@all-tests.html> (i915#12904<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-apl-1/igt@dmabuf@all-tests.html> +1 other test pass
Warnings
* igt@i915_selftest@live@mman:
* bat-atsm-1: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16262/bat-atsm-1/igt@i915_selftest@live@mman.html> (i915#13679<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13679>) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_96750v4/bat-atsm-1/igt@i915_selftest@live@mman.html> (i915#13465<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13465> / i915#13679<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13679>) +1 other test abort
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* Linux: CI_DRM_16262 -> Patchwork_96750v4
CI-20190529: 20190529
CI_DRM_16262: 777e1850811f9864aa8b55940634d3da19712bf7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8270: 49751c5c11723262ec66e564c76503f74a9fa831 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_96750v4: 777e1850811f9864aa8b55940634d3da19712bf7 @ git://anongit.freedesktop.org/gfx-ci/linux
[-- Attachment #2: Type: text/html, Size: 34049 bytes --]
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2025-03-11 10:06 ` [PATCH v4] " William Tseng
@ 2025-03-13 9:55 ` Jani Nikula
2025-03-14 2:23 ` Tseng, William
2025-03-28 9:59 ` Jani Nikula
1 sibling, 1 reply; 19+ messages in thread
From: Jani Nikula @ 2025-03-13 9:55 UTC (permalink / raw)
To: William Tseng, intel-gfx, intel-xe
Cc: William Tseng, Ville Syrjala, Vandita Kulkarni, Lee Shawn C,
Cooper Chiou
On Tue, 11 Mar 2025, William Tseng <william.tseng@intel.com> wrote:
> This change is to avoid over-specification of the TEOT timing
> parameter, which is derived from software in current design.
>
> Supposed that THS-TRAIL and THS-EXIT have the minimum values,
> i.e., 60 and 100 in ns. If SW is overriding the HW default,
> the TEOT value becomes 150 ns, approximately calculated by
> the following formula.
>
> DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
> is LP Escape Clock time in ns.
>
> The TEOT value 150 ns is larger than the maximum value,
> around 136 ns if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI
> DPHY specification).
>
> However, the TEOT value will meet the specification if THS-TRAIL
> is set to the HW default, instead of software overriding.
>
> The timing change is made for both data lane and clock lane.
What does the VBT contain?
Granted, the spec only describes the relevant fields as "TClkTrail:
Clock Trail value" and "THSTrail: HS Trail value".
But we might have panels and setups where we depend on VBT providing the
values. So why do we pick and choose some VBT values for overrides and
not others?
I also don't get why we do this:
tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
and then use that for both. Again, would be interesting to see what VBT
has for them.
BR,
Jani.
>
> v1: initial version.
> v2: change clock lane dphy timings.
> v3: remove calculation of trail cnt.
> v4: rebase.
>
> Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13891
> Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
> Cc: Lee Shawn C <shawn.c.lee@intel.com>
> Cc: Cooper Chiou <cooper.chiou@intel.com>
> Signed-off-by: William Tseng <william.tseng@intel.com>
> Acked-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
> ---
> drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
> 1 file changed, 3 insertions(+), 16 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
> index 82bf6c654de2..6cf9c9275031 100644
> --- a/drivers/gpu/drm/i915/display/icl_dsi.c
> +++ b/drivers/gpu/drm/i915/display/icl_dsi.c
> @@ -1846,14 +1846,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> struct intel_connector *connector = intel_dsi->attached_connector;
> struct mipi_config *mipi_config = connector->panel.vbt.dsi.config;
> u32 tlpx_ns;
> - u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
> - u32 ths_prepare_ns, tclk_trail_ns;
> + u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
> + u32 ths_prepare_ns;
> u32 hs_zero_cnt;
> u32 tclk_pre_cnt;
>
> tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
>
> - tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
> ths_prepare_ns = max(mipi_config->ths_prepare,
> mipi_config->tclk_prepare);
>
> @@ -1880,14 +1879,6 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
> }
>
> - /* trail cnt in escape clocks*/
> - trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
> - if (trail_cnt > ICL_TRAIL_CNT_MAX) {
> - drm_dbg_kms(display->drm, "trail_cnt out of range (%d)\n",
> - trail_cnt);
> - trail_cnt = ICL_TRAIL_CNT_MAX;
> - }
> -
> /* tclk pre count in escape clocks */
> tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
> if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) {
> @@ -1920,17 +1911,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> CLK_ZERO_OVERRIDE |
> CLK_ZERO(clk_zero_cnt) |
> CLK_PRE_OVERRIDE |
> - CLK_PRE(tclk_pre_cnt) |
> - CLK_TRAIL_OVERRIDE |
> - CLK_TRAIL(trail_cnt));
> + CLK_PRE(tclk_pre_cnt));
>
> /* data lanes dphy timings */
> intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
> HS_PREPARE(prepare_cnt) |
> HS_ZERO_OVERRIDE |
> HS_ZERO(hs_zero_cnt) |
> - HS_TRAIL_OVERRIDE |
> - HS_TRAIL(trail_cnt) |
> HS_EXIT_OVERRIDE |
> HS_EXIT(exit_zero_cnt));
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2025-03-13 9:55 ` Jani Nikula
@ 2025-03-14 2:23 ` Tseng, William
0 siblings, 0 replies; 19+ messages in thread
From: Tseng, William @ 2025-03-14 2:23 UTC (permalink / raw)
To: Jani Nikula, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org
Cc: Ville Syrjala, Vandita Kulkarni, Lee, Shawn C, Cooper Chiou
> -----Original Message-----
> From: Jani Nikula <jani.nikula@linux.intel.com>
> Sent: Thursday, March 13, 2025 5:55 PM
> To: Tseng, William <william.tseng@intel.com>; intel-
> gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: Tseng, William <william.tseng@intel.com>; Ville Syrjala
> <ville.syrjala@linux.intel.com>; Vandita Kulkarni
> <vandita.kulkarni@intel.com>; Lee, Shawn C <shawn.c.lee@intel.com>;
> Cooper Chiou <cooper.chiou@intel.com>
> Subject: Re: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
>
> On Tue, 11 Mar 2025, William Tseng <william.tseng@intel.com> wrote:
> > This change is to avoid over-specification of the TEOT timing
> > parameter, which is derived from software in current design.
> >
> > Supposed that THS-TRAIL and THS-EXIT have the minimum values, i.e., 60
> > and 100 in ns. If SW is overriding the HW default, the TEOT value
> > becomes 150 ns, approximately calculated by the following formula.
> >
> > DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
> > is LP Escape Clock time in ns.
> >
> > The TEOT value 150 ns is larger than the maximum value, around 136 ns
> > if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI DPHY specification).
> >
> > However, the TEOT value will meet the specification if THS-TRAIL is
> > set to the HW default, instead of software overriding.
> >
> > The timing change is made for both data lane and clock lane.
>
> What does the VBT contain?
>
In VBT, the value of THSTRAIL is set to 60 and TCLKTRAIL is set to 70 for the
device with DSI panel.
> Granted, the spec only describes the relevant fields as "TClkTrail:
> Clock Trail value" and "THSTrail: HS Trail value".
>
> But we might have panels and setups where we depend on VBT providing the
> values. So why do we pick and choose some VBT values for overrides and not
> others?
>
Maybe timing conformance is the consideration which may be subject to the change of
data rate. We need to keep it adjustable.
> I also don't get why we do this:
>
> tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
>
The reason might be linked to the minimum values for both TClkTrail and THSTrail,
defined in Table 18, MIPI D-PHY version 2.5. We need to get a value above the required
minimum value for both timing parameters, via the formula.
Regards
William
> and then use that for both. Again, would be interesting to see what VBT has
> for them.
>
>
> BR,
> Jani.
>
>
> >
> > v1: initial version.
> > v2: change clock lane dphy timings.
> > v3: remove calculation of trail cnt.
> > v4: rebase.
> >
> > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13891
> > Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
> > Cc: Jani Nikula <jani.nikula@linux.intel.com>
> > Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
> > Cc: Lee Shawn C <shawn.c.lee@intel.com>
> > Cc: Cooper Chiou <cooper.chiou@intel.com>
> > Signed-off-by: William Tseng <william.tseng@intel.com>
> > Acked-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
> > ---
> > drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
> > 1 file changed, 3 insertions(+), 16 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c
> > b/drivers/gpu/drm/i915/display/icl_dsi.c
> > index 82bf6c654de2..6cf9c9275031 100644
> > --- a/drivers/gpu/drm/i915/display/icl_dsi.c
> > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c
> > @@ -1846,14 +1846,13 @@ static void icl_dphy_param_init(struct intel_dsi
> *intel_dsi)
> > struct intel_connector *connector = intel_dsi->attached_connector;
> > struct mipi_config *mipi_config = connector->panel.vbt.dsi.config;
> > u32 tlpx_ns;
> > - u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
> > - u32 ths_prepare_ns, tclk_trail_ns;
> > + u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
> > + u32 ths_prepare_ns;
> > u32 hs_zero_cnt;
> > u32 tclk_pre_cnt;
> >
> > tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
> >
> > - tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
> > ths_prepare_ns = max(mipi_config->ths_prepare,
> > mipi_config->tclk_prepare);
> >
> > @@ -1880,14 +1879,6 @@ static void icl_dphy_param_init(struct intel_dsi
> *intel_dsi)
> > clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
> > }
> >
> > - /* trail cnt in escape clocks*/
> > - trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
> > - if (trail_cnt > ICL_TRAIL_CNT_MAX) {
> > - drm_dbg_kms(display->drm, "trail_cnt out of range (%d)\n",
> > - trail_cnt);
> > - trail_cnt = ICL_TRAIL_CNT_MAX;
> > - }
> > -
> > /* tclk pre count in escape clocks */
> > tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
> > if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) { @@ -1920,17 +1911,13
> @@
> > static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> > CLK_ZERO_OVERRIDE |
> > CLK_ZERO(clk_zero_cnt) |
> > CLK_PRE_OVERRIDE |
> > - CLK_PRE(tclk_pre_cnt) |
> > - CLK_TRAIL_OVERRIDE |
> > - CLK_TRAIL(trail_cnt));
> > + CLK_PRE(tclk_pre_cnt));
> >
> > /* data lanes dphy timings */
> > intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
> > HS_PREPARE(prepare_cnt) |
> > HS_ZERO_OVERRIDE |
> > HS_ZERO(hs_zero_cnt) |
> > - HS_TRAIL_OVERRIDE |
> > - HS_TRAIL(trail_cnt) |
> > HS_EXIT_OVERRIDE |
> > HS_EXIT(exit_zero_cnt));
>
> --
> Jani Nikula, Intel
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2025-03-11 10:06 ` [PATCH v4] " William Tseng
2025-03-13 9:55 ` Jani Nikula
@ 2025-03-28 9:59 ` Jani Nikula
2025-03-31 8:07 ` Tseng, William
1 sibling, 1 reply; 19+ messages in thread
From: Jani Nikula @ 2025-03-28 9:59 UTC (permalink / raw)
To: William Tseng, intel-gfx, intel-xe
Cc: William Tseng, Ville Syrjala, Vandita Kulkarni, Lee Shawn C,
Cooper Chiou
On Tue, 11 Mar 2025, William Tseng <william.tseng@intel.com> wrote:
> This change is to avoid over-specification of the TEOT timing
> parameter, which is derived from software in current design.
>
> Supposed that THS-TRAIL and THS-EXIT have the minimum values,
> i.e., 60 and 100 in ns. If SW is overriding the HW default,
> the TEOT value becomes 150 ns, approximately calculated by
> the following formula.
>
> DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
> is LP Escape Clock time in ns.
>
> The TEOT value 150 ns is larger than the maximum value,
> around 136 ns if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI
> DPHY specification).
>
> However, the TEOT value will meet the specification if THS-TRAIL
> is set to the HW default, instead of software overriding.
>
> The timing change is made for both data lane and clock lane.
>
> v1: initial version.
> v2: change clock lane dphy timings.
> v3: remove calculation of trail cnt.
> v4: rebase.
>
> Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13891
> Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
> Cc: Lee Shawn C <shawn.c.lee@intel.com>
> Cc: Cooper Chiou <cooper.chiou@intel.com>
> Signed-off-by: William Tseng <william.tseng@intel.com>
> Acked-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
Pushed to drm-intel-next. Thanks for the patch, and sorry for the delay.
BR,
Jani.
> ---
> drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
> 1 file changed, 3 insertions(+), 16 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
> index 82bf6c654de2..6cf9c9275031 100644
> --- a/drivers/gpu/drm/i915/display/icl_dsi.c
> +++ b/drivers/gpu/drm/i915/display/icl_dsi.c
> @@ -1846,14 +1846,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> struct intel_connector *connector = intel_dsi->attached_connector;
> struct mipi_config *mipi_config = connector->panel.vbt.dsi.config;
> u32 tlpx_ns;
> - u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
> - u32 ths_prepare_ns, tclk_trail_ns;
> + u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
> + u32 ths_prepare_ns;
> u32 hs_zero_cnt;
> u32 tclk_pre_cnt;
>
> tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
>
> - tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
> ths_prepare_ns = max(mipi_config->ths_prepare,
> mipi_config->tclk_prepare);
>
> @@ -1880,14 +1879,6 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
> }
>
> - /* trail cnt in escape clocks*/
> - trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
> - if (trail_cnt > ICL_TRAIL_CNT_MAX) {
> - drm_dbg_kms(display->drm, "trail_cnt out of range (%d)\n",
> - trail_cnt);
> - trail_cnt = ICL_TRAIL_CNT_MAX;
> - }
> -
> /* tclk pre count in escape clocks */
> tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
> if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) {
> @@ -1920,17 +1911,13 @@ static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> CLK_ZERO_OVERRIDE |
> CLK_ZERO(clk_zero_cnt) |
> CLK_PRE_OVERRIDE |
> - CLK_PRE(tclk_pre_cnt) |
> - CLK_TRAIL_OVERRIDE |
> - CLK_TRAIL(trail_cnt));
> + CLK_PRE(tclk_pre_cnt));
>
> /* data lanes dphy timings */
> intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
> HS_PREPARE(prepare_cnt) |
> HS_ZERO_OVERRIDE |
> HS_ZERO(hs_zero_cnt) |
> - HS_TRAIL_OVERRIDE |
> - HS_TRAIL(trail_cnt) |
> HS_EXIT_OVERRIDE |
> HS_EXIT(exit_zero_cnt));
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2025-03-28 9:59 ` Jani Nikula
@ 2025-03-31 8:07 ` Tseng, William
2025-04-03 12:25 ` Jani Nikula
0 siblings, 1 reply; 19+ messages in thread
From: Tseng, William @ 2025-03-31 8:07 UTC (permalink / raw)
To: Jani Nikula, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org
Cc: Ville Syrjala, Vandita Kulkarni, Lee, Shawn C, Cooper Chiou
> -----Original Message-----
> From: Jani Nikula <jani.nikula@linux.intel.com>
> Sent: Friday, March 28, 2025 5:59 PM
> To: Tseng, William <william.tseng@intel.com>; intel-
> gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: Tseng, William <william.tseng@intel.com>; Ville Syrjala
> <ville.syrjala@linux.intel.com>; Vandita Kulkarni
> <vandita.kulkarni@intel.com>; Lee, Shawn C <shawn.c.lee@intel.com>;
> Cooper Chiou <cooper.chiou@intel.com>
> Subject: Re: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
>
> On Tue, 11 Mar 2025, William Tseng <william.tseng@intel.com> wrote:
> > This change is to avoid over-specification of the TEOT timing
> > parameter, which is derived from software in current design.
> >
> > Supposed that THS-TRAIL and THS-EXIT have the minimum values, i.e., 60
> > and 100 in ns. If SW is overriding the HW default, the TEOT value
> > becomes 150 ns, approximately calculated by the following formula.
> >
> > DIV_ROUND_UP(60/50)*50 + DIV_ROUND_UP(100/50))*50/2, where 50
> > is LP Escape Clock time in ns.
> >
> > The TEOT value 150 ns is larger than the maximum value, around 136 ns
> > if UI is 1.8ns, (105 ns + 12*UI, defined by MIPI DPHY specification).
> >
> > However, the TEOT value will meet the specification if THS-TRAIL is
> > set to the HW default, instead of software overriding.
> >
> > The timing change is made for both data lane and clock lane.
> >
> > v1: initial version.
> > v2: change clock lane dphy timings.
> > v3: remove calculation of trail cnt.
> > v4: rebase.
> >
> > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13891
> > Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
> > Cc: Jani Nikula <jani.nikula@linux.intel.com>
> > Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
> > Cc: Lee Shawn C <shawn.c.lee@intel.com>
> > Cc: Cooper Chiou <cooper.chiou@intel.com>
> > Signed-off-by: William Tseng <william.tseng@intel.com>
> > Acked-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
>
> Pushed to drm-intel-next. Thanks for the patch, and sorry for the delay.
>
> BR,
> Jani.
>
Hi Jani
No problem. Thank you so much for your time.
Regards
William
> > ---
> > drivers/gpu/drm/i915/display/icl_dsi.c | 19 +++----------------
> > 1 file changed, 3 insertions(+), 16 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c
> > b/drivers/gpu/drm/i915/display/icl_dsi.c
> > index 82bf6c654de2..6cf9c9275031 100644
> > --- a/drivers/gpu/drm/i915/display/icl_dsi.c
> > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c
> > @@ -1846,14 +1846,13 @@ static void icl_dphy_param_init(struct intel_dsi
> *intel_dsi)
> > struct intel_connector *connector = intel_dsi->attached_connector;
> > struct mipi_config *mipi_config = connector->panel.vbt.dsi.config;
> > u32 tlpx_ns;
> > - u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt, trail_cnt;
> > - u32 ths_prepare_ns, tclk_trail_ns;
> > + u32 prepare_cnt, exit_zero_cnt, clk_zero_cnt;
> > + u32 ths_prepare_ns;
> > u32 hs_zero_cnt;
> > u32 tclk_pre_cnt;
> >
> > tlpx_ns = intel_dsi_tlpx_ns(intel_dsi);
> >
> > - tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
> > ths_prepare_ns = max(mipi_config->ths_prepare,
> > mipi_config->tclk_prepare);
> >
> > @@ -1880,14 +1879,6 @@ static void icl_dphy_param_init(struct intel_dsi
> *intel_dsi)
> > clk_zero_cnt = ICL_CLK_ZERO_CNT_MAX;
> > }
> >
> > - /* trail cnt in escape clocks*/
> > - trail_cnt = DIV_ROUND_UP(tclk_trail_ns, tlpx_ns);
> > - if (trail_cnt > ICL_TRAIL_CNT_MAX) {
> > - drm_dbg_kms(display->drm, "trail_cnt out of range (%d)\n",
> > - trail_cnt);
> > - trail_cnt = ICL_TRAIL_CNT_MAX;
> > - }
> > -
> > /* tclk pre count in escape clocks */
> > tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
> > if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) { @@ -1920,17 +1911,13
> @@
> > static void icl_dphy_param_init(struct intel_dsi *intel_dsi)
> > CLK_ZERO_OVERRIDE |
> > CLK_ZERO(clk_zero_cnt) |
> > CLK_PRE_OVERRIDE |
> > - CLK_PRE(tclk_pre_cnt) |
> > - CLK_TRAIL_OVERRIDE |
> > - CLK_TRAIL(trail_cnt));
> > + CLK_PRE(tclk_pre_cnt));
> >
> > /* data lanes dphy timings */
> > intel_dsi->dphy_data_lane_reg = (HS_PREPARE_OVERRIDE |
> > HS_PREPARE(prepare_cnt) |
> > HS_ZERO_OVERRIDE |
> > HS_ZERO(hs_zero_cnt) |
> > - HS_TRAIL_OVERRIDE |
> > - HS_TRAIL(trail_cnt) |
> > HS_EXIT_OVERRIDE |
> > HS_EXIT(exit_zero_cnt));
>
> --
> Jani Nikula, Intel
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH v4] drm/i915/dsi: let HW maintain the HS-TRAIL timing
2025-03-31 8:07 ` Tseng, William
@ 2025-04-03 12:25 ` Jani Nikula
0 siblings, 0 replies; 19+ messages in thread
From: Jani Nikula @ 2025-04-03 12:25 UTC (permalink / raw)
To: 20250311100626.533888-1-william.tseng@intel.com,
intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: Ville Syrjala, Lee, Shawn C, Cooper Chiou
On Mon, 31 Mar 2025, "Tseng, William" <william.tseng@intel.com> wrote:
> No problem. Thank you so much for your time.
I was reading the Windows driver code when reviewing your changes, and
spotted some other things. Posted at [1]. I'd appreciate it if you could
test or review them. I don't have the hardware...
BR,
Jani.
[1] https://lore.kernel.org/r/cover.1743682608.git.jani.nikula@intel.com
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2025-04-03 12:25 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-10 10:23 [Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing William Tseng
2021-11-10 14:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-11-10 17:37 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-11-15 3:03 ` [Intel-gfx] [PATCH v2] " William Tseng
2021-12-17 10:09 ` [Intel-gfx] [PATCH v3] " William Tseng
2022-01-04 6:11 ` Kulkarni, Vandita
2025-03-11 10:06 ` [PATCH v4] " William Tseng
2025-03-13 9:55 ` Jani Nikula
2025-03-14 2:23 ` Tseng, William
2025-03-28 9:59 ` Jani Nikula
2025-03-31 8:07 ` Tseng, William
2025-04-03 12:25 ` Jani Nikula
2021-11-15 3:16 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev2) Patchwork
2021-11-15 3:36 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-11-15 5:14 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-12-17 13:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev3) Patchwork
2021-12-17 15:07 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2025-03-11 14:28 ` ✗ i915.CI.BAT: failure for drm/i915/dsi: let HW maintain the HS-TRAIL timing (rev4) Patchwork
2025-03-12 0:37 ` Tseng, William
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox