All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description
@ 2020-12-07 11:44 apoorva1.singh
  2020-12-07 12:22 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: apoorva1.singh @ 2020-12-07 11:44 UTC (permalink / raw)
  To: zbigniew.kempczynski, igt-dev, arjun.melkaveri

From: Apoorva Singh <apoorva1.singh@intel.com>

Add description for the test

v2: Modified description to be more precise

Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com>
Cc: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com>
---
 tests/i915/gem_gpgpu_fill.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/i915/gem_gpgpu_fill.c b/tests/i915/gem_gpgpu_fill.c
index c605629f..fdd1e93b 100644
--- a/tests/i915/gem_gpgpu_fill.c
+++ b/tests/i915/gem_gpgpu_fill.c
@@ -47,6 +47,8 @@
 #include "igt.h"
 #include "intel_bufops.h"
 
+IGT_TEST_DESCRIPTION("Verify surface is filled correctly using GPGPU pipeline");
+
 #define WIDTH 64
 #define HEIGHT 64
 #define STRIDE (WIDTH)
-- 
2.25.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_gpgpu_fill: Add test description (rev2)
  2020-12-07 11:44 [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description apoorva1.singh
@ 2020-12-07 12:22 ` Patchwork
  2020-12-07 12:33 ` [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description Zbigniew Kempczyński
  2020-12-07 14:13 ` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-12-07 12:22 UTC (permalink / raw)
  To: apoorva1.singh; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 2009 bytes --]

== Series Details ==

Series: i915/gem_gpgpu_fill: Add test description (rev2)
URL   : https://patchwork.freedesktop.org/series/84615/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9453 -> IGTPW_5254
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/index.html

Known issues
------------

  Here are the changes found in IGTPW_5254 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@prime_self_import@basic-with_two_bos:
    - fi-tgl-y:           [PASS][1] -> [DMESG-WARN][2] ([i915#402]) +1 similar issue
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/fi-tgl-y/igt@prime_self_import@basic-with_two_bos.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/fi-tgl-y/igt@prime_self_import@basic-with_two_bos.html

  
#### Possible fixes ####

  * igt@i915_hangman@error-state-basic:
    - fi-tgl-y:           [DMESG-WARN][3] ([i915#402]) -> [PASS][4] +2 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/fi-tgl-y/igt@i915_hangman@error-state-basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/fi-tgl-y/igt@i915_hangman@error-state-basic.html

  
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (44 -> 39)
------------------------------

  Missing    (5): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5883 -> IGTPW_5254

  CI-20190529: 20190529
  CI_DRM_9453: 52e2ca46b7e2aa62c0509bce0be189d2f5a7325f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5254: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/index.html
  IGT_5883: 02244f60c98b4e4106b1099ade3439b159ac848e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/index.html

[-- Attachment #1.2: Type: text/html, Size: 2687 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description
  2020-12-07 11:44 [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description apoorva1.singh
  2020-12-07 12:22 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork
@ 2020-12-07 12:33 ` Zbigniew Kempczyński
  2020-12-07 14:13 ` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Zbigniew Kempczyński @ 2020-12-07 12:33 UTC (permalink / raw)
  To: apoorva1.singh; +Cc: igt-dev

On Mon, Dec 07, 2020 at 05:14:46PM +0530, apoorva1.singh@intel.com wrote:
> From: Apoorva Singh <apoorva1.singh@intel.com>
> 
> Add description for the test
> 
> v2: Modified description to be more precise
> 
> Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
> Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com>
> Cc: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com>
> ---
>  tests/i915/gem_gpgpu_fill.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/i915/gem_gpgpu_fill.c b/tests/i915/gem_gpgpu_fill.c
> index c605629f..fdd1e93b 100644
> --- a/tests/i915/gem_gpgpu_fill.c
> +++ b/tests/i915/gem_gpgpu_fill.c
> @@ -47,6 +47,8 @@
>  #include "igt.h"
>  #include "intel_bufops.h"
>  
> +IGT_TEST_DESCRIPTION("Verify surface is filled correctly using GPGPU pipeline");
> +
>  #define WIDTH 64
>  #define HEIGHT 64
>  #define STRIDE (WIDTH)
> -- 
> 2.25.1
>

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

--
Zbigniew 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_gpgpu_fill: Add test description (rev2)
  2020-12-07 11:44 [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description apoorva1.singh
  2020-12-07 12:22 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork
  2020-12-07 12:33 ` [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description Zbigniew Kempczyński
@ 2020-12-07 14:13 ` Patchwork
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-12-07 14:13 UTC (permalink / raw)
  To: apoorva1.singh; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 22004 bytes --]

== Series Details ==

Series: i915/gem_gpgpu_fill: Add test description (rev2)
URL   : https://patchwork.freedesktop.org/series/84615/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9453_full -> IGTPW_5254_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/index.html

Known issues
------------

  Here are the changes found in IGTPW_5254_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_eio@kms:
    - shard-glk:          [PASS][1] -> [INCOMPLETE][2] ([i915#2244] / [i915#2502])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk1/igt@gem_eio@kms.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk5/igt@gem_eio@kms.html

  * igt@gem_exec_reloc@basic-many-active@rcs0:
    - shard-glk:          [PASS][3] -> [FAIL][4] ([i915#2389])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk9/igt@gem_exec_reloc@basic-many-active@rcs0.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk9/igt@gem_exec_reloc@basic-many-active@rcs0.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp:
    - shard-iclb:         [PASS][5] -> [FAIL][6] ([i915#2768])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html
    - shard-tglb:         [PASS][7] -> [FAIL][8] ([i915#2768])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb5/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-edp.html

  * igt@i915_pm_rpm@system-suspend-devices:
    - shard-iclb:         [PASS][9] -> [SKIP][10] ([i915#579])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb8/igt@i915_pm_rpm@system-suspend-devices.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb6/igt@i915_pm_rpm@system-suspend-devices.html
    - shard-kbl:          [PASS][11] -> [SKIP][12] ([fdo#109271])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-kbl1/igt@i915_pm_rpm@system-suspend-devices.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-kbl6/igt@i915_pm_rpm@system-suspend-devices.html
    - shard-hsw:          [PASS][13] -> [SKIP][14] ([fdo#109271])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-hsw8/igt@i915_pm_rpm@system-suspend-devices.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-hsw1/igt@i915_pm_rpm@system-suspend-devices.html
    - shard-tglb:         [PASS][15] -> [SKIP][16] ([i915#579])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb7/igt@i915_pm_rpm@system-suspend-devices.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb5/igt@i915_pm_rpm@system-suspend-devices.html
    - shard-glk:          [PASS][17] -> [SKIP][18] ([fdo#109271])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk5/igt@i915_pm_rpm@system-suspend-devices.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk7/igt@i915_pm_rpm@system-suspend-devices.html
    - shard-apl:          [PASS][19] -> [SKIP][20] ([fdo#109271])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-apl1/igt@i915_pm_rpm@system-suspend-devices.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-apl1/igt@i915_pm_rpm@system-suspend-devices.html

  * igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding:
    - shard-glk:          [PASS][21] -> [FAIL][22] ([i915#54])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html
    - shard-kbl:          [PASS][23] -> [FAIL][24] ([i915#54])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html
    - shard-apl:          [PASS][25] -> [FAIL][26] ([i915#54])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-apl1/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-glk:          [PASS][27] -> [FAIL][28] ([i915#72])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-tglb:         [PASS][29] -> [FAIL][30] ([i915#2598])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt:
    - shard-iclb:         [PASS][31] -> [FAIL][32] ([i915#49])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt.html
    - shard-glk:          [PASS][33] -> [FAIL][34] ([i915#49])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk5/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk3/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-blt.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
    - shard-iclb:         [PASS][35] -> [FAIL][36] ([i915#1036])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb5/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
    - shard-glk:          [PASS][37] -> [FAIL][38] ([i915#1036])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk8/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk3/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html

  * igt@kms_properties@connector-properties-atomic:
    - shard-iclb:         [PASS][39] -> [DMESG-WARN][40] ([i915#1226])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb7/igt@kms_properties@connector-properties-atomic.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb5/igt@kms_properties@connector-properties-atomic.html
    - shard-glk:          [PASS][41] -> [DMESG-WARN][42] ([i915#118] / [i915#95])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk8/igt@kms_properties@connector-properties-atomic.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk3/igt@kms_properties@connector-properties-atomic.html

  * igt@kms_psr2_su@page_flip:
    - shard-iclb:         [PASS][43] -> [SKIP][44] ([fdo#109642] / [fdo#111068])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb2/igt@kms_psr2_su@page_flip.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb3/igt@kms_psr2_su@page_flip.html

  * igt@kms_vblank@pipe-b-ts-continuation-suspend:
    - shard-kbl:          [PASS][45] -> [INCOMPLETE][46] ([i915#155])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-kbl1/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-kbl4/igt@kms_vblank@pipe-b-ts-continuation-suspend.html

  * igt@prime_vgem@sync@bcs0:
    - shard-tglb:         [PASS][47] -> [INCOMPLETE][48] ([i915#409])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb8/igt@prime_vgem@sync@bcs0.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb6/igt@prime_vgem@sync@bcs0.html

  
#### Possible fixes ####

  * {igt@gem_ctx_exec@basic-close-race}:
    - shard-glk:          [INCOMPLETE][49] ([i915#2245]) -> [PASS][50]
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk7/igt@gem_ctx_exec@basic-close-race.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk7/igt@gem_ctx_exec@basic-close-race.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-tglb:         [DMESG-WARN][51] ([i915#1436] / [i915#1602] / [i915#1887] / [i915#2411]) -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb7/igt@gem_exec_suspend@basic-s0.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb2/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_exec_whisper@basic-contexts-forked:
    - shard-glk:          [DMESG-WARN][53] ([i915#118] / [i915#95]) -> [PASS][54]
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk1/igt@gem_exec_whisper@basic-contexts-forked.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk3/igt@gem_exec_whisper@basic-contexts-forked.html

  * igt@gem_softpin@noreloc-s3:
    - shard-tglb:         [INCOMPLETE][55] ([i915#1373] / [i915#1436] / [i915#1602] / [i915#1887] / [i915#2411] / [i915#456]) -> [PASS][56]
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb1/igt@gem_softpin@noreloc-s3.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb7/igt@gem_softpin@noreloc-s3.html

  * igt@gem_workarounds@suspend-resume-context:
    - shard-apl:          [INCOMPLETE][57] ([i915#2295]) -> [PASS][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-apl4/igt@gem_workarounds@suspend-resume-context.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-apl8/igt@gem_workarounds@suspend-resume-context.html

  * igt@i915_pm_rpm@system-suspend:
    - shard-kbl:          [SKIP][59] ([fdo#109271]) -> [PASS][60] +2 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-kbl6/igt@i915_pm_rpm@system-suspend.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-kbl7/igt@i915_pm_rpm@system-suspend.html
    - shard-hsw:          [SKIP][61] ([fdo#109271]) -> [PASS][62] +2 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-hsw7/igt@i915_pm_rpm@system-suspend.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-hsw5/igt@i915_pm_rpm@system-suspend.html
    - shard-tglb:         [SKIP][63] ([i915#579]) -> [PASS][64]
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb3/igt@i915_pm_rpm@system-suspend.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb1/igt@i915_pm_rpm@system-suspend.html
    - shard-iclb:         [SKIP][65] ([i915#579]) -> [PASS][66]
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb6/igt@i915_pm_rpm@system-suspend.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb4/igt@i915_pm_rpm@system-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-256x256-random:
    - shard-kbl:          [FAIL][67] ([i915#54]) -> [PASS][68]
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html
    - shard-glk:          [FAIL][69] ([i915#54]) -> [PASS][70]
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html
    - shard-apl:          [FAIL][71] ([i915#54]) -> [PASS][72]
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-apl8/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html

  * igt@kms_flip@2x-plain-flip-ts-check@ab-hdmi-a1-hdmi-a2:
    - shard-glk:          [FAIL][73] ([i915#2122]) -> [PASS][74]
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk6/igt@kms_flip@2x-plain-flip-ts-check@ab-hdmi-a1-hdmi-a2.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk2/igt@kms_flip@2x-plain-flip-ts-check@ab-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
    - shard-tglb:         [FAIL][75] ([i915#2598]) -> [PASS][76]
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb3/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb2/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@b-edp1:
    - shard-iclb:         [INCOMPLETE][77] ([i915#1373]) -> [PASS][78]
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb3/igt@kms_flip@flip-vs-suspend@b-edp1.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb1/igt@kms_flip@flip-vs-suspend@b-edp1.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         [SKIP][79] ([fdo#109441]) -> [PASS][80] +2 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb1/igt@kms_psr@psr2_cursor_blt.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm:
    - shard-tglb:         [SKIP][81] ([i915#2648]) -> [PASS][82]
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb3/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb3/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
    - shard-iclb:         [SKIP][83] ([fdo#109278]) -> [PASS][84]
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb6/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb7/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
    - shard-glk:          [SKIP][85] ([fdo#109271]) -> [PASS][86] +2 similar issues
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-glk4/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-glk7/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
    - shard-apl:          [SKIP][87] ([fdo#109271]) -> [PASS][88] +2 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-apl4/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-apl6/igt@kms_vblank@pipe-a-ts-continuation-modeset-rpm.html

  
#### Warnings ####

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-iclb:         [WARN][89] ([i915#2684]) -> [WARN][90] ([i915#1804] / [i915#2684])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb2/igt@i915_pm_rc6_residency@rc6-fence.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb4/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         [SKIP][91] ([i915#579]) -> [SKIP][92] ([fdo#111644] / [i915#1397] / [i915#2411])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb3/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
    - shard-iclb:         [SKIP][93] ([i915#579]) -> [SKIP][94] ([fdo#110892])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          [TIMEOUT][95] ([i915#1319]) -> [DMESG-FAIL][96] ([fdo#110321])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-apl6/igt@kms_content_protection@atomic.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-apl2/igt@kms_content_protection@atomic.html

  * igt@kms_dp_dsc@basic-dsc-enable-edp:
    - shard-iclb:         [DMESG-WARN][97] ([i915#1226]) -> [SKIP][98] ([fdo#109349])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-iclb7/igt@kms_dp_dsc@basic-dsc-enable-edp.html

  * igt@runner@aborted:
    - shard-kbl:          [FAIL][99] ([i915#2295] / [i915#2722]) -> [FAIL][100] ([i915#2295] / [i915#2722] / [i915#483])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-kbl7/igt@runner@aborted.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-kbl2/igt@runner@aborted.html
    - shard-tglb:         ([FAIL][101], [FAIL][102], [FAIL][103]) ([i915#1602] / [i915#2295] / [i915#2722]) -> ([FAIL][104], [FAIL][105]) ([i915#2295] / [i915#2426] / [i915#2722] / [i915#409])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb7/igt@runner@aborted.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb7/igt@runner@aborted.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9453/shard-tglb1/igt@runner@aborted.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb6/igt@runner@aborted.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/shard-tglb7/igt@runner@aborted.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
  [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
  [fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644
  [i915#1036]: https://gitlab.freedesktop.org/drm/intel/issues/1036
  [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
  [i915#1226]: https://gitlab.freedesktop.org/drm/intel/issues/1226
  [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
  [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
  [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
  [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
  [i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804
  [i915#1887]: https://gitlab.freedesktop.org/drm/intel/issues/1887
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#2244]: https://gitlab.freedesktop.org/drm/intel/issues/2244
  [i915#2245]: https://gitlab.freedesktop.org/drm/intel/issues/2245
  [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
  [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
  [i915#2502]: https://gitlab.freedesktop.org/drm/intel/issues/2502
  [i915#2598]: https://gitlab.freedesktop.org/drm/intel/issues/2598
  [i915#2648]: https://gitlab.freedesktop.org/drm/intel/issues/2648
  [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684
  [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
  [i915#2768]: https://gitlab.freedesktop.org/drm/intel/issues/2768
  [i915#409]: https://gitlab.freedesktop.org/drm/intel/issues/409
  [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
  [i915#483]: https://gitlab.freedesktop.org/drm/intel/issues/483
  [i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
  [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
  [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579
  [i915#72]: https://gitlab.freedesktop.org/drm/intel/issues/72
  [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95


Participating hosts (10 -> 8)
------------------------------

  Missing    (2): pig-skl-6260u pig-glk-j5005 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5883 -> IGTPW_5254
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_9453: 52e2ca46b7e2aa62c0509bce0be189d2f5a7325f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5254: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/index.html
  IGT_5883: 02244f60c98b4e4106b1099ade3439b159ac848e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5254/index.html

[-- Attachment #1.2: Type: text/html, Size: 26597 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-07 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 11:44 [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description apoorva1.singh
2020-12-07 12:22 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork
2020-12-07 12:33 ` [igt-dev] [PATCH i-g-t, v2] i915/gem_gpgpu_fill: Add test description Zbigniew Kempczyński
2020-12-07 14:13 ` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_gpgpu_fill: Add test description (rev2) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.