* [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt
@ 2020-08-06 11:43 Lionel Landwerlin
2020-08-06 12:01 ` Petri Latvala
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Lionel Landwerlin @ 2020-08-06 11:43 UTC (permalink / raw)
To: igt-dev; +Cc: petri.latvala
There is no need for it, we just depend on libigt_chipset.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
lib/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/meson.build b/lib/meson.build
index 341696e5..bccebba2 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -257,7 +257,7 @@ endforeach
lib_igt_i915_perf_build = shared_library(
'i915_perf',
i915_perf_files,
- dependencies: [lib_igt, lib_igt_chipset],
+ dependencies: lib_igt_chipset,
include_directories : inc,
install: true,
soversion: '0')
--
2.28.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt
2020-08-06 11:43 [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt Lionel Landwerlin
@ 2020-08-06 12:01 ` Petri Latvala
2020-08-06 12:22 ` Lionel Landwerlin
2020-08-06 12:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-08-06 16:20 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 1 reply; 5+ messages in thread
From: Petri Latvala @ 2020-08-06 12:01 UTC (permalink / raw)
To: Lionel Landwerlin; +Cc: igt-dev
On Thu, Aug 06, 2020 at 02:43:14PM +0300, Lionel Landwerlin wrote:
> There is no need for it, we just depend on libigt_chipset.
>
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> ---
> lib/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/meson.build b/lib/meson.build
> index 341696e5..bccebba2 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -257,7 +257,7 @@ endforeach
> lib_igt_i915_perf_build = shared_library(
> 'i915_perf',
> i915_perf_files,
> - dependencies: [lib_igt, lib_igt_chipset],
> + dependencies: lib_igt_chipset,
> include_directories : inc,
> install: true,
> soversion: '0')
Well that was easy then.
Did you try gpuvis with that?
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt
2020-08-06 12:01 ` Petri Latvala
@ 2020-08-06 12:22 ` Lionel Landwerlin
0 siblings, 0 replies; 5+ messages in thread
From: Lionel Landwerlin @ 2020-08-06 12:22 UTC (permalink / raw)
To: Petri Latvala; +Cc: igt-dev
On 06/08/2020 15:01, Petri Latvala wrote:
> On Thu, Aug 06, 2020 at 02:43:14PM +0300, Lionel Landwerlin wrote:
>> There is no need for it, we just depend on libigt_chipset.
>>
>> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
>> ---
>> lib/meson.build | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/meson.build b/lib/meson.build
>> index 341696e5..bccebba2 100644
>> --- a/lib/meson.build
>> +++ b/lib/meson.build
>> @@ -257,7 +257,7 @@ endforeach
>> lib_igt_i915_perf_build = shared_library(
>> 'i915_perf',
>> i915_perf_files,
>> - dependencies: [lib_igt, lib_igt_chipset],
>> + dependencies: lib_igt_chipset,
>> include_directories : inc,
>> install: true,
>> soversion: '0')
>
>
> Well that was easy then.
>
> Did you try gpuvis with that?
>
>
> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Yeah, although you just made me realize we have 3 tools that also depend
on lib_igt which we probably want to fix too.
Those are uses by the gpuvis scripts to record data.
-Lionel
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/i915_perf: drop dependency on libigt
2020-08-06 11:43 [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt Lionel Landwerlin
2020-08-06 12:01 ` Petri Latvala
@ 2020-08-06 12:31 ` Patchwork
2020-08-06 16:20 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2020-08-06 12:31 UTC (permalink / raw)
To: Lionel Landwerlin; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 5473 bytes --]
== Series Details ==
Series: lib/i915_perf: drop dependency on libigt
URL : https://patchwork.freedesktop.org/series/80341/
State : success
== Summary ==
CI Bug Log - changes from IGT_5761 -> IGTPW_4859
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/index.html
Known issues
------------
Here are the changes found in IGTPW_4859 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-byt-j1900: [PASS][1] -> [DMESG-WARN][2] ([i915#1982])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_selftest@live@blt:
- fi-snb-2600: [PASS][3] -> [DMESG-FAIL][4] ([i915#1409] / [i915#1669])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-snb-2600/igt@i915_selftest@live@blt.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-snb-2600/igt@i915_selftest@live@blt.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- fi-tgl-u2: [FAIL][5] ([i915#1888]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- {fi-kbl-7560u}: [DMESG-WARN][7] ([i915#1982]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1:
- fi-icl-u2: [DMESG-WARN][9] ([i915#1982]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
* igt@kms_flip@basic-flip-vs-wf_vblank@c-hdmi-a2:
- fi-skl-guc: [DMESG-WARN][11] ([i915#2203]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-skl-guc/igt@kms_flip@basic-flip-vs-wf_vblank@c-hdmi-a2.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-skl-guc/igt@kms_flip@basic-flip-vs-wf_vblank@c-hdmi-a2.html
#### Warnings ####
* igt@i915_pm_rpm@module-reload:
- fi-kbl-x1275: [DMESG-FAIL][13] ([i915#62]) -> [SKIP][14] ([fdo#109271])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-kbl-x1275/igt@i915_pm_rpm@module-reload.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-kbl-x1275/igt@i915_pm_rpm@module-reload.html
* igt@kms_flip@basic-flip-vs-modeset@a-dp1:
- fi-kbl-x1275: [DMESG-WARN][15] ([i915#62] / [i915#92]) -> [DMESG-WARN][16] ([i915#62] / [i915#92] / [i915#95]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-modeset@a-dp1.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-modeset@a-dp1.html
* igt@kms_force_connector_basic@force-edid:
- fi-kbl-x1275: [DMESG-WARN][17] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][18] ([i915#62] / [i915#92]) +6 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/fi-kbl-x1275/igt@kms_force_connector_basic@force-edid.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/fi-kbl-x1275/igt@kms_force_connector_basic@force-edid.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#1409]: https://gitlab.freedesktop.org/drm/intel/issues/1409
[i915#1669]: https://gitlab.freedesktop.org/drm/intel/issues/1669
[i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2100]: https://gitlab.freedesktop.org/drm/intel/issues/2100
[i915#2203]: https://gitlab.freedesktop.org/drm/intel/issues/2203
[i915#2249]: https://gitlab.freedesktop.org/drm/intel/issues/2249
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (44 -> 38)
------------------------------
Additional (1): fi-tgl-y
Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5761 -> IGTPW_4859
CI-20190529: 20190529
CI_DRM_8848: f39035176cb854c6d620af7614a60a485ee26818 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4859: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/index.html
IGT_5761: dc048961c2f54a251b43b81ebf2a95d1bab490f2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/index.html
[-- Attachment #1.2: Type: text/html, Size: 6811 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] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/i915_perf: drop dependency on libigt
2020-08-06 11:43 [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt Lionel Landwerlin
2020-08-06 12:01 ` Petri Latvala
2020-08-06 12:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-08-06 16:20 ` Patchwork
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2020-08-06 16:20 UTC (permalink / raw)
To: Lionel Landwerlin; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 15101 bytes --]
== Series Details ==
Series: lib/i915_perf: drop dependency on libigt
URL : https://patchwork.freedesktop.org/series/80341/
State : success
== Summary ==
CI Bug Log - changes from IGT_5761_full -> IGTPW_4859_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/index.html
Known issues
------------
Here are the changes found in IGTPW_4859_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_whisper@basic-contexts:
- shard-glk: [PASS][1] -> [DMESG-WARN][2] ([i915#118] / [i915#95]) +1 similar issue
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-glk2/igt@gem_exec_whisper@basic-contexts.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-glk4/igt@gem_exec_whisper@basic-contexts.html
* igt@gem_gpgpu_fill:
- shard-hsw: [PASS][3] -> [TIMEOUT][4] ([i915#1958]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-hsw2/igt@gem_gpgpu_fill.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-hsw6/igt@gem_gpgpu_fill.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-apl: [PASS][5] -> [FAIL][6] ([i915#1635])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-apl8/igt@gem_partial_pwrite_pread@writes-after-reads.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-apl1/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@i915_pm_dc@dc3co-vpb-simulation:
- shard-tglb: [PASS][7] -> [SKIP][8] ([i915#1904])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-tglb1/igt@i915_pm_dc@dc3co-vpb-simulation.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-tglb2/igt@i915_pm_dc@dc3co-vpb-simulation.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-apl: [PASS][9] -> [DMESG-WARN][10] ([i915#1635] / [i915#1982])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-apl4/igt@kms_big_fb@linear-64bpp-rotate-180.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-apl2/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-0:
- shard-glk: [PASS][11] -> [DMESG-FAIL][12] ([i915#118] / [i915#95]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-glk7/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-glk8/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-glk: [PASS][13] -> [FAIL][14] ([IGT#5])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
- shard-kbl: [PASS][15] -> [DMESG-WARN][16] ([i915#180]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt:
- shard-kbl: [PASS][17] -> [DMESG-WARN][18] ([i915#1982])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff:
- shard-snb: [PASS][19] -> [TIMEOUT][20] ([i915#1958]) +1 similar issue
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-snb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-snb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-tglb: [PASS][21] -> [DMESG-WARN][22] ([i915#1982]) +2 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-tglb8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-tglb2/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_psr@no_drrs:
- shard-iclb: [PASS][23] -> [FAIL][24] ([i915#173])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-iclb6/igt@kms_psr@no_drrs.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-iclb1/igt@kms_psr@no_drrs.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [PASS][25] -> [SKIP][26] ([fdo#109441]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-iclb3/igt@kms_psr@psr2_primary_page_flip.html
* igt@prime_busy@hang@bcs0:
- shard-hsw: [PASS][27] -> [FAIL][28] ([i915#2258]) +2 similar issues
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-hsw8/igt@prime_busy@hang@bcs0.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-hsw4/igt@prime_busy@hang@bcs0.html
#### Possible fixes ####
* igt@i915_pm_lpsp@screens-disabled:
- shard-hsw: [TIMEOUT][29] ([i915#1958]) -> [PASS][30] +1 similar issue
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-hsw4/igt@i915_pm_lpsp@screens-disabled.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-hsw2/igt@i915_pm_lpsp@screens-disabled.html
* igt@i915_selftest@mock@contexts:
- shard-apl: [INCOMPLETE][31] ([i915#1635]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-apl7/igt@i915_selftest@mock@contexts.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-apl3/igt@i915_selftest@mock@contexts.html
* igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen:
- shard-apl: [FAIL][33] ([i915#1635] / [i915#54]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-apl3/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html
- shard-kbl: [FAIL][35] ([i915#54]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl7/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-glk: [FAIL][37] ([IGT#5]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_flip_tiling@flip-changes-tiling:
- shard-iclb: [DMESG-WARN][39] ([i915#1982]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-iclb8/igt@kms_flip_tiling@flip-changes-tiling.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-iclb4/igt@kms_flip_tiling@flip-changes-tiling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-kbl: [DMESG-WARN][41] ([i915#1982]) -> [PASS][42] +1 similar issue
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-tglb: [DMESG-WARN][43] ([i915#1982]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-kbl: [INCOMPLETE][45] ([i915#155]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl6/igt@kms_hdr@bpc-switch-suspend.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl7/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- shard-kbl: [DMESG-WARN][47] ([i915#180]) -> [PASS][48] +10 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
* igt@kms_psr2_su@frontbuffer:
- shard-iclb: [SKIP][49] ([fdo#109642] / [fdo#111068]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-iclb6/igt@kms_psr2_su@frontbuffer.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-iclb2/igt@kms_psr2_su@frontbuffer.html
* igt@kms_psr@psr2_sprite_mmap_cpu:
- shard-iclb: [SKIP][51] ([fdo#109441]) -> [PASS][52] +1 similar issue
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-iclb3/igt@kms_psr@psr2_sprite_mmap_cpu.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_cpu.html
* igt@kms_setmode@basic:
- shard-kbl: [FAIL][53] ([i915#31]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-kbl2/igt@kms_setmode@basic.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-kbl6/igt@kms_setmode@basic.html
* igt@prime_busy@hang-wait@bcs0:
- shard-hsw: [FAIL][55] ([i915#2258]) -> [PASS][56] +3 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-hsw4/igt@prime_busy@hang-wait@bcs0.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-hsw1/igt@prime_busy@hang-wait@bcs0.html
#### Warnings ####
* igt@gem_exec_reloc@basic-concurrent16:
- shard-snb: [FAIL][57] ([i915#1930]) -> [TIMEOUT][58] ([i915#1958])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-snb6/igt@gem_exec_reloc@basic-concurrent16.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-snb2/igt@gem_exec_reloc@basic-concurrent16.html
* igt@gem_exec_reloc@basic-spin-others@vcs0:
- shard-snb: [WARN][59] ([i915#2036]) -> [WARN][60] ([i915#2021])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-snb2/igt@gem_exec_reloc@basic-spin-others@vcs0.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-snb4/igt@gem_exec_reloc@basic-spin-others@vcs0.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack:
- shard-hsw: [TIMEOUT][61] ([i915#1958]) -> [SKIP][62] ([fdo#109271]) +1 similar issue
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-hsw4/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-hsw1/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-hsw: [SKIP][63] ([fdo#109271]) -> [TIMEOUT][64] ([i915#1958]) +2 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-hsw4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-hsw6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
- shard-snb: [SKIP][65] ([fdo#109271]) -> [TIMEOUT][66] ([i915#1958]) +2 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-snb6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-snb2/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
* igt@prime_nv_api@nv_i915_import_twice_check_flink_name:
- shard-tglb: [INCOMPLETE][67] ([i915#1686]) -> [SKIP][68] ([fdo#109291])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5761/shard-tglb3/igt@prime_nv_api@nv_i915_import_twice_check_flink_name.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/shard-tglb6/igt@prime_nv_api@nv_i915_import_twice_check_flink_name.html
[IGT#5]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/5
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
[i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
[i915#1686]: https://gitlab.freedesktop.org/drm/intel/issues/1686
[i915#173]: https://gitlab.freedesktop.org/drm/intel/issues/173
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#1904]: https://gitlab.freedesktop.org/drm/intel/issues/1904
[i915#1930]: https://gitlab.freedesktop.org/drm/intel/issues/1930
[i915#1958]: https://gitlab.freedesktop.org/drm/intel/issues/1958
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2021]: https://gitlab.freedesktop.org/drm/intel/issues/2021
[i915#2036]: https://gitlab.freedesktop.org/drm/intel/issues/2036
[i915#2258]: https://gitlab.freedesktop.org/drm/intel/issues/2258
[i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
[i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5761 -> IGTPW_4859
CI-20190529: 20190529
CI_DRM_8848: f39035176cb854c6d620af7614a60a485ee26818 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4859: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/index.html
IGT_5761: dc048961c2f54a251b43b81ebf2a95d1bab490f2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4859/index.html
[-- Attachment #1.2: Type: text/html, Size: 18075 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] 5+ messages in thread
end of thread, other threads:[~2020-08-06 16:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06 11:43 [igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt Lionel Landwerlin
2020-08-06 12:01 ` Petri Latvala
2020-08-06 12:22 ` Lionel Landwerlin
2020-08-06 12:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-08-06 16:20 ` [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