* [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys
@ 2022-01-10 23:45 clinton.a.taylor
2022-01-11 0:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: clinton.a.taylor @ 2022-01-10 23:45 UTC (permalink / raw)
To: Intel-gfx; +Cc: Jani Nikula
From: Clint Taylor <clinton.a.taylor@intel.com>
Updated new values from BSPEC.
BSPEC: 53920
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com>
---
.../drm/i915/display/intel_ddi_buf_trans.c | 42 +++++++++----------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c
index 1e689d573512..09d6ab13536c 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c
@@ -985,15 +985,15 @@ static const struct intel_ddi_buf_trans adlp_dkl_phy_trans_dp_hbr2_hbr3 = {
};
static const union intel_ddi_buf_trans_entry _dg2_snps_trans[] = {
- { .snps = { 26, 0, 0 } }, /* VS 0, pre-emph 0 */
- { .snps = { 33, 0, 6 } }, /* VS 0, pre-emph 1 */
- { .snps = { 38, 0, 12 } }, /* VS 0, pre-emph 2 */
- { .snps = { 43, 0, 19 } }, /* VS 0, pre-emph 3 */
- { .snps = { 39, 0, 0 } }, /* VS 1, pre-emph 0 */
- { .snps = { 44, 0, 8 } }, /* VS 1, pre-emph 1 */
- { .snps = { 47, 0, 15 } }, /* VS 1, pre-emph 2 */
- { .snps = { 52, 0, 0 } }, /* VS 2, pre-emph 0 */
- { .snps = { 51, 0, 10 } }, /* VS 2, pre-emph 1 */
+ { .snps = { 25, 0, 0 } }, /* VS 0, pre-emph 0 */
+ { .snps = { 32, 0, 6 } }, /* VS 0, pre-emph 1 */
+ { .snps = { 35, 0, 10 } }, /* VS 0, pre-emph 2 */
+ { .snps = { 43, 0, 17 } }, /* VS 0, pre-emph 3 */
+ { .snps = { 35, 0, 0 } }, /* VS 1, pre-emph 0 */
+ { .snps = { 45, 0, 8 } }, /* VS 1, pre-emph 1 */
+ { .snps = { 48, 0, 14 } }, /* VS 1, pre-emph 2 */
+ { .snps = { 47, 0, 0 } }, /* VS 2, pre-emph 0 */
+ { .snps = { 55, 0, 7 } }, /* VS 2, pre-emph 1 */
{ .snps = { 62, 0, 0 } }, /* VS 3, pre-emph 0 */
};
@@ -1005,21 +1005,21 @@ static const struct intel_ddi_buf_trans dg2_snps_trans = {
static const union intel_ddi_buf_trans_entry _dg2_snps_trans_uhbr[] = {
{ .snps = { 62, 0, 0 } }, /* preset 0 */
- { .snps = { 56, 0, 6 } }, /* preset 1 */
- { .snps = { 51, 0, 11 } }, /* preset 2 */
- { .snps = { 48, 0, 14 } }, /* preset 3 */
- { .snps = { 43, 0, 19 } }, /* preset 4 */
+ { .snps = { 55, 0, 7 } }, /* preset 1 */
+ { .snps = { 50, 0, 12 } }, /* preset 2 */
+ { .snps = { 44, 0, 18 } }, /* preset 3 */
+ { .snps = { 35, 0, 21 } }, /* preset 4 */
{ .snps = { 59, 3, 0 } }, /* preset 5 */
{ .snps = { 53, 3, 6 } }, /* preset 6 */
- { .snps = { 49, 3, 10 } }, /* preset 7 */
- { .snps = { 45, 3, 14 } }, /* preset 8 */
- { .snps = { 42, 3, 17 } }, /* preset 9 */
+ { .snps = { 48, 3, 11 } }, /* preset 7 */
+ { .snps = { 42, 5, 15 } }, /* preset 8 */
+ { .snps = { 37, 5, 20 } }, /* preset 9 */
{ .snps = { 56, 6, 0 } }, /* preset 10 */
- { .snps = { 50, 6, 6 } }, /* preset 11 */
- { .snps = { 47, 6, 9 } }, /* preset 12 */
- { .snps = { 42, 6, 14 } }, /* preset 13 */
- { .snps = { 46, 8, 8 } }, /* preset 14 */
- { .snps = { 56, 3, 3 } }, /* preset 15 */
+ { .snps = { 48, 7, 7 } }, /* preset 11 */
+ { .snps = { 45, 7, 10 } }, /* preset 12 */
+ { .snps = { 39, 8, 15 } }, /* preset 13 */
+ { .snps = { 48, 14, 0 } }, /* preset 14 */
+ { .snps = { 45, 4, 4 } }, /* preset 15 */
};
static const struct intel_ddi_buf_trans dg2_snps_trans_uhbr = {
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/snps: vswing value refined for SNPS phys 2022-01-10 23:45 [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys clinton.a.taylor @ 2022-01-11 0:41 ` Patchwork 2022-01-11 7:54 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-01-11 0:41 UTC (permalink / raw) To: clinton.a.taylor; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 7420 bytes --] == Series Details == Series: drm/i915/snps: vswing value refined for SNPS phys URL : https://patchwork.freedesktop.org/series/98710/ State : success == Summary == CI Bug Log - changes from CI_DRM_11061 -> Patchwork_21959 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/index.html Participating hosts (46 -> 36) ------------------------------ Additional (1): fi-icl-u2 Missing (11): fi-bdw-samus bat-dg1-6 bat-dg1-5 fi-skl-guc fi-bsw-cyan bat-adlp-6 bat-adlp-4 bat-rpls-1 bat-rpls-2 bat-jsl-2 bat-jsl-1 Known issues ------------ Here are the changes found in Patchwork_21959 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@cs-gfx: - fi-hsw-4770: NOTRUN -> [SKIP][1] ([fdo#109271] / [fdo#109315]) +17 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-hsw-4770/igt@amdgpu/amd_basic@cs-gfx.html * igt@amdgpu/amd_basic@query-info: - fi-bsw-kefka: NOTRUN -> [SKIP][2] ([fdo#109271]) +17 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-bsw-kefka/igt@amdgpu/amd_basic@query-info.html * igt@amdgpu/amd_cs_nop@fork-gfx0: - fi-icl-u2: NOTRUN -> [SKIP][3] ([fdo#109315]) +17 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@amdgpu/amd_cs_nop@fork-gfx0.html * igt@amdgpu/amd_cs_nop@sync-fork-compute0: - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +12 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-kbl-soraka/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html * igt@gem_flink_basic@bad-flink: - fi-skl-6600u: [PASS][5] -> [INCOMPLETE][6] ([i915#4547]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/fi-skl-6600u/igt@gem_flink_basic@bad-flink.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-skl-6600u/igt@gem_flink_basic@bad-flink.html * igt@gem_huc_copy@huc-copy: - fi-icl-u2: NOTRUN -> [SKIP][7] ([i915#2190]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-icl-u2: NOTRUN -> [SKIP][8] ([i915#4613]) +3 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_selftest@live@execlists: - fi-bsw-n3050: [PASS][9] -> [INCOMPLETE][10] ([i915#2940]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/fi-bsw-n3050/igt@i915_selftest@live@execlists.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-bsw-n3050/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [PASS][11] -> [INCOMPLETE][12] ([i915#3921]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: NOTRUN -> [SKIP][13] ([fdo#111827]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-icl-u2: NOTRUN -> [SKIP][14] ([fdo#109278]) +2 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - fi-icl-u2: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [PASS][16] -> [DMESG-WARN][17] ([i915#4269]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html * igt@prime_vgem@basic-userptr: - fi-icl-u2: NOTRUN -> [SKIP][18] ([i915#3301]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-icl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-skl-6600u: NOTRUN -> [FAIL][19] ([i915#2722] / [i915#4312]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-skl-6600u/igt@runner@aborted.html - fi-bsw-n3050: NOTRUN -> [FAIL][20] ([fdo#109271] / [i915#1436] / [i915#2722] / [i915#3428] / [i915#4312]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-bsw-n3050/igt@runner@aborted.html #### Possible fixes #### * igt@i915_selftest@live@execlists: - fi-bsw-kefka: [INCOMPLETE][21] ([i915#2940]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/fi-bsw-kefka/igt@i915_selftest@live@execlists.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-bsw-kefka/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@hangcheck: - fi-hsw-4770: [INCOMPLETE][23] ([i915#4785]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [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#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 Build changes ------------- * Linux: CI_DRM_11061 -> Patchwork_21959 CI-20190529: 20190529 CI_DRM_11061: 0ee2fe64a0021c173a686de95f9961c35c82cb99 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6326: ec75f64fcbcf4aac58fbf1bf629e8f59b19db4ce @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21959: 0cb13ad71fc6e0f3343e5046c228aa68fc51de9e @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 0cb13ad71fc6 drm/i915/snps: vswing value refined for SNPS phys == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/index.html [-- Attachment #2: Type: text/html, Size: 8928 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/snps: vswing value refined for SNPS phys 2022-01-10 23:45 [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys clinton.a.taylor 2022-01-11 0:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-01-11 7:54 ` Patchwork 2022-01-11 8:29 ` [Intel-gfx] [PATCH] " Jani Nikula 2022-01-11 16:38 ` Souza, Jose 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-01-11 7:54 UTC (permalink / raw) To: clinton.a.taylor; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 30272 bytes --] == Series Details == Series: drm/i915/snps: vswing value refined for SNPS phys URL : https://patchwork.freedesktop.org/series/98710/ State : success == Summary == CI Bug Log - changes from CI_DRM_11061_full -> Patchwork_21959_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_21959_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_persistence@many-contexts: - shard-tglb: [PASS][1] -> [FAIL][2] ([i915#2410]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-tglb3/igt@gem_ctx_persistence@many-contexts.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb3/igt@gem_ctx_persistence@many-contexts.html * igt@gem_ctx_shared@q-in-order: - shard-snb: NOTRUN -> [SKIP][3] ([fdo#109271]) +35 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-snb6/igt@gem_ctx_shared@q-in-order.html * igt@gem_exec_balancer@parallel-out-fence: - shard-iclb: [PASS][4] -> [SKIP][5] ([i915#4525]) +2 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb1/igt@gem_exec_balancer@parallel-out-fence.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb5/igt@gem_exec_balancer@parallel-out-fence.html * igt@gem_exec_capture@pi@vecs0: - shard-skl: NOTRUN -> [INCOMPLETE][6] ([i915#4547]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl8/igt@gem_exec_capture@pi@vecs0.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglb: [PASS][7] -> [FAIL][8] ([i915#2842]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb8/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-kbl: [PASS][9] -> [FAIL][10] ([i915#2842]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl4/igt@gem_exec_fair@basic-none-vip@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl4/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-none@vecs0: - shard-apl: [PASS][11] -> [FAIL][12] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl4/igt@gem_exec_fair@basic-none@vecs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl3/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-iclb: [PASS][13] -> [FAIL][14] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb8/igt@gem_exec_fair@basic-pace@vcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: NOTRUN -> [FAIL][15] ([i915#2842]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_huc_copy@huc-copy: - shard-skl: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#2190]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - shard-kbl: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#4613]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl6/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@smem-oom: - shard-apl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#4613]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl7/igt@gem_lmem_swapping@smem-oom.html * igt@gem_pwrite@basic-exhaustion: - shard-kbl: NOTRUN -> [WARN][19] ([i915#2658]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl6/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-tglb: NOTRUN -> [SKIP][20] ([i915#4270]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglb: NOTRUN -> [SKIP][21] ([i915#3323]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb8/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@input-checking: - shard-apl: NOTRUN -> [DMESG-WARN][22] ([i915#3002]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl1/igt@gem_userptr_blits@input-checking.html * igt@gem_userptr_blits@vma-merge: - shard-tglb: NOTRUN -> [FAIL][23] ([i915#3318]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@gem_userptr_blits@vma-merge.html * igt@gen9_exec_parse@bb-start-cmd: - shard-tglb: NOTRUN -> [SKIP][24] ([i915#2527] / [i915#2856]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@gen9_exec_parse@bb-start-cmd.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglb: NOTRUN -> [SKIP][25] ([fdo#111644] / [i915#1397] / [i915#2411]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_async_flips@crc: - shard-skl: NOTRUN -> [FAIL][26] ([i915#4272]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@kms_async_flips@crc.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [PASS][27] -> [DMESG-WARN][28] ([i915#118]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-180.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-apl: NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#3777]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-skl: NOTRUN -> [FAIL][30] ([i915#3743]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][31] ([fdo#111614]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-skl: NOTRUN -> [FAIL][32] ([i915#3763]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-skl: [PASS][33] -> [DMESG-WARN][34] ([i915#1982]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl6/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl10/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-tglb: NOTRUN -> [SKIP][35] ([fdo#111615]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-skl: NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#3777]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][37] ([i915#3689]) +2 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#3886]) +4 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][39] ([fdo#111615] / [i915#3689]) +2 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#3886]) +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-skl: NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3886]) +5 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl3/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_chamelium@common-hpd-after-suspend: - shard-apl: NOTRUN -> [SKIP][42] ([fdo#109271] / [fdo#111827]) +7 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl1/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@hdmi-hpd-storm: - shard-kbl: NOTRUN -> [SKIP][43] ([fdo#109271] / [fdo#111827]) +5 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl7/igt@kms_chamelium@hdmi-hpd-storm.html * igt@kms_chamelium@hdmi-mode-timings: - shard-snb: NOTRUN -> [SKIP][44] ([fdo#109271] / [fdo#111827]) +2 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-snb6/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_chamelium@vga-hpd: - shard-skl: NOTRUN -> [SKIP][45] ([fdo#109271] / [fdo#111827]) +8 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@kms_chamelium@vga-hpd.html * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue: - shard-tglb: NOTRUN -> [SKIP][46] ([fdo#109284] / [fdo#111827]) +3 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb8/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html * igt@kms_cursor_crc@pipe-b-cursor-32x10-sliding: - shard-tglb: NOTRUN -> [SKIP][47] ([i915#3359]) +4 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb5/igt@kms_cursor_crc@pipe-b-cursor-32x10-sliding.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-skl: [PASS][48] -> [INCOMPLETE][49] ([i915#300]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl10/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * igt@kms_cursor_crc@pipe-c-cursor-32x32-onscreen: - shard-tglb: NOTRUN -> [SKIP][50] ([i915#3319]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_cursor_crc@pipe-c-cursor-32x32-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding: - shard-tglb: NOTRUN -> [SKIP][51] ([fdo#109279] / [i915#3359]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html * igt@kms_cursor_legacy@pipe-d-single-bo: - shard-skl: NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#533]) +1 similar issue [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@kms_cursor_legacy@pipe-d-single-bo.html * igt@kms_flip@2x-dpms-vs-vblank-race: - shard-tglb: NOTRUN -> [SKIP][53] ([fdo#109274] / [fdo#111825]) +3 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_flip@2x-dpms-vs-vblank-race.html * igt@kms_flip@plain-flip-ts-check@c-edp1: - shard-skl: NOTRUN -> [FAIL][54] ([i915#2122]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@kms_flip@plain-flip-ts-check@c-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-tglb: NOTRUN -> [SKIP][55] ([i915#2587]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-iclb: [PASS][56] -> [SKIP][57] ([i915#3701]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-glk: [PASS][58] -> [FAIL][59] ([i915#2546]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-glk2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-glk3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff: - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#109280] / [fdo#111825]) +12 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-shrfb-fliptrack-mmap-gtt: - shard-skl: NOTRUN -> [SKIP][61] ([fdo#109271]) +99 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@kms_frontbuffer_tracking@fbcpsr-1p-shrfb-fliptrack-mmap-gtt.html * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence: - shard-apl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#533]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl7/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c: - shard-kbl: [PASS][63] -> [INCOMPLETE][64] ([i915#2828]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes: - shard-apl: [PASS][65] -> [DMESG-WARN][66] ([i915#180]) +4 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html * igt@kms_plane_alpha_blend@pipe-b-alpha-basic: - shard-apl: NOTRUN -> [FAIL][67] ([fdo#108145] / [i915#265]) +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb: - shard-skl: NOTRUN -> [FAIL][68] ([fdo#108145] / [i915#265]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html * igt@kms_plane_alpha_blend@pipe-c-alpha-7efc: - shard-kbl: NOTRUN -> [FAIL][69] ([fdo#108145] / [i915#265]) +2 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl6/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][70] ([i915#265]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl1/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html * igt@kms_plane_multiple@atomic-pipe-d-tiling-x: - shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271]) +50 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl3/igt@kms_plane_multiple@atomic-pipe-d-tiling-x.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - shard-skl: NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2733]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-skl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#658]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-tglb: NOTRUN -> [SKIP][74] ([i915#1911]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@psr2_suspend: - shard-iclb: [PASS][75] -> [SKIP][76] ([fdo#109441]) +4 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb2/igt@kms_psr@psr2_suspend.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb7/igt@kms_psr@psr2_suspend.html * igt@kms_sysfs_edid_timing: - shard-apl: NOTRUN -> [FAIL][77] ([IGT#2]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl1/igt@kms_sysfs_edid_timing.html - shard-kbl: NOTRUN -> [FAIL][78] ([IGT#2]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl7/igt@kms_sysfs_edid_timing.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-skl: [PASS][79] -> [INCOMPLETE][80] ([i915#4939]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl8/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl2/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@kms_writeback@writeback-check-output: - shard-apl: NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#2437]) +1 similar issue [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl7/igt@kms_writeback@writeback-check-output.html * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame: - shard-apl: NOTRUN -> [SKIP][82] ([fdo#109271]) +115 similar issues [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl3/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html * igt@perf@polling-parameterized: - shard-skl: NOTRUN -> [FAIL][83] ([i915#1542]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@perf@polling-parameterized.html * igt@prime_nv_api@i915_nv_import_vs_close: - shard-tglb: NOTRUN -> [SKIP][84] ([fdo#109291]) +1 similar issue [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@prime_nv_api@i915_nv_import_vs_close.html * igt@sysfs_clients@fair-0: - shard-kbl: NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#2994]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl6/igt@sysfs_clients@fair-0.html * igt@sysfs_clients@split-50: - shard-skl: NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#2994]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl4/igt@sysfs_clients@split-50.html #### Possible fixes #### * igt@gem_eio@kms: - shard-tglb: [FAIL][87] ([i915#232]) -> [PASS][88] [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-tglb2/igt@gem_eio@kms.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb7/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-iclb: [SKIP][89] ([i915#4525]) -> [PASS][90] [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb5/igt@gem_exec_balancer@parallel-keep-in-fence.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb4/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@pi@vcs0: - shard-skl: [INCOMPLETE][91] ([i915#4547]) -> [PASS][92] [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl10/igt@gem_exec_capture@pi@vcs0.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl8/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-deadline: - shard-glk: [FAIL][93] ([i915#2846]) -> [PASS][94] [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-glk5/igt@gem_exec_fair@basic-deadline.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-glk9/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-iclb: [FAIL][95] ([i915#2842]) -> [PASS][96] [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb4/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-glk: [FAIL][97] ([i915#2842]) -> [PASS][98] +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-glk2/igt@gem_exec_fair@basic-none@vcs0.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-glk9/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_parallel@engines@basic: - shard-glk: [DMESG-WARN][99] ([i915#118]) -> [PASS][100] +2 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-glk7/igt@gem_exec_parallel@engines@basic.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-glk2/igt@gem_exec_parallel@engines@basic.html * igt@gem_huc_copy@huc-copy: - shard-tglb: [SKIP][101] ([i915#2190]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-tglb7/igt@gem_huc_copy@huc-copy.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-tglb2/igt@gem_huc_copy@huc-copy.html * igt@gem_workarounds@reset-context: - shard-snb: [TIMEOUT][103] -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-snb2/igt@gem_workarounds@reset-context.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-snb2/igt@gem_workarounds@reset-context.html * igt@i915_selftest@live@hangcheck: - shard-snb: [INCOMPLETE][105] ([i915#3921]) -> [PASS][106] [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-snb7/igt@i915_selftest@live@hangcheck.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-snb6/igt@i915_selftest@live@hangcheck.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: [DMESG-WARN][107] ([i915#180]) -> [PASS][108] +4 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_legacy@flip-vs-cursor-toggle: - shard-skl: [FAIL][109] ([i915#2346]) -> [PASS][110] +1 similar issue [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl5/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1: - shard-skl: [FAIL][111] ([i915#2122]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl5/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1: - shard-skl: [FAIL][113] ([i915#79]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-apl: [DMESG-WARN][115] ([i915#180]) -> [PASS][116] +6 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min: - shard-skl: [FAIL][117] ([fdo#108145] / [i915#265]) -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl5/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html * igt@kms_psr@psr2_sprite_plane_move: - shard-iclb: [SKIP][119] ([fdo#109441]) -> [PASS][120] +3 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb5/igt@kms_psr@psr2_sprite_plane_move.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html * igt@perf@polling-parameterized: - shard-glk: [FAIL][121] ([i915#1542]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-glk1/igt@perf@polling-parameterized.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-glk4/igt@perf@polling-parameterized.html * igt@perf@polling-small-buf: - shard-skl: [FAIL][123] ([i915#1722]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-skl4/igt@perf@polling-small-buf.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-skl3/igt@perf@polling-small-buf.html #### Warnings #### * igt@gem_exec_balancer@parallel-ordering: - shard-iclb: [SKIP][125] ([i915#4525]) -> [FAIL][126] ([i915#4916]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb4/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-iclb: [FAIL][127] ([i915#2852]) -> [FAIL][128] ([i915#2842]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-iclb: [SKIP][129] ([fdo#111068] / [i915#658]) -> [SKIP][130] ([i915#2920]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@runner@aborted: - shard-kbl: ([FAIL][131], [FAIL][132], [FAIL][133], [FAIL][134], [FAIL][135], [FAIL][136]) ([i915#180] / [i915#1814] / [i915#3002] / [i915#4312]) -> ([FAIL][137], [FAIL][138]) ([i915#3002] / [i915#4312]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl6/igt@runner@aborted.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl7/igt@runner@aborted.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl7/igt@runner@aborted.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl1/igt@runner@aborted.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl7/igt@runner@aborted.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-kbl7/igt@runner@aborted.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl3/igt@runner@aborted.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/shard-kbl1/igt@runner@aborted.html - shard-apl: ([FAIL][139], [FAIL][140], [FAIL][141], [FAIL][142], [FAIL][143], [FAIL][144], [FAIL][145]) ([fdo#109271] / [i915#180] / [i915#1814] / [i915#4312]) -> ([FAIL][146], [FAIL][147], [FAIL][148], [FAIL][149], [FAIL][150], [FAIL][151]) ([i915#180] / [i915#3002] / [i915#4312]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl6/igt@runner@aborted.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl3/igt@runner@aborted.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl3/igt@runner@aborted.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl6/igt@runner@aborted.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11061/shard-apl7/igt@runner@aborted.html [144]: https://inte == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21959/index.html [-- Attachment #2: Type: text/html, Size: 33431 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys 2022-01-10 23:45 [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys clinton.a.taylor 2022-01-11 0:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2022-01-11 7:54 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork @ 2022-01-11 8:29 ` Jani Nikula 2022-01-11 16:38 ` Souza, Jose 3 siblings, 0 replies; 6+ messages in thread From: Jani Nikula @ 2022-01-11 8:29 UTC (permalink / raw) To: clinton.a.taylor, Intel-gfx On Mon, 10 Jan 2022, clinton.a.taylor@intel.com wrote: > From: Clint Taylor <clinton.a.taylor@intel.com> > > Updated new values from BSPEC. > > BSPEC: 53920 > > Cc: Jani Nikula <jani.nikula@intel.com> > Cc: José Roberto de Souza <jose.souza@intel.com> > Cc: Imre Deak <imre.deak@intel.com> > Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> > --- > .../drm/i915/display/intel_ddi_buf_trans.c | 42 +++++++++---------- > 1 file changed, 21 insertions(+), 21 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c > index 1e689d573512..09d6ab13536c 100644 > --- a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c > +++ b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c > @@ -985,15 +985,15 @@ static const struct intel_ddi_buf_trans adlp_dkl_phy_trans_dp_hbr2_hbr3 = { > }; > > static const union intel_ddi_buf_trans_entry _dg2_snps_trans[] = { > - { .snps = { 26, 0, 0 } }, /* VS 0, pre-emph 0 */ > - { .snps = { 33, 0, 6 } }, /* VS 0, pre-emph 1 */ > - { .snps = { 38, 0, 12 } }, /* VS 0, pre-emph 2 */ > - { .snps = { 43, 0, 19 } }, /* VS 0, pre-emph 3 */ > - { .snps = { 39, 0, 0 } }, /* VS 1, pre-emph 0 */ > - { .snps = { 44, 0, 8 } }, /* VS 1, pre-emph 1 */ > - { .snps = { 47, 0, 15 } }, /* VS 1, pre-emph 2 */ > - { .snps = { 52, 0, 0 } }, /* VS 2, pre-emph 0 */ > - { .snps = { 51, 0, 10 } }, /* VS 2, pre-emph 1 */ > + { .snps = { 25, 0, 0 } }, /* VS 0, pre-emph 0 */ > + { .snps = { 32, 0, 6 } }, /* VS 0, pre-emph 1 */ > + { .snps = { 35, 0, 10 } }, /* VS 0, pre-emph 2 */ > + { .snps = { 43, 0, 17 } }, /* VS 0, pre-emph 3 */ > + { .snps = { 35, 0, 0 } }, /* VS 1, pre-emph 0 */ > + { .snps = { 45, 0, 8 } }, /* VS 1, pre-emph 1 */ > + { .snps = { 48, 0, 14 } }, /* VS 1, pre-emph 2 */ > + { .snps = { 47, 0, 0 } }, /* VS 2, pre-emph 0 */ > + { .snps = { 55, 0, 7 } }, /* VS 2, pre-emph 1 */ > { .snps = { 62, 0, 0 } }, /* VS 3, pre-emph 0 */ > }; > > @@ -1005,21 +1005,21 @@ static const struct intel_ddi_buf_trans dg2_snps_trans = { > > static const union intel_ddi_buf_trans_entry _dg2_snps_trans_uhbr[] = { > { .snps = { 62, 0, 0 } }, /* preset 0 */ > - { .snps = { 56, 0, 6 } }, /* preset 1 */ > - { .snps = { 51, 0, 11 } }, /* preset 2 */ > - { .snps = { 48, 0, 14 } }, /* preset 3 */ > - { .snps = { 43, 0, 19 } }, /* preset 4 */ > + { .snps = { 55, 0, 7 } }, /* preset 1 */ > + { .snps = { 50, 0, 12 } }, /* preset 2 */ > + { .snps = { 44, 0, 18 } }, /* preset 3 */ > + { .snps = { 35, 0, 21 } }, /* preset 4 */ > { .snps = { 59, 3, 0 } }, /* preset 5 */ > { .snps = { 53, 3, 6 } }, /* preset 6 */ > - { .snps = { 49, 3, 10 } }, /* preset 7 */ > - { .snps = { 45, 3, 14 } }, /* preset 8 */ > - { .snps = { 42, 3, 17 } }, /* preset 9 */ > + { .snps = { 48, 3, 11 } }, /* preset 7 */ > + { .snps = { 42, 5, 15 } }, /* preset 8 */ > + { .snps = { 37, 5, 20 } }, /* preset 9 */ > { .snps = { 56, 6, 0 } }, /* preset 10 */ > - { .snps = { 50, 6, 6 } }, /* preset 11 */ > - { .snps = { 47, 6, 9 } }, /* preset 12 */ > - { .snps = { 42, 6, 14 } }, /* preset 13 */ > - { .snps = { 46, 8, 8 } }, /* preset 14 */ > - { .snps = { 56, 3, 3 } }, /* preset 15 */ > + { .snps = { 48, 7, 7 } }, /* preset 11 */ > + { .snps = { 45, 7, 10 } }, /* preset 12 */ > + { .snps = { 39, 8, 15 } }, /* preset 13 */ > + { .snps = { 48, 14, 0 } }, /* preset 14 */ > + { .snps = { 45, 4, 4 } }, /* preset 15 */ > }; > > static const struct intel_ddi_buf_trans dg2_snps_trans_uhbr = { -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys 2022-01-10 23:45 [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys clinton.a.taylor ` (2 preceding siblings ...) 2022-01-11 8:29 ` [Intel-gfx] [PATCH] " Jani Nikula @ 2022-01-11 16:38 ` Souza, Jose 2022-01-11 16:40 ` Jani Nikula 3 siblings, 1 reply; 6+ messages in thread From: Souza, Jose @ 2022-01-11 16:38 UTC (permalink / raw) To: Intel-gfx@lists.freedesktop.org, Taylor, Clinton A; +Cc: Nikula, Jani On Mon, 2022-01-10 at 15:45 -0800, clinton.a.taylor@intel.com wrote: > From: Clint Taylor <clinton.a.taylor@intel.com> > > Updated new values from BSPEC. > > BSPEC: 53920 > Reviewed-by: José Roberto de Souza <jose.souza@intel.com> > Cc: Jani Nikula <jani.nikula@intel.com> > Cc: José Roberto de Souza <jose.souza@intel.com> > Cc: Imre Deak <imre.deak@intel.com> > Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com> > --- > .../drm/i915/display/intel_ddi_buf_trans.c | 42 +++++++++---------- > 1 file changed, 21 insertions(+), 21 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c > index 1e689d573512..09d6ab13536c 100644 > --- a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c > +++ b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c > @@ -985,15 +985,15 @@ static const struct intel_ddi_buf_trans adlp_dkl_phy_trans_dp_hbr2_hbr3 = { > }; > > static const union intel_ddi_buf_trans_entry _dg2_snps_trans[] = { > - { .snps = { 26, 0, 0 } }, /* VS 0, pre-emph 0 */ > - { .snps = { 33, 0, 6 } }, /* VS 0, pre-emph 1 */ > - { .snps = { 38, 0, 12 } }, /* VS 0, pre-emph 2 */ > - { .snps = { 43, 0, 19 } }, /* VS 0, pre-emph 3 */ > - { .snps = { 39, 0, 0 } }, /* VS 1, pre-emph 0 */ > - { .snps = { 44, 0, 8 } }, /* VS 1, pre-emph 1 */ > - { .snps = { 47, 0, 15 } }, /* VS 1, pre-emph 2 */ > - { .snps = { 52, 0, 0 } }, /* VS 2, pre-emph 0 */ > - { .snps = { 51, 0, 10 } }, /* VS 2, pre-emph 1 */ > + { .snps = { 25, 0, 0 } }, /* VS 0, pre-emph 0 */ > + { .snps = { 32, 0, 6 } }, /* VS 0, pre-emph 1 */ > + { .snps = { 35, 0, 10 } }, /* VS 0, pre-emph 2 */ > + { .snps = { 43, 0, 17 } }, /* VS 0, pre-emph 3 */ > + { .snps = { 35, 0, 0 } }, /* VS 1, pre-emph 0 */ > + { .snps = { 45, 0, 8 } }, /* VS 1, pre-emph 1 */ > + { .snps = { 48, 0, 14 } }, /* VS 1, pre-emph 2 */ > + { .snps = { 47, 0, 0 } }, /* VS 2, pre-emph 0 */ > + { .snps = { 55, 0, 7 } }, /* VS 2, pre-emph 1 */ > { .snps = { 62, 0, 0 } }, /* VS 3, pre-emph 0 */ > }; > > @@ -1005,21 +1005,21 @@ static const struct intel_ddi_buf_trans dg2_snps_trans = { > > static const union intel_ddi_buf_trans_entry _dg2_snps_trans_uhbr[] = { > { .snps = { 62, 0, 0 } }, /* preset 0 */ > - { .snps = { 56, 0, 6 } }, /* preset 1 */ > - { .snps = { 51, 0, 11 } }, /* preset 2 */ > - { .snps = { 48, 0, 14 } }, /* preset 3 */ > - { .snps = { 43, 0, 19 } }, /* preset 4 */ > + { .snps = { 55, 0, 7 } }, /* preset 1 */ > + { .snps = { 50, 0, 12 } }, /* preset 2 */ > + { .snps = { 44, 0, 18 } }, /* preset 3 */ > + { .snps = { 35, 0, 21 } }, /* preset 4 */ > { .snps = { 59, 3, 0 } }, /* preset 5 */ > { .snps = { 53, 3, 6 } }, /* preset 6 */ > - { .snps = { 49, 3, 10 } }, /* preset 7 */ > - { .snps = { 45, 3, 14 } }, /* preset 8 */ > - { .snps = { 42, 3, 17 } }, /* preset 9 */ > + { .snps = { 48, 3, 11 } }, /* preset 7 */ > + { .snps = { 42, 5, 15 } }, /* preset 8 */ > + { .snps = { 37, 5, 20 } }, /* preset 9 */ > { .snps = { 56, 6, 0 } }, /* preset 10 */ > - { .snps = { 50, 6, 6 } }, /* preset 11 */ > - { .snps = { 47, 6, 9 } }, /* preset 12 */ > - { .snps = { 42, 6, 14 } }, /* preset 13 */ > - { .snps = { 46, 8, 8 } }, /* preset 14 */ > - { .snps = { 56, 3, 3 } }, /* preset 15 */ > + { .snps = { 48, 7, 7 } }, /* preset 11 */ > + { .snps = { 45, 7, 10 } }, /* preset 12 */ > + { .snps = { 39, 8, 15 } }, /* preset 13 */ > + { .snps = { 48, 14, 0 } }, /* preset 14 */ > + { .snps = { 45, 4, 4 } }, /* preset 15 */ > }; > > static const struct intel_ddi_buf_trans dg2_snps_trans_uhbr = { ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys 2022-01-11 16:38 ` Souza, Jose @ 2022-01-11 16:40 ` Jani Nikula 0 siblings, 0 replies; 6+ messages in thread From: Jani Nikula @ 2022-01-11 16:40 UTC (permalink / raw) To: Souza, Jose, Intel-gfx@lists.freedesktop.org, Taylor, Clinton A On Tue, 11 Jan 2022, "Souza, Jose" <jose.souza@intel.com> wrote: > On Mon, 2022-01-10 at 15:45 -0800, clinton.a.taylor@intel.com wrote: >> From: Clint Taylor <clinton.a.taylor@intel.com> >> >> Updated new values from BSPEC. >> >> BSPEC: 53920 >> > > Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Oh, I failed to reply that I've pushed this already. But thanks for confirming it matches the spec. :) BR, Jani. > >> Cc: Jani Nikula <jani.nikula@intel.com> >> Cc: José Roberto de Souza <jose.souza@intel.com> >> Cc: Imre Deak <imre.deak@intel.com> >> Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com> >> --- >> .../drm/i915/display/intel_ddi_buf_trans.c | 42 +++++++++---------- >> 1 file changed, 21 insertions(+), 21 deletions(-) >> >> diff --git a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c >> index 1e689d573512..09d6ab13536c 100644 >> --- a/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c >> +++ b/drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c >> @@ -985,15 +985,15 @@ static const struct intel_ddi_buf_trans adlp_dkl_phy_trans_dp_hbr2_hbr3 = { >> }; >> >> static const union intel_ddi_buf_trans_entry _dg2_snps_trans[] = { >> - { .snps = { 26, 0, 0 } }, /* VS 0, pre-emph 0 */ >> - { .snps = { 33, 0, 6 } }, /* VS 0, pre-emph 1 */ >> - { .snps = { 38, 0, 12 } }, /* VS 0, pre-emph 2 */ >> - { .snps = { 43, 0, 19 } }, /* VS 0, pre-emph 3 */ >> - { .snps = { 39, 0, 0 } }, /* VS 1, pre-emph 0 */ >> - { .snps = { 44, 0, 8 } }, /* VS 1, pre-emph 1 */ >> - { .snps = { 47, 0, 15 } }, /* VS 1, pre-emph 2 */ >> - { .snps = { 52, 0, 0 } }, /* VS 2, pre-emph 0 */ >> - { .snps = { 51, 0, 10 } }, /* VS 2, pre-emph 1 */ >> + { .snps = { 25, 0, 0 } }, /* VS 0, pre-emph 0 */ >> + { .snps = { 32, 0, 6 } }, /* VS 0, pre-emph 1 */ >> + { .snps = { 35, 0, 10 } }, /* VS 0, pre-emph 2 */ >> + { .snps = { 43, 0, 17 } }, /* VS 0, pre-emph 3 */ >> + { .snps = { 35, 0, 0 } }, /* VS 1, pre-emph 0 */ >> + { .snps = { 45, 0, 8 } }, /* VS 1, pre-emph 1 */ >> + { .snps = { 48, 0, 14 } }, /* VS 1, pre-emph 2 */ >> + { .snps = { 47, 0, 0 } }, /* VS 2, pre-emph 0 */ >> + { .snps = { 55, 0, 7 } }, /* VS 2, pre-emph 1 */ >> { .snps = { 62, 0, 0 } }, /* VS 3, pre-emph 0 */ >> }; >> >> @@ -1005,21 +1005,21 @@ static const struct intel_ddi_buf_trans dg2_snps_trans = { >> >> static const union intel_ddi_buf_trans_entry _dg2_snps_trans_uhbr[] = { >> { .snps = { 62, 0, 0 } }, /* preset 0 */ >> - { .snps = { 56, 0, 6 } }, /* preset 1 */ >> - { .snps = { 51, 0, 11 } }, /* preset 2 */ >> - { .snps = { 48, 0, 14 } }, /* preset 3 */ >> - { .snps = { 43, 0, 19 } }, /* preset 4 */ >> + { .snps = { 55, 0, 7 } }, /* preset 1 */ >> + { .snps = { 50, 0, 12 } }, /* preset 2 */ >> + { .snps = { 44, 0, 18 } }, /* preset 3 */ >> + { .snps = { 35, 0, 21 } }, /* preset 4 */ >> { .snps = { 59, 3, 0 } }, /* preset 5 */ >> { .snps = { 53, 3, 6 } }, /* preset 6 */ >> - { .snps = { 49, 3, 10 } }, /* preset 7 */ >> - { .snps = { 45, 3, 14 } }, /* preset 8 */ >> - { .snps = { 42, 3, 17 } }, /* preset 9 */ >> + { .snps = { 48, 3, 11 } }, /* preset 7 */ >> + { .snps = { 42, 5, 15 } }, /* preset 8 */ >> + { .snps = { 37, 5, 20 } }, /* preset 9 */ >> { .snps = { 56, 6, 0 } }, /* preset 10 */ >> - { .snps = { 50, 6, 6 } }, /* preset 11 */ >> - { .snps = { 47, 6, 9 } }, /* preset 12 */ >> - { .snps = { 42, 6, 14 } }, /* preset 13 */ >> - { .snps = { 46, 8, 8 } }, /* preset 14 */ >> - { .snps = { 56, 3, 3 } }, /* preset 15 */ >> + { .snps = { 48, 7, 7 } }, /* preset 11 */ >> + { .snps = { 45, 7, 10 } }, /* preset 12 */ >> + { .snps = { 39, 8, 15 } }, /* preset 13 */ >> + { .snps = { 48, 14, 0 } }, /* preset 14 */ >> + { .snps = { 45, 4, 4 } }, /* preset 15 */ >> }; >> >> static const struct intel_ddi_buf_trans dg2_snps_trans_uhbr = { > -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-01-11 16:44 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-01-10 23:45 [Intel-gfx] [PATCH] drm/i915/snps: vswing value refined for SNPS phys clinton.a.taylor 2022-01-11 0:41 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2022-01-11 7:54 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2022-01-11 8:29 ` [Intel-gfx] [PATCH] " Jani Nikula 2022-01-11 16:38 ` Souza, Jose 2022-01-11 16:40 ` Jani Nikula
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox