* [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit
@ 2020-11-25 7:26 Manasi Navare
2020-11-25 8:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Manasi Navare @ 2020-11-25 7:26 UTC (permalink / raw)
To: intel-gfx
The Bspec does not mention polling the FEC Enable
Live status bit. That is only there for debug purposes.
So remove the polling from driver.
Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
---
drivers/gpu/drm/i915/display/intel_ddi.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index 92940a0c5ef8..6b3edd7e4423 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -3507,12 +3507,6 @@ static void intel_ddi_enable_fec(struct intel_encoder *encoder,
val = intel_de_read(dev_priv, dp_tp_ctl_reg(encoder, crtc_state));
val |= DP_TP_CTL_FEC_ENABLE;
intel_de_write(dev_priv, dp_tp_ctl_reg(encoder, crtc_state), val);
-
- if (intel_de_wait_for_set(dev_priv,
- dp_tp_status_reg(encoder, crtc_state),
- DP_TP_STATUS_FEC_ENABLE_LIVE, 1))
- drm_err(&dev_priv->drm,
- "Timed out waiting for FEC Enable Status\n");
}
static void intel_ddi_disable_fec_state(struct intel_encoder *encoder,
--
2.19.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dp: No need to poll FEC Enable Live bit
2020-11-25 7:26 [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit Manasi Navare
@ 2020-11-25 8:46 ` Patchwork
2020-11-25 10:01 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-12-03 15:02 ` [Intel-gfx] [PATCH] " Nautiyal, Ankit K
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-11-25 8:46 UTC (permalink / raw)
To: Manasi Navare; +Cc: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 5410 bytes --]
== Series Details ==
Series: drm/i915/dp: No need to poll FEC Enable Live bit
URL : https://patchwork.freedesktop.org/series/84245/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9387 -> Patchwork_18974
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/index.html
New tests
---------
New tests have been introduced between CI_DRM_9387 and Patchwork_18974:
### New CI tests (1) ###
* boot:
- Statuses : 39 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in Patchwork_18974 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- fi-tgl-u2: [PASS][1] -> [DMESG-WARN][2] ([i915#1982])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html
* igt@debugfs_test@read_all_entries:
- fi-tgl-y: [PASS][3] -> [DMESG-WARN][4] ([i915#402]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-tgl-y/igt@debugfs_test@read_all_entries.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-tgl-y/igt@debugfs_test@read_all_entries.html
* igt@gem_exec_suspend@basic-s0:
- fi-apl-guc: [PASS][5] -> [DMESG-WARN][6] ([i915#1635] / [i915#62]) +1 similar issue
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-legacy:
- fi-icl-u2: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-icl-u2/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html
#### Possible fixes ####
* igt@kms_busy@basic@flip:
- {fi-kbl-7560u}: [DMESG-WARN][9] ([i915#1982]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-kbl-7560u/igt@kms_busy@basic@flip.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-kbl-7560u/igt@kms_busy@basic@flip.html
* igt@kms_chamelium@dp-crc-fast:
- fi-kbl-7500u: [FAIL][11] ([i915#1161] / [i915#262]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-byt-j1900: [DMESG-WARN][13] ([i915#1982]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-byt-j1900/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@prime_self_import@basic-with_one_bo_two_files:
- fi-tgl-y: [DMESG-WARN][15] ([i915#402]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html
#### Warnings ####
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-tgl-y: [DMESG-WARN][17] ([i915#1982] / [i915#2411]) -> [DMESG-WARN][18] ([i915#2411])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/fi-tgl-y/igt@i915_pm_rpm@basic-pci-d3-state.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/fi-tgl-y/igt@i915_pm_rpm@basic-pci-d3-state.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1161]: https://gitlab.freedesktop.org/drm/intel/issues/1161
[i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
[i915#262]: https://gitlab.freedesktop.org/drm/intel/issues/262
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
Participating hosts (43 -> 39)
------------------------------
Missing (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u
Build changes
-------------
* Linux: CI_DRM_9387 -> Patchwork_18974
CI-20190529: 20190529
CI_DRM_9387: 99de1330fc348fcd8a800874a620573277402ee0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5870: 08b13995b85df26a77212e4fb21fd772976ef33c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_18974: b188cb3cd3f43657fe3062abdab62c3f9b545cc4 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
b188cb3cd3f4 drm/i915/dp: No need to poll FEC Enable Live bit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/index.html
[-- Attachment #1.2: Type: text/html, Size: 6667 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dp: No need to poll FEC Enable Live bit
2020-11-25 7:26 [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit Manasi Navare
2020-11-25 8:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-11-25 10:01 ` Patchwork
2020-12-03 15:02 ` [Intel-gfx] [PATCH] " Nautiyal, Ankit K
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-11-25 10:01 UTC (permalink / raw)
To: Manasi Navare; +Cc: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 21693 bytes --]
== Series Details ==
Series: drm/i915/dp: No need to poll FEC Enable Live bit
URL : https://patchwork.freedesktop.org/series/84245/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_9387_full -> Patchwork_18974_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_18974_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_18974_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_18974_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@gem_contexts:
- shard-skl: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl2/igt@i915_selftest@live@gem_contexts.html
* igt@kms_cursor_legacy@cursor-vs-flip-toggle:
- shard-skl: [PASS][2] -> [FAIL][3] +1 similar issue
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl2/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-iclb: [WARN][4] ([i915#2681]) -> [WARN][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb8/igt@i915_pm_rc6_residency@rc6-idle.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb5/igt@i915_pm_rc6_residency@rc6-idle.html
New tests
---------
New tests have been introduced between CI_DRM_9387_full and Patchwork_18974_full:
### New CI tests (1) ###
* boot:
- Statuses : 200 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in Patchwork_18974_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- shard-tglb: [PASS][6] -> [SKIP][7] ([i915#2190])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-tglb7/igt@gem_huc_copy@huc-copy.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-tglb6/igt@gem_huc_copy@huc-copy.html
* igt@kms_cursor_crc@pipe-b-cursor-suspend:
- shard-skl: [PASS][8] -> [INCOMPLETE][9] ([i915#2405] / [i915#300])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl10/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl9/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
* igt@kms_cursor_crc@pipe-c-cursor-64x21-random:
- shard-skl: [PASS][10] -> [FAIL][11] ([i915#54]) +3 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl10/igt@kms_cursor_crc@pipe-c-cursor-64x21-random.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl1/igt@kms_cursor_crc@pipe-c-cursor-64x21-random.html
* igt@kms_cursor_legacy@flip-vs-cursor-crc-legacy:
- shard-tglb: [PASS][12] -> [FAIL][13] ([i915#2346])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor-crc-legacy.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-tglb3/igt@kms_cursor_legacy@flip-vs-cursor-crc-legacy.html
* igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][14] -> [DMESG-WARN][15] ([i915#1982])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-glk5/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions-varying-size.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-glk3/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@2x-nonexisting-fb@ab-vga1-hdmi-a1:
- shard-hsw: [PASS][16] -> [DMESG-WARN][17] ([i915#1982])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-hsw4/igt@kms_flip@2x-nonexisting-fb@ab-vga1-hdmi-a1.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-hsw6/igt@kms_flip@2x-nonexisting-fb@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
- shard-skl: [PASS][18] -> [FAIL][19] ([i915#2122])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-skl: [PASS][20] -> [FAIL][21] ([i915#79])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip@flip-vs-suspend@c-dp1:
- shard-kbl: [PASS][22] -> [INCOMPLETE][23] ([i915#636])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-kbl2/igt@kms_flip@flip-vs-suspend@c-dp1.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-kbl3/igt@kms_flip@flip-vs-suspend@c-dp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-tglb: [PASS][24] -> [DMESG-WARN][25] ([i915#1982]) +1 similar issue
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-tglb3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-kbl: [PASS][26] -> [DMESG-WARN][27] ([i915#1982]) +2 similar issues
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
- shard-skl: [PASS][28] -> [INCOMPLETE][29] ([i915#198])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl9/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
* igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min:
- shard-skl: [PASS][30] -> [FAIL][31] ([fdo#108145] / [i915#265])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl1/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html
* igt@kms_plane_cursor@pipe-a-viewport-size-128:
- shard-skl: [PASS][32] -> [DMESG-WARN][33] ([i915#1982]) +7 similar issues
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl10/igt@kms_plane_cursor@pipe-a-viewport-size-128.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl1/igt@kms_plane_cursor@pipe-a-viewport-size-128.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [PASS][34] -> [SKIP][35] ([fdo#109441]) +1 similar issue
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb1/igt@kms_psr@psr2_cursor_render.html
* igt@kms_vblank@pipe-c-accuracy-idle:
- shard-skl: [PASS][36] -> [FAIL][37] ([i915#43])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl4/igt@kms_vblank@pipe-c-accuracy-idle.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl3/igt@kms_vblank@pipe-c-accuracy-idle.html
#### Possible fixes ####
* igt@feature_discovery@psr2:
- shard-iclb: [SKIP][38] ([i915#658]) -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb8/igt@feature_discovery@psr2.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb2/igt@feature_discovery@psr2.html
* igt@gem_exec_reloc@basic-many-active@rcs0:
- shard-glk: [FAIL][40] ([i915#2389]) -> [PASS][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-glk8/igt@gem_exec_reloc@basic-many-active@rcs0.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-glk7/igt@gem_exec_reloc@basic-many-active@rcs0.html
* igt@gem_exec_whisper@basic-queues-all:
- shard-glk: [DMESG-WARN][42] ([i915#118] / [i915#95]) -> [PASS][43] +1 similar issue
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-glk4/igt@gem_exec_whisper@basic-queues-all.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-glk1/igt@gem_exec_whisper@basic-queues-all.html
* igt@i915_suspend@sysfs-reader:
- shard-skl: [INCOMPLETE][44] ([i915#198]) -> [PASS][45] +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl7/igt@i915_suspend@sysfs-reader.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl4/igt@i915_suspend@sysfs-reader.html
* igt@kms_cursor_crc@pipe-b-cursor-64x64-offscreen:
- shard-skl: [FAIL][46] ([i915#54]) -> [PASS][47] +1 similar issue
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl10/igt@kms_cursor_crc@pipe-b-cursor-64x64-offscreen.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl1/igt@kms_cursor_crc@pipe-b-cursor-64x64-offscreen.html
* igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-atomic:
- shard-skl: [FAIL][48] ([i915#2346]) -> [PASS][49]
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl1/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-atomic.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl7/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-atomic.html
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-cpu-xtiled:
- shard-apl: [DMESG-WARN][50] ([i915#1635] / [i915#1982]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-apl3/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-cpu-xtiled.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-apl2/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-cpu-xtiled.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@c-edp1:
- shard-skl: [FAIL][52] ([i915#2122]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl2/igt@kms_flip@flip-vs-absolute-wf_vblank@c-edp1.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl2/igt@kms_flip@flip-vs-absolute-wf_vblank@c-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-skl: [FAIL][54] ([i915#79]) -> [PASS][55]
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_flip@plain-flip-ts-check@a-dp1:
- shard-kbl: [DMESG-WARN][56] ([i915#1982]) -> [PASS][57] +2 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-kbl1/igt@kms_flip@plain-flip-ts-check@a-dp1.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-kbl6/igt@kms_flip@plain-flip-ts-check@a-dp1.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-tglb: [DMESG-WARN][58] ([i915#1982]) -> [PASS][59]
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-tglb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-tglb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-iclb: [DMESG-WARN][60] ([i915#1982]) -> [PASS][61] +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb7/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb4/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_plane_alpha_blend@pipe-c-coverage-7efc:
- shard-skl: [FAIL][62] ([fdo#108145] / [i915#265]) -> [PASS][63] +1 similar issue
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl2/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl2/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html
* igt@kms_plane_cursor@pipe-b-viewport-size-128:
- shard-skl: [DMESG-WARN][64] ([i915#1982]) -> [PASS][65] +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl8/igt@kms_plane_cursor@pipe-b-viewport-size-128.html
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl10/igt@kms_plane_cursor@pipe-b-viewport-size-128.html
* igt@kms_plane_lowres@pipe-a-tiling-y:
- shard-apl: [DMESG-WARN][66] ([i915#1635] / [i915#1982] / [i915#2621]) -> [PASS][67]
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-apl8/igt@kms_plane_lowres@pipe-a-tiling-y.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-apl8/igt@kms_plane_lowres@pipe-a-tiling-y.html
* igt@kms_psr2_su@frontbuffer:
- shard-iclb: [SKIP][68] ([fdo#109642] / [fdo#111068]) -> [PASS][69] +1 similar issue
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb8/igt@kms_psr2_su@frontbuffer.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb2/igt@kms_psr2_su@frontbuffer.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [SKIP][70] ([fdo#109441]) -> [PASS][71] +1 similar issue
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb6/igt@kms_psr@psr2_sprite_plane_move.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
* igt@perf@polling-parameterized:
- shard-iclb: [FAIL][72] ([i915#1542]) -> [PASS][73]
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb3/igt@perf@polling-parameterized.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb3/igt@perf@polling-parameterized.html
* igt@perf@short-reads:
- shard-skl: [FAIL][74] ([i915#51]) -> [PASS][75]
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl4/igt@perf@short-reads.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl3/igt@perf@short-reads.html
* igt@perf_pmu@module-unload:
- shard-skl: [DMESG-WARN][76] ([i915#1982] / [i915#262]) -> [PASS][77]
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl7/igt@perf_pmu@module-unload.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl6/igt@perf_pmu@module-unload.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-iclb: [WARN][78] ([i915#1804] / [i915#2684]) -> [WARN][79] ([i915#2681] / [i915#2684])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb7/igt@i915_pm_rc6_residency@rc6-fence.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb8/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@kms_flip@plain-flip-ts-check@a-edp1:
- shard-skl: [DMESG-WARN][80] ([i915#1982]) -> [DMESG-FAIL][81] ([i915#1982])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-skl9/igt@kms_flip@plain-flip-ts-check@a-edp1.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-skl6/igt@kms_flip@plain-flip-ts-check@a-edp1.html
* igt@runner@aborted:
- shard-hsw: ([FAIL][82], [FAIL][83]) ([i915#2283] / [i915#2292] / [i915#2295] / [i915#2505]) -> [FAIL][84] ([i915#2283] / [i915#2295])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-hsw1/igt@runner@aborted.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-hsw6/igt@runner@aborted.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-hsw7/igt@runner@aborted.html
- shard-iclb: ([FAIL][85], [FAIL][86], [FAIL][87]) ([i915#1814] / [i915#2283] / [i915#2295] / [i915#483]) -> ([FAIL][88], [FAIL][89], [FAIL][90]) ([i915#1814] / [i915#2283] / [i915#2295])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb7/igt@runner@aborted.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb4/igt@runner@aborted.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-iclb6/igt@runner@aborted.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb2/igt@runner@aborted.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb3/igt@runner@aborted.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-iclb3/igt@runner@aborted.html
- shard-glk: ([FAIL][91], [FAIL][92], [FAIL][93]) ([i915#1814] / [i915#2295] / [k.org#202321]) -> ([FAIL][94], [FAIL][95]) ([i915#2295] / [i915#483] / [k.org#202321])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-glk8/igt@runner@aborted.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-glk2/igt@runner@aborted.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9387/shard-glk8/igt@runner@aborted.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-glk9/igt@runner@aborted.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/shard-glk7/igt@runner@aborted.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1542]: https://gitlab.freedesktop.org/drm/intel/issues/1542
[i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
[i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804
[i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
[i915#198]: https://gitlab.freedesktop.org/drm/intel/issues/198
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283
[i915#2292]: https://gitlab.freedesktop.org/drm/intel/issues/2292
[i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2369]: https://gitlab.freedesktop.org/drm/intel/issues/2369
[i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389
[i915#2405]: https://gitlab.freedesktop.org/drm/intel/issues/2405
[i915#2505]: https://gitlab.freedesktop.org/drm/intel/issues/2505
[i915#262]: https://gitlab.freedesktop.org/drm/intel/issues/262
[i915#2621]: https://gitlab.freedesktop.org/drm/intel/issues/2621
[i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684
[i915#300]: https://gitlab.freedesktop.org/drm/intel/issues/300
[i915#43]: https://gitlab.freedesktop.org/drm/intel/issues/43
[i915#483]: https://gitlab.freedesktop.org/drm/intel/issues/483
[i915#51]: https://gitlab.freedesktop.org/drm/intel/issues/51
[i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
[i915#636]: https://gitlab.freedesktop.org/drm/intel/issues/636
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
[k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Build changes
-------------
* Linux: CI_DRM_9387 -> Patchwork_18974
CI-20190529: 20190529
CI_DRM_9387: 99de1330fc348fcd8a800874a620573277402ee0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_5870: 08b13995b85df26a77212e4fb21fd772976ef33c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
Patchwork_18974: b188cb3cd3f43657fe3062abdab62c3f9b545cc4 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18974/index.html
[-- Attachment #1.2: Type: text/html, Size: 26045 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit
2020-11-25 7:26 [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit Manasi Navare
2020-11-25 8:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2020-11-25 10:01 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-12-03 15:02 ` Nautiyal, Ankit K
2 siblings, 0 replies; 4+ messages in thread
From: Nautiyal, Ankit K @ 2020-12-03 15:02 UTC (permalink / raw)
To: Manasi Navare, intel-gfx
On 11/25/2020 12:56 PM, Manasi Navare wrote:
> The Bspec does not mention polling the FEC Enable
> Live status bit. That is only there for debug purposes.
> So remove the polling from driver.
>
> Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
> Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_ddi.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
> index 92940a0c5ef8..6b3edd7e4423 100644
> --- a/drivers/gpu/drm/i915/display/intel_ddi.c
> +++ b/drivers/gpu/drm/i915/display/intel_ddi.c
> @@ -3507,12 +3507,6 @@ static void intel_ddi_enable_fec(struct intel_encoder *encoder,
> val = intel_de_read(dev_priv, dp_tp_ctl_reg(encoder, crtc_state));
> val |= DP_TP_CTL_FEC_ENABLE;
> intel_de_write(dev_priv, dp_tp_ctl_reg(encoder, crtc_state), val);
> -
> - if (intel_de_wait_for_set(dev_priv,
> - dp_tp_status_reg(encoder, crtc_state),
> - DP_TP_STATUS_FEC_ENABLE_LIVE, 1))
> - drm_err(&dev_priv->drm,
> - "Timed out waiting for FEC Enable Status\n");
> }
>
> static void intel_ddi_disable_fec_state(struct intel_encoder *encoder,
Looks good to me.
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-03 15:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 7:26 [Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit Manasi Navare
2020-11-25 8:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2020-11-25 10:01 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2020-12-03 15:02 ` [Intel-gfx] [PATCH] " Nautiyal, Ankit K
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox