* [PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" @ 2024-10-02 7:49 Colin Ian King 2024-10-02 8:02 ` Nautiyal, Ankit K 2024-10-02 9:03 ` ✗ Fi.CI.BAT: failure for " Patchwork 0 siblings, 2 replies; 4+ messages in thread From: Colin Ian King @ 2024-10-02 7:49 UTC (permalink / raw) To: Jani Nikula, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin, David Airlie, Simona Vetter, intel-gfx, intel-xe, dri-devel Cc: kernel-janitors, linux-kernel There is a spelling mistake in a drm_WARN message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> --- drivers/gpu/drm/i915/display/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c index 74311bb9d290..a5057ee4cbe5 100644 --- a/drivers/gpu/drm/i915/display/intel_display.c +++ b/drivers/gpu/drm/i915/display/intel_display.c @@ -3811,7 +3811,7 @@ static void enabled_joiner_pipes(struct drm_i915_private *dev_priv, secondary_ultrajoiner_pipes); drm_WARN(display->drm, (uncompressed_joiner_pipes & bigjoiner_pipes) != 0, - "Uncomressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n", + "Uncompressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n", uncompressed_joiner_pipes, bigjoiner_pipes); drm_WARN(display->drm, secondary_bigjoiner_pipes != -- 2.39.5 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" 2024-10-02 7:49 [PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" Colin Ian King @ 2024-10-02 8:02 ` Nautiyal, Ankit K 2024-10-07 19:30 ` Rodrigo Vivi 2024-10-02 9:03 ` ✗ Fi.CI.BAT: failure for " Patchwork 1 sibling, 1 reply; 4+ messages in thread From: Nautiyal, Ankit K @ 2024-10-02 8:02 UTC (permalink / raw) To: Colin Ian King, Jani Nikula, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin, David Airlie, Simona Vetter, intel-gfx, intel-xe, dri-devel Cc: kernel-janitors, linux-kernel On 10/2/2024 1:19 PM, Colin Ian King wrote: > There is a spelling mistake in a drm_WARN message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > --- > drivers/gpu/drm/i915/display/intel_display.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c > index 74311bb9d290..a5057ee4cbe5 100644 > --- a/drivers/gpu/drm/i915/display/intel_display.c > +++ b/drivers/gpu/drm/i915/display/intel_display.c > @@ -3811,7 +3811,7 @@ static void enabled_joiner_pipes(struct drm_i915_private *dev_priv, > secondary_ultrajoiner_pipes); > > drm_WARN(display->drm, (uncompressed_joiner_pipes & bigjoiner_pipes) != 0, > - "Uncomressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n", > + "Uncompressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n", > uncompressed_joiner_pipes, bigjoiner_pipes); > > drm_WARN(display->drm, secondary_bigjoiner_pipes != ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" 2024-10-02 8:02 ` Nautiyal, Ankit K @ 2024-10-07 19:30 ` Rodrigo Vivi 0 siblings, 0 replies; 4+ messages in thread From: Rodrigo Vivi @ 2024-10-07 19:30 UTC (permalink / raw) To: Nautiyal, Ankit K Cc: Colin Ian King, Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, David Airlie, Simona Vetter, intel-gfx, intel-xe, dri-devel, kernel-janitors, linux-kernel On Wed, Oct 02, 2024 at 01:32:29PM +0530, Nautiyal, Ankit K wrote: > > On 10/2/2024 1:19 PM, Colin Ian King wrote: > > There is a spelling mistake in a drm_WARN message. Fix it. > > > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> > Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> pushed, thanks > > --- > > drivers/gpu/drm/i915/display/intel_display.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c > > index 74311bb9d290..a5057ee4cbe5 100644 > > --- a/drivers/gpu/drm/i915/display/intel_display.c > > +++ b/drivers/gpu/drm/i915/display/intel_display.c > > @@ -3811,7 +3811,7 @@ static void enabled_joiner_pipes(struct drm_i915_private *dev_priv, > > secondary_ultrajoiner_pipes); > > drm_WARN(display->drm, (uncompressed_joiner_pipes & bigjoiner_pipes) != 0, > > - "Uncomressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n", > > + "Uncompressed joiner pipes(%#x) and bigjoiner pipes(%#x) can't intersect\n", > > uncompressed_joiner_pipes, bigjoiner_pipes); > > drm_WARN(display->drm, secondary_bigjoiner_pipes != ^ permalink raw reply [flat|nested] 4+ messages in thread
* ✗ Fi.CI.BAT: failure for drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" 2024-10-02 7:49 [PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" Colin Ian King 2024-10-02 8:02 ` Nautiyal, Ankit K @ 2024-10-02 9:03 ` Patchwork 1 sibling, 0 replies; 4+ messages in thread From: Patchwork @ 2024-10-02 9:03 UTC (permalink / raw) To: Colin Ian King; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 6613 bytes --] == Series Details == Series: drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" URL : https://patchwork.freedesktop.org/series/139407/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15469 -> Patchwork_139407v1 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_139407v1 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_139407v1, 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_139407v1/index.html Participating hosts (43 -> 42) ------------------------------ Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_139407v1: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@gt_pm: - bat-jsl-1: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-jsl-1/igt@i915_selftest@live@gt_pm.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-jsl-1/igt@i915_selftest@live@gt_pm.html Known issues ------------ Here are the changes found in Patchwork_139407v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-jsl-1: [PASS][3] -> [DMESG-FAIL][4] ([i915#12010]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-jsl-1/igt@i915_selftest@live.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-jsl-1/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_heartbeat: - bat-arls-5: NOTRUN -> [DMESG-WARN][5] ([i915#11637] / [i915#12133]) +8 other tests dmesg-warn [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-5/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_tlb: - bat-arls-5: NOTRUN -> [DMESG-WARN][6] ([i915#11637]) +21 other tests dmesg-warn [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-5/igt@i915_selftest@live@gt_tlb.html * igt@i915_selftest@live@objects: - bat-arls-5: NOTRUN -> [DMESG-WARN][7] ([i915#10341] / [i915#11637]) +2 other tests dmesg-warn [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-5/igt@i915_selftest@live@objects.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arlh-2: [INCOMPLETE][8] ([i915#10341] / [i915#12133]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arlh-2/igt@i915_selftest@live.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arlh-2/igt@i915_selftest@live.html - bat-arls-2: [ABORT][10] ([i915#12061] / [i915#12133]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arls-2/igt@i915_selftest@live.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-2/igt@i915_selftest@live.html * igt@i915_selftest@live@hugepages: - bat-arlh-2: [INCOMPLETE][12] -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arlh-2/igt@i915_selftest@live@hugepages.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arlh-2/igt@i915_selftest@live@hugepages.html * igt@i915_selftest@live@workarounds: - bat-adlp-11: [INCOMPLETE][14] ([i915#9413]) -> [PASS][15] +1 other test pass [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-adlp-11/igt@i915_selftest@live@workarounds.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-adlp-11/igt@i915_selftest@live@workarounds.html - bat-arls-2: [ABORT][16] ([i915#12061]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arls-2/igt@i915_selftest@live@workarounds.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-2/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@i915_module_load@reload: - bat-arls-5: [DMESG-WARN][18] ([i915#11637]) -> [DMESG-WARN][19] ([i915#11637] / [i915#1982]) +1 other test dmesg-warn [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arls-5/igt@i915_module_load@reload.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-5/igt@i915_module_load@reload.html * igt@i915_selftest@live: - bat-arls-5: [ABORT][20] ([i915#12061] / [i915#12133]) -> [DMESG-WARN][21] ([i915#10341] / [i915#12133]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arls-5/igt@i915_selftest@live.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-5/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arls-5: [ABORT][22] ([i915#12061]) -> [DMESG-WARN][23] ([i915#10341] / [i915#11637]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/bat-arls-5/igt@i915_selftest@live@workarounds.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/bat-arls-5/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#11637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11637 [i915#12010]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12010 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 Build changes ------------- * Linux: CI_DRM_15469 -> Patchwork_139407v1 CI-20190529: 20190529 CI_DRM_15469: fcdbbdcd11d425434efc837037141c9dfb0fcdec @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_139407v1: fcdbbdcd11d425434efc837037141c9dfb0fcdec @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_139407v1/index.html [-- Attachment #2: Type: text/html, Size: 8654 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-07 19:30 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-02 7:49 [PATCH][next] drm/i915/display: Fix spelling mistake "Uncomressed" -> "Uncompressed" Colin Ian King 2024-10-02 8:02 ` Nautiyal, Ankit K 2024-10-07 19:30 ` Rodrigo Vivi 2024-10-02 9:03 ` ✗ Fi.CI.BAT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox