* [Intel-gfx] [PATCH] i915/display: fix repeated words in comments
@ 2022-08-23 14:14 wangjianli
0 siblings, 0 replies; 4+ messages in thread
From: wangjianli @ 2022-08-23 14:14 UTC (permalink / raw)
To: jani.nikula, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin,
airlied, daniel
Cc: wangjianli, intel-gfx, linux-kernel, dri-devel
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
drivers/gpu/drm/i915/display/intel_crt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_crt.c b/drivers/gpu/drm/i915/display/intel_crt.c
index 6a3893c8ff22..fead011c87b5 100644
--- a/drivers/gpu/drm/i915/display/intel_crt.c
+++ b/drivers/gpu/drm/i915/display/intel_crt.c
@@ -1102,7 +1102,7 @@ void intel_crt_init(struct drm_i915_private *dev_priv)
drm_connector_helper_add(connector, &intel_crt_connector_helper_funcs);
/*
- * TODO: find a proper way to discover whether we need to set the the
+ * TODO: find a proper way to discover whether we need to set the
* polarity and link reversal bits or not, instead of relying on the
* BIOS.
*/
--
2.36.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Intel-gfx] [PATCH] i915/display: fix repeated words in comments
@ 2022-10-22 6:09 wangjianli
2022-10-24 14:49 ` Rodrigo Vivi
2022-10-24 16:06 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for i915/display: fix repeated words in comments (rev2) Patchwork
0 siblings, 2 replies; 4+ messages in thread
From: wangjianli @ 2022-10-22 6:09 UTC (permalink / raw)
To: jani.nikula, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin,
airlied, daniel
Cc: wangjianli, intel-gfx, linux-kernel, dri-devel
Delete the redundant word 'the'.
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
drivers/gpu/drm/i915/display/intel_crt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_crt.c b/drivers/gpu/drm/i915/display/intel_crt.c
index 6a3893c8ff22..fead011c87b5 100644
--- a/drivers/gpu/drm/i915/display/intel_crt.c
+++ b/drivers/gpu/drm/i915/display/intel_crt.c
@@ -1102,7 +1102,7 @@ void intel_crt_init(struct drm_i915_private *dev_priv)
drm_connector_helper_add(connector, &intel_crt_connector_helper_funcs);
/*
- * TODO: find a proper way to discover whether we need to set the the
+ * TODO: find a proper way to discover whether we need to set the
* polarity and link reversal bits or not, instead of relying on the
* BIOS.
*/
--
2.36.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Intel-gfx] [PATCH] i915/display: fix repeated words in comments
2022-10-22 6:09 [Intel-gfx] [PATCH] i915/display: fix repeated words in comments wangjianli
@ 2022-10-24 14:49 ` Rodrigo Vivi
2022-10-24 16:06 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for i915/display: fix repeated words in comments (rev2) Patchwork
1 sibling, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2022-10-24 14:49 UTC (permalink / raw)
To: wangjianli; +Cc: airlied, intel-gfx, linux-kernel, dri-devel, daniel
On Sat, Oct 22, 2022 at 02:09:47PM +0800, wangjianli wrote:
> Delete the redundant word 'the'.
I believe we should put an end in patches like this.
Please accumulate all the s/the the/the and other small
comment fixes that are under drivers/gpu/drm/i915 in a single
commit.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
> drivers/gpu/drm/i915/display/intel_crt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_crt.c b/drivers/gpu/drm/i915/display/intel_crt.c
> index 6a3893c8ff22..fead011c87b5 100644
> --- a/drivers/gpu/drm/i915/display/intel_crt.c
> +++ b/drivers/gpu/drm/i915/display/intel_crt.c
> @@ -1102,7 +1102,7 @@ void intel_crt_init(struct drm_i915_private *dev_priv)
> drm_connector_helper_add(connector, &intel_crt_connector_helper_funcs);
>
> /*
> - * TODO: find a proper way to discover whether we need to set the the
> + * TODO: find a proper way to discover whether we need to set the
> * polarity and link reversal bits or not, instead of relying on the
> * BIOS.
> */
> --
> 2.36.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-gfx] ✗ Fi.CI.BAT: failure for i915/display: fix repeated words in comments (rev2)
2022-10-22 6:09 [Intel-gfx] [PATCH] i915/display: fix repeated words in comments wangjianli
2022-10-24 14:49 ` Rodrigo Vivi
@ 2022-10-24 16:06 ` Patchwork
1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2022-10-24 16:06 UTC (permalink / raw)
To: wangjianli; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 13803 bytes --]
== Series Details ==
Series: i915/display: fix repeated words in comments (rev2)
URL : https://patchwork.freedesktop.org/series/107887/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12285 -> Patchwork_107887v2
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_107887v2 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_107887v2, please notify your bug team 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_107887v2/index.html
Participating hosts (43 -> 41)
------------------------------
Additional (1): fi-tgl-dsi
Missing (3): fi-ctg-p8600 fi-bdw-samus bat-dg1-5
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_107887v2:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_parallel@engines@fds:
- fi-bsw-nick: NOTRUN -> [DMESG-WARN][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-bsw-nick/igt@gem_exec_parallel@engines@fds.html
* igt@i915_selftest@live@hugepages:
- fi-adl-ddr5: [PASS][2] -> [DMESG-FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-adl-ddr5/igt@i915_selftest@live@hugepages.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-adl-ddr5/igt@i915_selftest@live@hugepages.html
- fi-rkl-guc: [PASS][4] -> [DMESG-FAIL][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-rkl-guc/igt@i915_selftest@live@hugepages.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-rkl-guc/igt@i915_selftest@live@hugepages.html
- fi-icl-u2: NOTRUN -> [DMESG-FAIL][6]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-icl-u2/igt@i915_selftest@live@hugepages.html
* igt@i915_suspend@basic-s3-without-i915:
- fi-rkl-11600: NOTRUN -> [INCOMPLETE][7]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-rkl-11600/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2:
- fi-skl-6700k2: [PASS][8] -> [DMESG-WARN][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-skl-6700k2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-skl-6700k2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live@hugepages:
- {fi-tgl-dsi}: NOTRUN -> [DMESG-FAIL][10]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-tgl-dsi/igt@i915_selftest@live@hugepages.html
Known issues
------------
Here are the changes found in Patchwork_107887v2 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_lmem_swapping@random-engines:
- fi-icl-u2: NOTRUN -> [SKIP][11] ([i915#4613]) +3 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-icl-u2/igt@gem_lmem_swapping@random-engines.html
* igt@i915_selftest@live@gt_timelines:
- fi-apl-guc: [PASS][12] -> [INCOMPLETE][13] ([i915#7080])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-apl-guc/igt@i915_selftest@live@gt_timelines.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-apl-guc/igt@i915_selftest@live@gt_timelines.html
* igt@i915_selftest@live@hangcheck:
- fi-ivb-3770: [PASS][14] -> [INCOMPLETE][15] ([i915#3303] / [i915#7122])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-ivb-3770/igt@i915_selftest@live@hangcheck.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-ivb-3770/igt@i915_selftest@live@hangcheck.html
* igt@i915_suspend@basic-s3-without-i915:
- fi-kbl-x1275: NOTRUN -> [SKIP][16] ([fdo#109271])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-kbl-x1275/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-hsw-4770: NOTRUN -> [SKIP][17] ([fdo#109271] / [fdo#111827])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html
- fi-kbl-x1275: NOTRUN -> [SKIP][18] ([fdo#109271] / [fdo#111827])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-kbl-x1275/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions:
- fi-bsw-kefka: [PASS][19] -> [FAIL][20] ([i915#6298])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions.html
* igt@prime_vgem@basic-userptr:
- fi-icl-u2: NOTRUN -> [SKIP][21] ([fdo#109295] / [i915#3301])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-icl-u2/igt@prime_vgem@basic-userptr.html
* igt@runner@aborted:
- fi-ivb-3770: NOTRUN -> [FAIL][22] ([fdo#109271] / [i915#4312])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-ivb-3770/igt@runner@aborted.html
- fi-adl-ddr5: NOTRUN -> [FAIL][23] ([i915#4312])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-adl-ddr5/igt@runner@aborted.html
- fi-skl-6700k2: NOTRUN -> [FAIL][24] ([i915#4312])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-skl-6700k2/igt@runner@aborted.html
- fi-rkl-guc: NOTRUN -> [FAIL][25] ([i915#4312])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-rkl-guc/igt@runner@aborted.html
#### Possible fixes ####
* igt@fbdev@read:
- {bat-rpls-2}: [SKIP][26] ([i915#2582]) -> [PASS][27] +4 similar issues
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/bat-rpls-2/igt@fbdev@read.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/bat-rpls-2/igt@fbdev@read.html
* igt@gem_exec_parallel@engines@contexts:
- fi-bsw-nick: [INCOMPLETE][28] -> [PASS][29]
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-bsw-nick/igt@gem_exec_parallel@engines@contexts.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-bsw-nick/igt@gem_exec_parallel@engines@contexts.html
* igt@gem_exec_suspend@basic-s3@smem:
- {bat-adlm-1}: [DMESG-WARN][30] ([i915#2867]) -> [PASS][31]
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/bat-adlm-1/igt@gem_exec_suspend@basic-s3@smem.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/bat-adlm-1/igt@gem_exec_suspend@basic-s3@smem.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-icl-u2: [DMESG-WARN][32] ([i915#4890]) -> [PASS][33]
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-icl-u2/igt@i915_pm_rpm@basic-pci-d3-state.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-icl-u2/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_pm_rpm@module-reload:
- fi-cfl-8109u: [DMESG-FAIL][34] ([i915#62]) -> [PASS][35]
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-cfl-8109u/igt@i915_pm_rpm@module-reload.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-cfl-8109u/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@guc_multi_lrc:
- fi-cfl-8109u: [DMESG-WARN][36] ([i915#5904] / [i915#7174]) -> [PASS][37] +2 similar issues
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-cfl-8109u/igt@i915_selftest@live@guc_multi_lrc.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-cfl-8109u/igt@i915_selftest@live@guc_multi_lrc.html
* igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: [INCOMPLETE][38] ([i915#4785]) -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
* igt@i915_selftest@live@hugepages:
- fi-rkl-11600: [DMESG-FAIL][40] -> [PASS][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-rkl-11600/igt@i915_selftest@live@hugepages.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-rkl-11600/igt@i915_selftest@live@hugepages.html
- fi-kbl-x1275: [DMESG-FAIL][42] -> [PASS][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-kbl-x1275/igt@i915_selftest@live@hugepages.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-kbl-x1275/igt@i915_selftest@live@hugepages.html
- {bat-adln-1}: [DMESG-FAIL][44] -> [PASS][45]
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/bat-adln-1/igt@i915_selftest@live@hugepages.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/bat-adln-1/igt@i915_selftest@live@hugepages.html
- {bat-jsl-1}: [DMESG-FAIL][46] -> [PASS][47]
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/bat-jsl-1/igt@i915_selftest@live@hugepages.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/bat-jsl-1/igt@i915_selftest@live@hugepages.html
- {bat-rpls-1}: [DMESG-FAIL][48] -> [PASS][49]
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/bat-rpls-1/igt@i915_selftest@live@hugepages.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/bat-rpls-1/igt@i915_selftest@live@hugepages.html
* igt@i915_selftest@live@late_gt_pm:
- fi-cfl-8109u: [DMESG-WARN][50] ([i915#5904]) -> [PASS][51] +27 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
* igt@i915_suspend@basic-s2idle-without-i915:
- fi-cfl-8109u: [DMESG-WARN][52] ([i915#5904] / [i915#62]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-cfl-8109u/igt@i915_suspend@basic-s2idle-without-i915.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-cfl-8109u/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@kms_frontbuffer_tracking@basic:
- fi-cfl-8109u: [DMESG-WARN][54] ([i915#62]) -> [PASS][55] +13 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12285/fi-cfl-8109u/igt@kms_frontbuffer_tracking@basic.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/fi-cfl-8109u/igt@kms_frontbuffer_tracking@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
[i915#4890]: https://gitlab.freedesktop.org/drm/intel/issues/4890
[i915#5904]: https://gitlab.freedesktop.org/drm/intel/issues/5904
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298
[i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687
[i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
[i915#7029]: https://gitlab.freedesktop.org/drm/intel/issues/7029
[i915#7080]: https://gitlab.freedesktop.org/drm/intel/issues/7080
[i915#7122]: https://gitlab.freedesktop.org/drm/intel/issues/7122
[i915#7174]: https://gitlab.freedesktop.org/drm/intel/issues/7174
Build changes
-------------
* Linux: CI_DRM_12285 -> Patchwork_107887v2
CI-20190529: 20190529
CI_DRM_12285: 92b40b6e1d54d68a766c1545b9ace3e2eccad94a @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7023: 229bb0accbb7c8cedcc8d9256ad2b6683c9f161a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_107887v2: 92b40b6e1d54d68a766c1545b9ace3e2eccad94a @ git://anongit.freedesktop.org/gfx-ci/linux
### Linux commits
633642a3f103 i915/display: fix repeated words in comments
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_107887v2/index.html
[-- Attachment #2: Type: text/html, Size: 15269 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-24 16:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22 6:09 [Intel-gfx] [PATCH] i915/display: fix repeated words in comments wangjianli
2022-10-24 14:49 ` Rodrigo Vivi
2022-10-24 16:06 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for i915/display: fix repeated words in comments (rev2) Patchwork
-- strict thread matches above, loose matches on Subject: below --
2022-08-23 14:14 [Intel-gfx] [PATCH] i915/display: fix repeated words in comments wangjianli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox