* [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16()
@ 2023-06-05 15:47 Swati Sharma
2023-06-05 16:03 ` Kamil Konieczny
` (5 more replies)
0 siblings, 6 replies; 9+ messages in thread
From: Swati Sharma @ 2023-06-05 15:47 UTC (permalink / raw)
To: igt-dev
Fix typo in return type of clamp16().
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
lib/igt_fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 11a5d6c0..9be312a2 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -3069,7 +3069,7 @@ static uint8_t clamp8(float val)
return clamp((int)(val + 0.5f), 0, 255);
}
-static uint8_t clamp16(float val)
+static uint16_t clamp16(float val)
{
return clamp((int)(val + 0.5f), 0, 65535);
}
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma @ 2023-06-05 16:03 ` Kamil Konieczny 2023-06-05 17:46 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork ` (4 subsequent siblings) 5 siblings, 0 replies; 9+ messages in thread From: Kamil Konieczny @ 2023-06-05 16:03 UTC (permalink / raw) To: igt-dev On 2023-06-05 at 21:17:10 +0530, Swati Sharma wrote: > Fix typo in return type of clamp16(). > > Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> > Signed-off-by: Swati Sharma <swati2.sharma@intel.com> > --- > lib/igt_fb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/igt_fb.c b/lib/igt_fb.c > index 11a5d6c0..9be312a2 100644 > --- a/lib/igt_fb.c > +++ b/lib/igt_fb.c > @@ -3069,7 +3069,7 @@ static uint8_t clamp8(float val) > return clamp((int)(val + 0.5f), 0, 255); > } > > -static uint8_t clamp16(float val) > +static uint16_t clamp16(float val) Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > { > return clamp((int)(val + 0.5f), 0, 65535); > } > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for lib: fix typo in clamp16() 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma 2023-06-05 16:03 ` Kamil Konieczny @ 2023-06-05 17:46 ` Patchwork 2023-06-06 16:18 ` Kamil Konieczny 2023-06-06 20:48 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() (rev2) Patchwork ` (3 subsequent siblings) 5 siblings, 1 reply; 9+ messages in thread From: Patchwork @ 2023-06-05 17:46 UTC (permalink / raw) To: Sharma, Swati2; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5694 bytes --] == Series Details == Series: lib: fix typo in clamp16() URL : https://patchwork.freedesktop.org/series/118876/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13231 -> IGTPW_9104 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9104 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9104, 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/IGTPW_9104/index.html Participating hosts (38 -> 36) ------------------------------ Missing (2): fi-kbl-soraka fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9104: ### IGT changes ### #### Possible regressions #### * igt@dmabuf@all-tests@sanitycheck: - fi-blb-e6850: NOTRUN -> [ABORT][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@dmabuf@all-tests@sanitycheck.html * igt@i915_selftest@live@active: - bat-dg1-5: [PASS][2] -> [DMESG-FAIL][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-dg1-5/igt@i915_selftest@live@active.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-dg1-5/igt@i915_selftest@live@active.html Known issues ------------ Here are the changes found in IGTPW_9104 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@dmabuf@all-tests@dma_fence: - fi-blb-e6850: NOTRUN -> [DMESG-FAIL][4] ([i915#8189]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@dmabuf@all-tests@dma_fence.html * igt@i915_pm_rpm@module-reload: - fi-blb-e6850: NOTRUN -> [SKIP][5] ([fdo#109271]) +36 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@mman: - bat-rpls-2: [PASS][6] -> [TIMEOUT][7] ([i915#6794] / [i915#7392]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-rpls-2/igt@i915_selftest@live@mman.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i915_selftest@live@mman.html * igt@i915_suspend@basic-s2idle-without-i915: - bat-rpls-2: NOTRUN -> [ABORT][8] ([i915#6687]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-adls-5: NOTRUN -> [SKIP][9] ([i915#7828]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-adlp-9: NOTRUN -> [SKIP][10] ([i915#3546]) +2 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-9/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-adls-5: NOTRUN -> [SKIP][11] ([i915#1845]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_setmode@basic-clone-single-crtc: - fi-blb-e6850: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4579]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@kms_setmode@basic-clone-single-crtc.html #### Possible fixes #### * igt@i915_suspend@basic-s3-without-i915: - bat-adls-5: [ABORT][13] -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html #### Warnings #### * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1: - bat-adlp-6: [ABORT][15] -> [ABORT][16] ([i915#8434]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#8189]: https://gitlab.freedesktop.org/drm/intel/issues/8189 [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7319 -> IGTPW_9104 CI-20190529: 20190529 CI_DRM_13231: 60f1f7c0a570a431f8ca8cc697f7fe8bc0badb83 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9104: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html IGT_7319: 2e1bcd49944452b5f9516eecee48e1fa3ae6a636 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html [-- Attachment #2: Type: text/html, Size: 6677 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for lib: fix typo in clamp16() 2023-06-05 17:46 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork @ 2023-06-06 16:18 ` Kamil Konieczny 2023-06-08 4:31 ` Yedireswarapu, SaiX Nandan 0 siblings, 1 reply; 9+ messages in thread From: Kamil Konieczny @ 2023-06-06 16:18 UTC (permalink / raw) To: igt-dev; +Cc: SaiX Nandan Yedireswarapu, RavitejaX Veesam, SanjuX Marikkar Hi Sai, below change is not related to change in kms lib lib/igt_fb.c, could you supress them and respin tests ? Regards, Kamil On 2023-06-05 at 17:46:53 -0000, Patchwork wrote: > == Series Details == > > Series: lib: fix typo in clamp16() > URL : https://patchwork.freedesktop.org/series/118876/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_13231 -> IGTPW_9104 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_9104 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_9104, 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/IGTPW_9104/index.html > > Participating hosts (38 -> 36) > ------------------------------ > > Missing (2): fi-kbl-soraka fi-snb-2520m > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_9104: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@dmabuf@all-tests@sanitycheck: > - fi-blb-e6850: NOTRUN -> [ABORT][1] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@dmabuf@all-tests@sanitycheck.html > > * igt@i915_selftest@live@active: > - bat-dg1-5: [PASS][2] -> [DMESG-FAIL][3] > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-dg1-5/igt@i915_selftest@live@active.html > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-dg1-5/igt@i915_selftest@live@active.html > > > Known issues > ------------ > > Here are the changes found in IGTPW_9104 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@dmabuf@all-tests@dma_fence: > - fi-blb-e6850: NOTRUN -> [DMESG-FAIL][4] ([i915#8189]) > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@dmabuf@all-tests@dma_fence.html > > * igt@i915_pm_rpm@module-reload: > - fi-blb-e6850: NOTRUN -> [SKIP][5] ([fdo#109271]) +36 similar issues > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@i915_pm_rpm@module-reload.html > > * igt@i915_selftest@live@mman: > - bat-rpls-2: [PASS][6] -> [TIMEOUT][7] ([i915#6794] / [i915#7392]) > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-rpls-2/igt@i915_selftest@live@mman.html > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i915_selftest@live@mman.html > > * igt@i915_suspend@basic-s2idle-without-i915: > - bat-rpls-2: NOTRUN -> [ABORT][8] ([i915#6687]) > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html > > * igt@kms_chamelium_hpd@common-hpd-after-suspend: > - bat-adls-5: NOTRUN -> [SKIP][9] ([i915#7828]) > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms_chamelium_hpd@common-hpd-after-suspend.html > > * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: > - bat-adlp-9: NOTRUN -> [SKIP][10] ([i915#3546]) +2 similar issues > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-9/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html > > * igt@kms_pipe_crc_basic@suspend-read-crc: > - bat-adls-5: NOTRUN -> [SKIP][11] ([i915#1845]) > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms_pipe_crc_basic@suspend-read-crc.html > > * igt@kms_setmode@basic-clone-single-crtc: > - fi-blb-e6850: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4579]) > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@kms_setmode@basic-clone-single-crtc.html > > > #### Possible fixes #### > > * igt@i915_suspend@basic-s3-without-i915: > - bat-adls-5: [ABORT][13] -> [PASS][14] > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html > > > #### Warnings #### > > * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1: > - bat-adlp-6: [ABORT][15] -> [ABORT][16] ([i915#8434]) > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 > [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 > [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 > [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 > [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 > [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 > [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 > [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 > [i915#8189]: https://gitlab.freedesktop.org/drm/intel/issues/8189 > [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_7319 -> IGTPW_9104 > > CI-20190529: 20190529 > CI_DRM_13231: 60f1f7c0a570a431f8ca8cc697f7fe8bc0badb83 @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_9104: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html > IGT_7319: 2e1bcd49944452b5f9516eecee48e1fa3ae6a636 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for lib: fix typo in clamp16() 2023-06-06 16:18 ` Kamil Konieczny @ 2023-06-08 4:31 ` Yedireswarapu, SaiX Nandan 0 siblings, 0 replies; 9+ messages in thread From: Yedireswarapu, SaiX Nandan @ 2023-06-08 4:31 UTC (permalink / raw) To: Kamil Konieczny, igt-dev@lists.freedesktop.org Cc: Veesam, RavitejaX, Marikkar, SanjuX Hi, Issue re-reported, https://patchwork.freedesktop.org/series/118876/#rev1 Rev2 has passed successfully. Thanks, Y Sai Nandan -----Original Message----- From: Kamil Konieczny <kamil.konieczny@linux.intel.com> Sent: Tuesday, June 6, 2023 9:49 PM To: igt-dev@lists.freedesktop.org Cc: Sharma, Swati2 <swati2.sharma@intel.com>; Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com>; Veesam, RavitejaX <ravitejax.veesam@intel.com>; Marikkar, SanjuX <sanjux.marikkar@intel.com> Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for lib: fix typo in clamp16() Hi Sai, below change is not related to change in kms lib lib/igt_fb.c, could you supress them and respin tests ? Regards, Kamil On 2023-06-05 at 17:46:53 -0000, Patchwork wrote: > == Series Details == > > Series: lib: fix typo in clamp16() > URL : https://patchwork.freedesktop.org/series/118876/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_13231 -> IGTPW_9104 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_9104 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_9104, 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/IGTPW_9104/index.html > > Participating hosts (38 -> 36) > ------------------------------ > > Missing (2): fi-kbl-soraka fi-snb-2520m > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_9104: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@dmabuf@all-tests@sanitycheck: > - fi-blb-e6850: NOTRUN -> [ABORT][1] > [1]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@d > mabuf@all-tests@sanitycheck.html > > * igt@i915_selftest@live@active: > - bat-dg1-5: [PASS][2] -> [DMESG-FAIL][3] > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-dg1-5/igt@i915_selftest@live@active.html > [3]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-dg1-5/igt@i915 > _selftest@live@active.html > > > Known issues > ------------ > > Here are the changes found in IGTPW_9104 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@dmabuf@all-tests@dma_fence: > - fi-blb-e6850: NOTRUN -> [DMESG-FAIL][4] ([i915#8189]) > [4]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@d > mabuf@all-tests@dma_fence.html > > * igt@i915_pm_rpm@module-reload: > - fi-blb-e6850: NOTRUN -> [SKIP][5] ([fdo#109271]) +36 similar issues > [5]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@i > 915_pm_rpm@module-reload.html > > * igt@i915_selftest@live@mman: > - bat-rpls-2: [PASS][6] -> [TIMEOUT][7] ([i915#6794] / [i915#7392]) > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-rpls-2/igt@i915_selftest@live@mman.html > [7]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i91 > 5_selftest@live@mman.html > > * igt@i915_suspend@basic-s2idle-without-i915: > - bat-rpls-2: NOTRUN -> [ABORT][8] ([i915#6687]) > [8]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i91 > 5_suspend@basic-s2idle-without-i915.html > > * igt@kms_chamelium_hpd@common-hpd-after-suspend: > - bat-adls-5: NOTRUN -> [SKIP][9] ([i915#7828]) > [9]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms > _chamelium_hpd@common-hpd-after-suspend.html > > * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: > - bat-adlp-9: NOTRUN -> [SKIP][10] ([i915#3546]) +2 similar issues > [10]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-9/igt@kms > _pipe_crc_basic@nonblocking-crc-frame-sequence.html > > * igt@kms_pipe_crc_basic@suspend-read-crc: > - bat-adls-5: NOTRUN -> [SKIP][11] ([i915#1845]) > [11]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms > _pipe_crc_basic@suspend-read-crc.html > > * igt@kms_setmode@basic-clone-single-crtc: > - fi-blb-e6850: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4579]) > [12]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@k > ms_setmode@basic-clone-single-crtc.html > > > #### Possible fixes #### > > * igt@i915_suspend@basic-s3-without-i915: > - bat-adls-5: [ABORT][13] -> [PASS][14] > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html > [14]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@i91 > 5_suspend@basic-s3-without-i915.html > > > #### Warnings #### > > * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1: > - bat-adlp-6: [ABORT][15] -> [ABORT][16] ([i915#8434]) > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html > [16]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-6/igt@kms > _pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html > > > {name}: This element is suppressed. This means it is ignored when computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 > [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 > [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 > [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 > [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 > [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 > [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 > [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 > [i915#8189]: https://gitlab.freedesktop.org/drm/intel/issues/8189 > [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_7319 -> IGTPW_9104 > > CI-20190529: 20190529 > CI_DRM_13231: 60f1f7c0a570a431f8ca8cc697f7fe8bc0badb83 @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_9104: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html > IGT_7319: 2e1bcd49944452b5f9516eecee48e1fa3ae6a636 @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() (rev2) 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma 2023-06-05 16:03 ` Kamil Konieczny 2023-06-05 17:46 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork @ 2023-06-06 20:48 ` Patchwork 2023-06-07 11:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork ` (2 subsequent siblings) 5 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-06 20:48 UTC (permalink / raw) To: Sharma, Swati2; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5316 bytes --] == Series Details == Series: lib: fix typo in clamp16() (rev2) URL : https://patchwork.freedesktop.org/series/118876/ State : success == Summary == CI Bug Log - changes from CI_DRM_13238 -> IGTPW_9120 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/index.html Participating hosts (41 -> 40) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9120 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][1] -> [ABORT][2] ([i915#7911] / [i915#7913]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/fi-bsw-nick/igt@i915_selftest@live@execlists.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/fi-bsw-nick/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@gt_lrc: - bat-dg2-11: [PASS][3] -> [INCOMPLETE][4] ([i915#7609] / [i915#7913]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/bat-dg2-11/igt@i915_selftest@live@gt_lrc.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-dg2-11/igt@i915_selftest@live@gt_lrc.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-adlm-1: NOTRUN -> [SKIP][5] ([i915#7828]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-adlm-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1: - bat-dg2-8: [PASS][6] -> [FAIL][7] ([i915#7932]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-adlm-1: NOTRUN -> [SKIP][8] ([i915#1845]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-adlm-1/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@workarounds: - bat-adlm-1: [INCOMPLETE][9] ([i915#4983] / [i915#7677]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/bat-adlm-1/igt@i915_selftest@live@workarounds.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-adlm-1/igt@i915_selftest@live@workarounds.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5: - {bat-adlp-11}: [ABORT][11] -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html #### Warnings #### * igt@kms_setmode@basic-clone-single-crtc: - bat-rplp-1: [SKIP][13] ([i915#3555] / [i915#4579]) -> [ABORT][14] ([i915#4579] / [i915#8260]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#4309]: https://gitlab.freedesktop.org/drm/intel/issues/4309 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7609]: https://gitlab.freedesktop.org/drm/intel/issues/7609 [i915#7677]: https://gitlab.freedesktop.org/drm/intel/issues/7677 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932 [i915#7953]: https://gitlab.freedesktop.org/drm/intel/issues/7953 [i915#8260]: https://gitlab.freedesktop.org/drm/intel/issues/8260 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7320 -> IGTPW_9120 CI-20190529: 20190529 CI_DRM_13238: 8c0b302811d744b945dcb6d78164a76188914db9 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9120: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/index.html IGT_7320: 1c96b08a4cde6f2d49824a8cc3303bd860617b52 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/index.html [-- Attachment #2: Type: text/html, Size: 5692 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib: fix typo in clamp16() (rev2) 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma ` (2 preceding siblings ...) 2023-06-06 20:48 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() (rev2) Patchwork @ 2023-06-07 11:19 ` Patchwork 2023-06-08 4:23 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() Patchwork 2023-06-09 0:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 5 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-07 11:19 UTC (permalink / raw) To: Sharma, Swati2; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 16867 bytes --] == Series Details == Series: lib: fix typo in clamp16() (rev2) URL : https://patchwork.freedesktop.org/series/118876/ State : success == Summary == CI Bug Log - changes from CI_DRM_13238_full -> IGTPW_9120_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_9120_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_persistence@engines-hang: - shard-snb: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1099]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-snb7/igt@gem_ctx_persistence@engines-hang.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [PASS][2] -> [FAIL][3] ([i915#2842]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_mmap_gtt@fault-concurrent-x: - shard-snb: [PASS][4] -> [ABORT][5] ([i915#5161]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-snb7/igt@gem_mmap_gtt@fault-concurrent-x.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-snb6/igt@gem_mmap_gtt@fault-concurrent-x.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [PASS][6] -> [ABORT][7] ([i915#5566]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-glk8/igt@gen9_exec_parse@allowed-single.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-glk1/igt@gen9_exec_parse@allowed-single.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1: - shard-glk: [PASS][8] -> [FAIL][9] ([i915#2521]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-glk9/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-glk7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-4_tiled_mtl_rc_ccs: - shard-snb: NOTRUN -> [SKIP][10] ([fdo#109271]) +47 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-snb5/igt@kms_ccs@pipe-c-missing-ccs-buffer-4_tiled_mtl_rc_ccs.html * igt@kms_plane_scaling@plane-upscale-with-modifiers-20x20@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#4579]) +10 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-snb1/igt@kms_plane_scaling@plane-upscale-with-modifiers-20x20@pipe-b-hdmi-a-1.html #### Possible fixes #### * igt@gem_barrier_race@remote-request@rcs0: - {shard-dg1}: [ABORT][12] ([i915#7461] / [i915#8234]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-dg1-18/igt@gem_barrier_race@remote-request@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-dg1-12/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_ctx_freq@sysfs: - {shard-dg1}: [FAIL][14] ([i915#6786]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-dg1-16/igt@gem_ctx_freq@sysfs.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-dg1-17/igt@gem_ctx_freq@sysfs.html * igt@gem_exec_fair@basic-deadline: - {shard-rkl}: [FAIL][16] ([i915#2846]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-rkl-4/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][18] ([i915#2842]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - {shard-rkl}: [FAIL][20] ([i915#2842]) -> [PASS][21] +2 similar issues [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-rkl-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-glk: [FAIL][22] ([i915#2842]) -> [PASS][23] +1 similar issue [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-glk6/igt@gem_exec_fair@basic-pace@vcs0.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-glk3/igt@gem_exec_fair@basic-pace@vcs0.html * igt@i915_module_load@reload: - shard-snb: [ABORT][24] ([i915#4528]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-snb5/igt@i915_module_load@reload.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-snb2/igt@i915_module_load@reload.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - {shard-dg1}: [FAIL][26] ([i915#3591]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@modeset-lpsp-stress: - {shard-rkl}: [SKIP][28] ([i915#1397]) -> [PASS][29] +1 similar issue [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-rkl-1/igt@i915_pm_rpm@modeset-lpsp-stress.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][30] ([i915#7790]) -> [PASS][31] [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-snb1/igt@i915_pm_rps@reset.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-snb6/igt@i915_pm_rps@reset.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][32] ([i915#2346]) -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@forked-move@pipe-b: - {shard-dg1}: [INCOMPLETE][34] ([i915#8011] / [i915#8347]) -> [PASS][35] [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-dg1-19/igt@kms_cursor_legacy@forked-move@pipe-b.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-dg1-17/igt@kms_cursor_legacy@forked-move@pipe-b.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-apl: [FAIL][36] ([i915#4767]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-apl6/igt@kms_fbcon_fbt@fbc-suspend.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-apl2/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - {shard-tglu}: [FAIL][38] ([i915#1623]) -> [PASS][39] +3 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-tglu-8/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-tglu-6/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html - shard-glk: [FAIL][40] ([i915#1623]) -> [PASS][41] +3 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-glk4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-glk3/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@kms_plane@pixel-format@pipe-b-planes: - {shard-rkl}: [FAIL][42] ([i915#1623]) -> [PASS][43] +3 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-rkl-3/igt@kms_plane@pixel-format@pipe-b-planes.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-rkl-4/igt@kms_plane@pixel-format@pipe-b-planes.html - {shard-dg1}: [FAIL][44] ([i915#1623]) -> [PASS][45] +3 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-dg1-18/igt@kms_plane@pixel-format@pipe-b-planes.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-dg1-13/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - {shard-tglu}: [FAIL][46] ([i915#8292]) -> [PASS][47] [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13238/shard-tglu-9/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6786]: https://gitlab.freedesktop.org/drm/intel/issues/6786 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7320 -> IGTPW_9120 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13238: 8c0b302811d744b945dcb6d78164a76188914db9 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9120: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/index.html IGT_7320: 1c96b08a4cde6f2d49824a8cc3303bd860617b52 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9120/index.html [-- Attachment #2: Type: text/html, Size: 13258 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma ` (3 preceding siblings ...) 2023-06-07 11:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-06-08 4:23 ` Patchwork 2023-06-09 0:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 5 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-08 4:23 UTC (permalink / raw) To: Sharma, Swati2; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4975 bytes --] == Series Details == Series: lib: fix typo in clamp16() URL : https://patchwork.freedesktop.org/series/118876/ State : success == Summary == CI Bug Log - changes from CI_DRM_13231 -> IGTPW_9104 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html Participating hosts (38 -> 36) ------------------------------ Missing (2): fi-kbl-soraka fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9104 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@dmabuf@all-tests@dma_fence: - fi-blb-e6850: NOTRUN -> [DMESG-FAIL][1] ([i915#8189]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@dmabuf@all-tests@dma_fence.html * igt@dmabuf@all-tests@sanitycheck: - fi-blb-e6850: NOTRUN -> [ABORT][2] ([i915#8144]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@dmabuf@all-tests@sanitycheck.html * igt@i915_pm_rpm@module-reload: - fi-blb-e6850: NOTRUN -> [SKIP][3] ([fdo#109271]) +36 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@active: - bat-dg1-5: [PASS][4] -> [DMESG-FAIL][5] ([i915#8618]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-dg1-5/igt@i915_selftest@live@active.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-dg1-5/igt@i915_selftest@live@active.html * igt@i915_selftest@live@mman: - bat-rpls-2: [PASS][6] -> [TIMEOUT][7] ([i915#6794] / [i915#7392]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-rpls-2/igt@i915_selftest@live@mman.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i915_selftest@live@mman.html * igt@i915_suspend@basic-s2idle-without-i915: - bat-rpls-2: NOTRUN -> [ABORT][8] ([i915#6687]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-adls-5: NOTRUN -> [SKIP][9] ([i915#7828]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-adlp-9: NOTRUN -> [SKIP][10] ([i915#3546]) +2 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adlp-9/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-adls-5: NOTRUN -> [SKIP][11] ([i915#1845]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_setmode@basic-clone-single-crtc: - fi-blb-e6850: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4579]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/fi-blb-e6850/igt@kms_setmode@basic-clone-single-crtc.html #### Possible fixes #### * igt@i915_suspend@basic-s3-without-i915: - bat-adls-5: [ABORT][13] ([i915#8210]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#8144]: https://gitlab.freedesktop.org/drm/intel/issues/8144 [i915#8189]: https://gitlab.freedesktop.org/drm/intel/issues/8189 [i915#8210]: https://gitlab.freedesktop.org/drm/intel/issues/8210 [i915#8618]: https://gitlab.freedesktop.org/drm/intel/issues/8618 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7319 -> IGTPW_9104 CI-20190529: 20190529 CI_DRM_13231: 60f1f7c0a570a431f8ca8cc697f7fe8bc0badb83 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9104: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html IGT_7319: 2e1bcd49944452b5f9516eecee48e1fa3ae6a636 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html [-- Attachment #2: Type: text/html, Size: 5909 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib: fix typo in clamp16() 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma ` (4 preceding siblings ...) 2023-06-08 4:23 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() Patchwork @ 2023-06-09 0:56 ` Patchwork 5 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2023-06-09 0:56 UTC (permalink / raw) To: Sharma, Swati2; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 16277 bytes --] == Series Details == Series: lib: fix typo in clamp16() URL : https://patchwork.freedesktop.org/series/118876/ State : success == Summary == CI Bug Log - changes from CI_DRM_13231_full -> IGTPW_9104_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_9104_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-pace@vcs0: - shard-glk: [PASS][1] -> [FAIL][2] ([i915#2842]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-glk4/igt@gem_exec_fair@basic-pace@vcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-glk5/igt@gem_exec_fair@basic-pace@vcs0.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][3] -> [SKIP][4] ([fdo#109271]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-apl2/igt@i915_pm_dc@dc9-dpms.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-apl2/igt@i915_pm_dc@dc9-dpms.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1: - shard-apl: [PASS][5] -> [ABORT][6] ([i915#180]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-apl1/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-apl4/igt@kms_cursor_crc@cursor-suspend@pipe-a-dp-1.html * igt@kms_flip@2x-flip-vs-dpms: - shard-snb: NOTRUN -> [SKIP][7] ([fdo#109271]) +15 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-snb7/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: - shard-snb: [PASS][8] -> [SKIP][9] ([fdo#109271]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#4579]) +10 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-snb1/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-hdmi-a-1.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - {shard-rkl}: [FAIL][11] ([i915#7742]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_exec_fair@basic-none@vecs0: - {shard-rkl}: [FAIL][13] ([i915#2842]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-rkl-1/igt@gem_exec_fair@basic-none@vecs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-rkl-4/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [FAIL][15] ([i915#2842]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_huc_copy@huc-copy: - {shard-dg1}: [DMESG-WARN][17] ([i915#4423]) -> [PASS][18] +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-dg1-17/igt@gem_huc_copy@huc-copy.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-dg1-13/igt@gem_huc_copy@huc-copy.html * igt@gem_mmap_offset@clear@smem0: - {shard-dg1}: [DMESG-WARN][19] ([i915#8304]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-dg1-18/igt@gem_mmap_offset@clear@smem0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-dg1-17/igt@gem_mmap_offset@clear@smem0.html * igt@gem_ppgtt@blt-vs-render-ctx0: - shard-snb: [FAIL][21] ([i915#8295]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctx0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-snb1/igt@gem_ppgtt@blt-vs-render-ctx0.html * igt@i915_pm_dc@dc6-dpms: - {shard-tglu}: [FAIL][23] ([i915#3989] / [i915#454]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-tglu-5/igt@i915_pm_dc@dc6-dpms.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-tglu-9/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_rpm@modeset-non-lpsp: - {shard-dg1}: [SKIP][25] ([i915#1397]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-dg1-15/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_suspend@basic-s3-without-i915: - {shard-rkl}: [FAIL][27] ([fdo#103375]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-rkl-1/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - {shard-rkl}: [FAIL][29] ([i915#3743]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-rkl-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-rkl-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@forked-move@pipe-b: - {shard-dg1}: [INCOMPLETE][31] ([i915#8011] / [i915#8347]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-dg1-19/igt@kms_cursor_legacy@forked-move@pipe-b.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-dg1-15/igt@kms_cursor_legacy@forked-move@pipe-b.html * igt@kms_force_connector_basic@force-edid: - {shard-dg1}: [ABORT][33] ([i915#4391] / [i915#4423]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-dg1-17/igt@kms_force_connector_basic@force-edid.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-dg1-14/igt@kms_force_connector_basic@force-edid.html * igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1: - shard-apl: [FAIL][35] ([i915#1188]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-apl4/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-apl1/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - {shard-tglu}: [FAIL][37] ([i915#1623]) -> [PASS][38] +3 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-tglu-10/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-tglu-5/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html - shard-glk: [FAIL][39] ([i915#1623]) -> [PASS][40] +3 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-glk9/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-glk2/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@kms_plane@pixel-format@pipe-b-planes: - {shard-rkl}: [FAIL][41] ([i915#1623]) -> [PASS][42] +3 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-rkl-3/igt@kms_plane@pixel-format@pipe-b-planes.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-rkl-1/igt@kms_plane@pixel-format@pipe-b-planes.html - {shard-dg1}: [FAIL][43] ([i915#1623]) -> [PASS][44] +3 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13231/shard-dg1-15/igt@kms_plane@pixel-format@pipe-b-planes.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/shard-dg1-19/igt@kms_plane@pixel-format@pipe-b-planes.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8295]: https://gitlab.freedesktop.org/drm/intel/issues/8295 [i915#8304]: https://gitlab.freedesktop.org/drm/intel/issues/8304 [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7319 -> IGTPW_9104 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13231: 60f1f7c0a570a431f8ca8cc697f7fe8bc0badb83 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9104: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html IGT_7319: 2e1bcd49944452b5f9516eecee48e1fa3ae6a636 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9104/index.html [-- Attachment #2: Type: text/html, Size: 12413 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-06-09 0:56 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-06-05 15:47 [igt-dev] [PATCH i-g-t] lib: fix typo in clamp16() Swati Sharma 2023-06-05 16:03 ` Kamil Konieczny 2023-06-05 17:46 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork 2023-06-06 16:18 ` Kamil Konieczny 2023-06-08 4:31 ` Yedireswarapu, SaiX Nandan 2023-06-06 20:48 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() (rev2) Patchwork 2023-06-07 11:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-06-08 4:23 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: fix typo in clamp16() Patchwork 2023-06-09 0:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox