* [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors
@ 2019-11-08 14:24 Juha-Pekka Heikkila
2019-11-08 15:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Juha-Pekka Heikkila @ 2019-11-08 14:24 UTC (permalink / raw)
To: igt-dev
instead of 0.5 use 1.0 for white color, this is due to bit replication
effect. Also set cairo to use same blending mode as what HW uses.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/kms_cursor_crc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index d0fb8f1..0125122 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -78,12 +78,13 @@ static void draw_cursor(cairo_t *cr, int x, int y, int cw, int ch, double a)
/* Cairo doesn't like to be fed numbers that are too wild */
if ((x < SHRT_MIN) || (x > SHRT_MAX) || (y < SHRT_MIN) || (y > SHRT_MAX))
return;
+ cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE);
/* 4 color rectangles in the corners, RGBY */
igt_paint_color_alpha(cr, x, y, wl, ht, 1.0, 0.0, 0.0, a);
igt_paint_color_alpha(cr, x + wl, y, wr, ht, 0.0, 1.0, 0.0, a);
igt_paint_color_alpha(cr, x, y + ht, wl, hb, 0.0, 0.0, 1.0, a);
- igt_paint_color_alpha(cr, x + wl, y + ht, wr, hb, 0.5, 0.5, 0.5, a);
+ igt_paint_color_alpha(cr, x + wl, y + ht, wr, hb, 1.0, 1.0, 1.0, a);
}
static void cursor_enable(data_t *data)
--
2.7.4
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor: use safe values for test image to avoid rounding errors
2019-11-08 14:24 [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors Juha-Pekka Heikkila
@ 2019-11-08 15:36 ` Patchwork
2019-11-10 5:17 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-11-08 15:36 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: tests/kms_cursor: use safe values for test image to avoid rounding errors
URL : https://patchwork.freedesktop.org/series/69194/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_7298 -> IGTPW_3669
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/index.html
Known issues
------------
Here are the changes found in IGTPW_3669 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s3:
- fi-skl-6700k2: [PASS][1] -> [INCOMPLETE][2] ([fdo#104108] / [fdo#107773])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-skl-6700k2/igt@gem_exec_suspend@basic-s3.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-skl-6700k2/igt@gem_exec_suspend@basic-s3.html
* igt@i915_selftest@live_blt:
- fi-bsw-n3050: [PASS][3] -> [DMESG-FAIL][4] ([fdo#112176])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-bsw-n3050/igt@i915_selftest@live_blt.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-bsw-n3050/igt@i915_selftest@live_blt.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- fi-icl-u3: [DMESG-WARN][5] -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-icl-u3/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-icl-u3/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live_hangcheck:
- fi-icl-dsi: [INCOMPLETE][7] ([fdo#107713] / [fdo#108569]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-icl-dsi/igt@i915_selftest@live_hangcheck.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-icl-dsi/igt@i915_selftest@live_hangcheck.html
- fi-hsw-4770r: [DMESG-FAIL][9] ([fdo#111991]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-hsw-4770r/igt@i915_selftest@live_hangcheck.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-hsw-4770r/igt@i915_selftest@live_hangcheck.html
* igt@kms_chamelium@dp-crc-fast:
- fi-icl-u2: [FAIL][11] ([fdo#109635 ] / [fdo#110387]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-icl-u2/igt@kms_chamelium@dp-crc-fast.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-icl-u2/igt@kms_chamelium@dp-crc-fast.html
#### Warnings ####
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-icl-u2: [DMESG-WARN][13] ([fdo#102505] / [fdo#110390]) -> [FAIL][14] ([fdo#109483])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-icl-u2/igt@kms_chamelium@common-hpd-after-suspend.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-icl-u2/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_chamelium@vga-edid-read:
- fi-icl-u2: [SKIP][15] ([fdo#109309]) -> [FAIL][16] ([fdo#109483])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/fi-icl-u2/igt@kms_chamelium@vga-edid-read.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/fi-icl-u2/igt@kms_chamelium@vga-edid-read.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505
[fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#107773]: https://bugs.freedesktop.org/show_bug.cgi?id=107773
[fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109483]: https://bugs.freedesktop.org/show_bug.cgi?id=109483
[fdo#109635 ]: https://bugs.freedesktop.org/show_bug.cgi?id=109635
[fdo#110387]: https://bugs.freedesktop.org/show_bug.cgi?id=110387
[fdo#110390]: https://bugs.freedesktop.org/show_bug.cgi?id=110390
[fdo#111887]: https://bugs.freedesktop.org/show_bug.cgi?id=111887
[fdo#111991]: https://bugs.freedesktop.org/show_bug.cgi?id=111991
[fdo#112176]: https://bugs.freedesktop.org/show_bug.cgi?id=112176
Participating hosts (51 -> 45)
------------------------------
Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5268 -> IGTPW_3669
CI-20190529: 20190529
CI_DRM_7298: 1281ac91aabe4bed2f89e539a7f2073475d0124b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3669: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/index.html
IGT_5268: c94958b8f7caefcda72392417ae6f3a98e36a48b @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_cursor: use safe values for test image to avoid rounding errors
2019-11-08 14:24 [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors Juha-Pekka Heikkila
2019-11-08 15:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-11-10 5:17 ` Patchwork
2019-11-11 13:30 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-11-10 5:17 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: tests/kms_cursor: use safe values for test image to avoid rounding errors
URL : https://patchwork.freedesktop.org/series/69194/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_7298_full -> IGTPW_3669_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3669_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3669_full, 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_3669/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3669_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_dc@dc6-dpms:
- shard-kbl: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html
- shard-tglb: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb4/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_dc@dc6-psr:
- shard-iclb: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb2/igt@i915_pm_dc@dc6-psr.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb6/igt@i915_pm_dc@dc6-psr.html
Known issues
------------
Here are the changes found in IGTPW_3669_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_persistence@vcs1-queued:
- shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#109276] / [fdo#112080]) +3 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@gem_ctx_persistence@vcs1-queued.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb7/igt@gem_ctx_persistence@vcs1-queued.html
* igt@gem_eio@unwedge-stress:
- shard-snb: [PASS][7] -> [FAIL][8] ([fdo#109661])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb6/igt@gem_eio@unwedge-stress.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb6/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_nop@basic-sequential:
- shard-tglb: [PASS][9] -> [INCOMPLETE][10] ([fdo#111747])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb2/igt@gem_exec_nop@basic-sequential.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb6/igt@gem_exec_nop@basic-sequential.html
* igt@gem_exec_schedule@preempt-queue-render:
- shard-tglb: [PASS][11] -> [INCOMPLETE][12] ([fdo#111606] / [fdo#111677])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb3/igt@gem_exec_schedule@preempt-queue-render.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb6/igt@gem_exec_schedule@preempt-queue-render.html
* igt@gem_exec_schedule@reorder-wide-bsd:
- shard-iclb: [PASS][13] -> [SKIP][14] ([fdo#112146]) +4 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb8/igt@gem_exec_schedule@reorder-wide-bsd.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb1/igt@gem_exec_schedule@reorder-wide-bsd.html
* igt@gem_exec_suspend@basic-s0:
- shard-tglb: [PASS][15] -> [INCOMPLETE][16] ([fdo#111832]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb5/igt@gem_exec_suspend@basic-s0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb5/igt@gem_exec_suspend@basic-s0.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-snb: [PASS][17] -> [DMESG-WARN][18] ([fdo#111870]) +3 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
- shard-hsw: [PASS][19] -> [DMESG-WARN][20] ([fdo#111870])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@i915_pm_backlight@fade_with_suspend:
- shard-tglb: [PASS][21] -> [INCOMPLETE][22] ([fdo#111832] / [fdo#111850]) +1 similar issue
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb4/igt@i915_pm_backlight@fade_with_suspend.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb1/igt@i915_pm_backlight@fade_with_suspend.html
* igt@kms_cursor_crc@pipe-b-cursor-64x64-random:
- shard-apl: [PASS][23] -> [FAIL][24] ([fdo#103232])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
- shard-kbl: [PASS][25] -> [FAIL][26] ([fdo#103232]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl4/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [PASS][27] -> [DMESG-WARN][28] ([fdo#108566]) +2 similar issues
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
- shard-apl: [PASS][29] -> [DMESG-WARN][30] ([fdo#108566]) +2 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-apl8/igt@kms_frontbuffer_tracking@fbc-suspend.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-tglb: [PASS][31] -> [FAIL][32] ([fdo#103167]) +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite:
- shard-iclb: [PASS][33] -> [FAIL][34] ([fdo#103167]) +5 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_psr@psr2_suspend:
- shard-iclb: [PASS][35] -> [SKIP][36] ([fdo#109441]) +2 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb2/igt@kms_psr@psr2_suspend.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb3/igt@kms_psr@psr2_suspend.html
* igt@perf_pmu@busy-no-semaphores-vcs1:
- shard-iclb: [PASS][37] -> [SKIP][38] ([fdo#112080]) +8 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@perf_pmu@busy-no-semaphores-vcs1.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb7/igt@perf_pmu@busy-no-semaphores-vcs1.html
* igt@prime_vgem@fence-wait-bsd2:
- shard-iclb: [PASS][39] -> [SKIP][40] ([fdo#109276]) +16 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb8/igt@prime_vgem@fence-wait-bsd2.html
#### Possible fixes ####
* igt@gem_ctx_isolation@bcs0-s3:
- shard-tglb: [INCOMPLETE][41] ([fdo#111832]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb5/igt@gem_ctx_isolation@bcs0-s3.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb3/igt@gem_ctx_isolation@bcs0-s3.html
* igt@gem_ctx_persistence@vcs1-mixed-process:
- shard-iclb: [SKIP][43] ([fdo#109276] / [fdo#112080]) -> [PASS][44] +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb5/igt@gem_ctx_persistence@vcs1-mixed-process.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb4/igt@gem_ctx_persistence@vcs1-mixed-process.html
* igt@gem_ctx_switch@legacy-bsd2-heavy-queue:
- shard-kbl: [INCOMPLETE][45] ([fdo#103665]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl4/igt@gem_ctx_switch@legacy-bsd2-heavy-queue.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl2/igt@gem_ctx_switch@legacy-bsd2-heavy-queue.html
* igt@gem_eio@in-flight-contexts-1us:
- shard-snb: [FAIL][47] ([fdo#111946]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb4/igt@gem_eio@in-flight-contexts-1us.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb7/igt@gem_eio@in-flight-contexts-1us.html
* igt@gem_eio@suspend:
- shard-tglb: [INCOMPLETE][49] ([fdo#111850]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb2/igt@gem_eio@suspend.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb2/igt@gem_eio@suspend.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [SKIP][51] ([fdo#110854]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb8/igt@gem_exec_balancer@smoke.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb4/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [SKIP][53] ([fdo#112080]) -> [PASS][54] +13 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb3/igt@gem_exec_parallel@vcs1-fds.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb1/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [SKIP][55] ([fdo#112146]) -> [PASS][56] +6 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb2/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_exec_schedule@preempt-queue-bsd1:
- shard-iclb: [SKIP][57] ([fdo#109276]) -> [PASS][58] +16 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb3/igt@gem_exec_schedule@preempt-queue-bsd1.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
* igt@gem_exec_schedule@preempt-queue-bsd2:
- shard-tglb: [INCOMPLETE][59] ([fdo#111606] / [fdo#111677]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb6/igt@gem_exec_schedule@preempt-queue-bsd2.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb4/igt@gem_exec_schedule@preempt-queue-bsd2.html
* igt@gem_persistent_relocs@forked-interruptible-thrashing:
- shard-hsw: [FAIL][61] ([fdo#112037]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw6/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw6/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-hsw: [DMESG-WARN][63] ([fdo#111870]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw2/igt@gem_userptr_blits@dmabuf-unsync.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw1/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@sync-unmap:
- shard-snb: [DMESG-WARN][65] ([fdo#111870]) -> [PASS][66] +2 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb7/igt@gem_userptr_blits@sync-unmap.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb2/igt@gem_userptr_blits@sync-unmap.html
- shard-hsw: [DMESG-WARN][67] ([fdo#110789] / [fdo#111870]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw5/igt@gem_userptr_blits@sync-unmap.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw1/igt@gem_userptr_blits@sync-unmap.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-tglb: [INCOMPLETE][69] ([fdo#111832] / [fdo#111850]) -> [PASS][70] +3 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb7/igt@i915_suspend@fence-restore-tiled2untiled.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb5/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_cursor_crc@pipe-a-cursor-dpms:
- shard-glk: [FAIL][71] ([fdo#103232]) -> [PASS][72] +55 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-dpms.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-dpms.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-kbl: [DMESG-WARN][73] ([fdo#108566]) -> [PASS][74] +7 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_cursor_crc@pipe-c-cursor-dpms:
- shard-tglb: [FAIL][75] ([fdo#111703]) -> [PASS][76] +33 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb2/igt@kms_cursor_crc@pipe-c-cursor-dpms.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-dpms.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-hsw: [FAIL][77] ([fdo#105767]) -> [PASS][78]
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_flip@flip-vs-suspend:
- shard-apl: [DMESG-WARN][79] ([fdo#108566]) -> [PASS][80] +1 similar issue
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-apl1/igt@kms_flip@flip-vs-suspend.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-apl2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt:
- shard-iclb: [FAIL][81] ([fdo#103167]) -> [PASS][82] +4 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-stridechange:
- shard-tglb: [FAIL][83] ([fdo#103167]) -> [PASS][84] +3 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-stridechange.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-stridechange.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-iclb: [SKIP][85] ([fdo#109441]) -> [PASS][86] +2 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb5/igt@kms_psr@psr2_cursor_mmap_cpu.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
#### Warnings ####
* igt@gem_eio@kms:
- shard-snb: [DMESG-WARN][87] ([fdo# 112000 ] / [fdo#111781]) -> [INCOMPLETE][88] ([fdo#105411])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb5/igt@gem_eio@kms.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb4/igt@gem_eio@kms.html
* igt@gem_mocs_settings@mocs-reset-bsd2:
- shard-iclb: [SKIP][89] ([fdo#109276]) -> [FAIL][90] ([fdo#111330])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb6/igt@gem_mocs_settings@mocs-reset-bsd2.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb4/igt@gem_mocs_settings@mocs-reset-bsd2.html
[fdo# 112000 ]: https://bugs.freedesktop.org/show_bug.cgi?id= 112000
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
[fdo#105767]: https://bugs.freedesktop.org/show_bug.cgi?id=105767
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109661]: https://bugs.freedesktop.org/show_bug.cgi?id=109661
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330
[fdo#111606]: https://bugs.freedesktop.org/show_bug.cgi?id=111606
[fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677
[fdo#111703]: https://bugs.freedesktop.org/show_bug.cgi?id=111703
[fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747
[fdo#111781]: https://bugs.freedesktop.org/show_bug.cgi?id=111781
[fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832
[fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#111946]: https://bugs.freedesktop.org/show_bug.cgi?id=111946
[fdo#112037]: https://bugs.freedesktop.org/show_bug.cgi?id=112037
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-skl-6260u pig-glk-j5005 pig-hsw-4770r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5268 -> IGTPW_3669
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_7298: 1281ac91aabe4bed2f89e539a7f2073475d0124b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3669: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/index.html
IGT_5268: c94958b8f7caefcda72392417ae6f3a98e36a48b @ 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_3669/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_cursor: use safe values for test image to avoid rounding errors
2019-11-08 14:24 [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors Juha-Pekka Heikkila
2019-11-08 15:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-10 5:17 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-11-11 13:30 ` Patchwork
2019-11-13 8:50 ` [igt-dev] [PATCH i-g-t] " Kahola, Mika
2019-11-14 15:17 ` Ville Syrjälä
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2019-11-11 13:30 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: tests/kms_cursor: use safe values for test image to avoid rounding errors
URL : https://patchwork.freedesktop.org/series/69194/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_7298_full -> IGTPW_3669_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/index.html
Known issues
------------
Here are the changes found in IGTPW_3669_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_persistence@vcs1-queued:
- shard-iclb: [PASS][1] -> [SKIP][2] ([fdo#109276] / [fdo#112080]) +3 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@gem_ctx_persistence@vcs1-queued.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb7/igt@gem_ctx_persistence@vcs1-queued.html
* igt@gem_eio@unwedge-stress:
- shard-snb: [PASS][3] -> [FAIL][4] ([fdo#109661])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb6/igt@gem_eio@unwedge-stress.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb6/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_nop@basic-sequential:
- shard-tglb: [PASS][5] -> [INCOMPLETE][6] ([fdo#111747])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb2/igt@gem_exec_nop@basic-sequential.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb6/igt@gem_exec_nop@basic-sequential.html
* igt@gem_exec_schedule@preempt-queue-render:
- shard-tglb: [PASS][7] -> [INCOMPLETE][8] ([fdo#111606] / [fdo#111677])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb3/igt@gem_exec_schedule@preempt-queue-render.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb6/igt@gem_exec_schedule@preempt-queue-render.html
* igt@gem_exec_schedule@reorder-wide-bsd:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#112146]) +4 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb8/igt@gem_exec_schedule@reorder-wide-bsd.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb1/igt@gem_exec_schedule@reorder-wide-bsd.html
* igt@gem_exec_suspend@basic-s0:
- shard-tglb: [PASS][11] -> [INCOMPLETE][12] ([fdo#111832]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb5/igt@gem_exec_suspend@basic-s0.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb5/igt@gem_exec_suspend@basic-s0.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-snb: [PASS][13] -> [DMESG-WARN][14] ([fdo#111870]) +3 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
- shard-hsw: [PASS][15] -> [DMESG-WARN][16] ([fdo#111870])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@i915_pm_backlight@fade_with_suspend:
- shard-tglb: [PASS][17] -> [INCOMPLETE][18] ([fdo#111832] / [fdo#111850]) +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb4/igt@i915_pm_backlight@fade_with_suspend.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb1/igt@i915_pm_backlight@fade_with_suspend.html
* igt@i915_pm_dc@dc6-psr:
- shard-iclb: [PASS][19] -> [FAIL][20] ([fdo#111830 ])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb2/igt@i915_pm_dc@dc6-psr.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb6/igt@i915_pm_dc@dc6-psr.html
* igt@kms_cursor_crc@pipe-b-cursor-64x64-random:
- shard-apl: [PASS][21] -> [FAIL][22] ([fdo#103232])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
- shard-kbl: [PASS][23] -> [FAIL][24] ([fdo#103232]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl4/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [PASS][25] -> [DMESG-WARN][26] ([fdo#108566]) +2 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
- shard-apl: [PASS][27] -> [DMESG-WARN][28] ([fdo#108566]) +2 similar issues
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-apl8/igt@kms_frontbuffer_tracking@fbc-suspend.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-apl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-tglb: [PASS][29] -> [FAIL][30] ([fdo#103167]) +2 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite:
- shard-iclb: [PASS][31] -> [FAIL][32] ([fdo#103167]) +5 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_psr@psr2_suspend:
- shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#109441]) +2 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb2/igt@kms_psr@psr2_suspend.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb3/igt@kms_psr@psr2_suspend.html
* igt@perf_pmu@busy-no-semaphores-vcs1:
- shard-iclb: [PASS][35] -> [SKIP][36] ([fdo#112080]) +8 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@perf_pmu@busy-no-semaphores-vcs1.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb7/igt@perf_pmu@busy-no-semaphores-vcs1.html
* igt@prime_vgem@fence-wait-bsd2:
- shard-iclb: [PASS][37] -> [SKIP][38] ([fdo#109276]) +16 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb8/igt@prime_vgem@fence-wait-bsd2.html
#### Possible fixes ####
* igt@gem_ctx_isolation@bcs0-s3:
- shard-tglb: [INCOMPLETE][39] ([fdo#111832]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb5/igt@gem_ctx_isolation@bcs0-s3.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb3/igt@gem_ctx_isolation@bcs0-s3.html
* igt@gem_ctx_persistence@vcs1-mixed-process:
- shard-iclb: [SKIP][41] ([fdo#109276] / [fdo#112080]) -> [PASS][42] +2 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb5/igt@gem_ctx_persistence@vcs1-mixed-process.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb4/igt@gem_ctx_persistence@vcs1-mixed-process.html
* igt@gem_ctx_switch@legacy-bsd2-heavy-queue:
- shard-kbl: [INCOMPLETE][43] ([fdo#103665]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl4/igt@gem_ctx_switch@legacy-bsd2-heavy-queue.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl2/igt@gem_ctx_switch@legacy-bsd2-heavy-queue.html
* igt@gem_eio@in-flight-contexts-1us:
- shard-snb: [FAIL][45] ([fdo#111946]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb4/igt@gem_eio@in-flight-contexts-1us.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb7/igt@gem_eio@in-flight-contexts-1us.html
* igt@gem_eio@suspend:
- shard-tglb: [INCOMPLETE][47] ([fdo#111850]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb2/igt@gem_eio@suspend.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb2/igt@gem_eio@suspend.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [SKIP][49] ([fdo#110854]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb8/igt@gem_exec_balancer@smoke.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb4/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [SKIP][51] ([fdo#112080]) -> [PASS][52] +13 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb3/igt@gem_exec_parallel@vcs1-fds.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb1/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [SKIP][53] ([fdo#112146]) -> [PASS][54] +6 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb2/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_exec_schedule@preempt-queue-bsd1:
- shard-iclb: [SKIP][55] ([fdo#109276]) -> [PASS][56] +16 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb3/igt@gem_exec_schedule@preempt-queue-bsd1.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
* igt@gem_exec_schedule@preempt-queue-bsd2:
- shard-tglb: [INCOMPLETE][57] ([fdo#111606] / [fdo#111677]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb6/igt@gem_exec_schedule@preempt-queue-bsd2.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb4/igt@gem_exec_schedule@preempt-queue-bsd2.html
* igt@gem_persistent_relocs@forked-interruptible-thrashing:
- shard-hsw: [FAIL][59] ([fdo#112037]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw6/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw6/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-hsw: [DMESG-WARN][61] ([fdo#111870]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw2/igt@gem_userptr_blits@dmabuf-unsync.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw1/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@sync-unmap:
- shard-snb: [DMESG-WARN][63] ([fdo#111870]) -> [PASS][64] +2 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb7/igt@gem_userptr_blits@sync-unmap.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb2/igt@gem_userptr_blits@sync-unmap.html
- shard-hsw: [DMESG-WARN][65] ([fdo#110789] / [fdo#111870]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw5/igt@gem_userptr_blits@sync-unmap.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw1/igt@gem_userptr_blits@sync-unmap.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-tglb: [INCOMPLETE][67] ([fdo#111832] / [fdo#111850]) -> [PASS][68] +3 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb7/igt@i915_suspend@fence-restore-tiled2untiled.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb5/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_cursor_crc@pipe-a-cursor-dpms:
- shard-glk: [FAIL][69] ([fdo#103232]) -> [PASS][70] +55 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-dpms.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-dpms.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-kbl: [DMESG-WARN][71] ([fdo#108566]) -> [PASS][72] +7 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_cursor_crc@pipe-c-cursor-dpms:
- shard-tglb: [FAIL][73] ([fdo#111703]) -> [PASS][74] +33 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb2/igt@kms_cursor_crc@pipe-c-cursor-dpms.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-dpms.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-hsw: [FAIL][75] ([fdo#105767]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-hsw5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_flip@flip-vs-suspend:
- shard-apl: [DMESG-WARN][77] ([fdo#108566]) -> [PASS][78] +1 similar issue
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-apl1/igt@kms_flip@flip-vs-suspend.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-apl2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt:
- shard-iclb: [FAIL][79] ([fdo#103167]) -> [PASS][80] +4 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-stridechange:
- shard-tglb: [FAIL][81] ([fdo#103167]) -> [PASS][82] +3 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-stridechange.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-stridechange.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-iclb: [SKIP][83] ([fdo#109441]) -> [PASS][84] +2 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb5/igt@kms_psr@psr2_cursor_mmap_cpu.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
#### Warnings ####
* igt@gem_eio@kms:
- shard-snb: [DMESG-WARN][85] ([fdo# 112000 ] / [fdo#111781]) -> [INCOMPLETE][86] ([fdo#105411])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-snb5/igt@gem_eio@kms.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-snb4/igt@gem_eio@kms.html
* igt@gem_mocs_settings@mocs-reset-bsd2:
- shard-iclb: [SKIP][87] ([fdo#109276]) -> [FAIL][88] ([fdo#111330])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7298/shard-iclb6/igt@gem_mocs_settings@mocs-reset-bsd2.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/shard-iclb4/igt@gem_mocs_settings@mocs-reset-bsd2.html
[fdo# 112000 ]: https://bugs.freedesktop.org/show_bug.cgi?id= 112000
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
[fdo#105767]: https://bugs.freedesktop.org/show_bug.cgi?id=105767
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109661]: https://bugs.freedesktop.org/show_bug.cgi?id=109661
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330
[fdo#111606]: https://bugs.freedesktop.org/show_bug.cgi?id=111606
[fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677
[fdo#111703]: https://bugs.freedesktop.org/show_bug.cgi?id=111703
[fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747
[fdo#111781]: https://bugs.freedesktop.org/show_bug.cgi?id=111781
[fdo#111830 ]: https://bugs.freedesktop.org/show_bug.cgi?id=111830
[fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832
[fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#111946]: https://bugs.freedesktop.org/show_bug.cgi?id=111946
[fdo#112037]: https://bugs.freedesktop.org/show_bug.cgi?id=112037
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-skl-6260u pig-glk-j5005 pig-hsw-4770r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5268 -> IGTPW_3669
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_7298: 1281ac91aabe4bed2f89e539a7f2073475d0124b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3669: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3669/index.html
IGT_5268: c94958b8f7caefcda72392417ae6f3a98e36a48b @ 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_3669/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors
2019-11-08 14:24 [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors Juha-Pekka Heikkila
` (2 preceding siblings ...)
2019-11-11 13:30 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2019-11-13 8:50 ` Kahola, Mika
2019-11-14 15:17 ` Ville Syrjälä
4 siblings, 0 replies; 6+ messages in thread
From: Kahola, Mika @ 2019-11-13 8:50 UTC (permalink / raw)
To: juhapekka.heikkila@gmail.com, igt-dev@lists.freedesktop.org
On Fri, 2019-11-08 at 16:24 +0200, Juha-Pekka Heikkila wrote:
> instead of 0.5 use 1.0 for white color, this is due to bit
> replication
> effect. Also set cairo to use same blending mode as what HW uses.
>
> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
> ---
> tests/kms_cursor_crc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
> index d0fb8f1..0125122 100644
> --- a/tests/kms_cursor_crc.c
> +++ b/tests/kms_cursor_crc.c
> @@ -78,12 +78,13 @@ static void draw_cursor(cairo_t *cr, int x, int
> y, int cw, int ch, double a)
> /* Cairo doesn't like to be fed numbers that are too wild */
> if ((x < SHRT_MIN) || (x > SHRT_MAX) || (y < SHRT_MIN) || (y >
> SHRT_MAX))
> return;
> + cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
> cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE);
> /* 4 color rectangles in the corners, RGBY */
> igt_paint_color_alpha(cr, x, y, wl, ht, 1.0, 0.0,
> 0.0, a);
> igt_paint_color_alpha(cr, x + wl, y, wr, ht, 0.0, 1.0,
> 0.0, a);
> igt_paint_color_alpha(cr, x, y + ht, wl, hb, 0.0, 0.0,
> 1.0, a);
> - igt_paint_color_alpha(cr, x + wl, y + ht, wr, hb, 0.5, 0.5,
> 0.5, a);
> + igt_paint_color_alpha(cr, x + wl, y + ht, wr, hb, 1.0, 1.0,
> 1.0, a);
> }
>
> static void cursor_enable(data_t *data)
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors
2019-11-08 14:24 [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors Juha-Pekka Heikkila
` (3 preceding siblings ...)
2019-11-13 8:50 ` [igt-dev] [PATCH i-g-t] " Kahola, Mika
@ 2019-11-14 15:17 ` Ville Syrjälä
4 siblings, 0 replies; 6+ messages in thread
From: Ville Syrjälä @ 2019-11-14 15:17 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
On Fri, Nov 08, 2019 at 04:24:42PM +0200, Juha-Pekka Heikkila wrote:
> instead of 0.5 use 1.0 for white color, this is due to bit replication
> effect.
I tested this on a glk here using the 10bit gamma LUT and 8bit pixel
format, and both primary and cursor 0.5 (ie. 0x80) ended up in the
same LUT entry (0x202). So it appears they both replicate the MSBs
in the LSBs when extending the precision from 8bit to whatever the
pipe uses internally. So my theory that they'd do it differently
doesn't really hold water. Which means it's still a total mystery
why this doesn't work with 0.5.
> Also set cairo to use same blending mode as what HW uses.
>
> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
> ---
> tests/kms_cursor_crc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
> index d0fb8f1..0125122 100644
> --- a/tests/kms_cursor_crc.c
> +++ b/tests/kms_cursor_crc.c
> @@ -78,12 +78,13 @@ static void draw_cursor(cairo_t *cr, int x, int y, int cw, int ch, double a)
> /* Cairo doesn't like to be fed numbers that are too wild */
> if ((x < SHRT_MIN) || (x > SHRT_MAX) || (y < SHRT_MIN) || (y > SHRT_MAX))
> return;
> + cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
> cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE);
> /* 4 color rectangles in the corners, RGBY */
> igt_paint_color_alpha(cr, x, y, wl, ht, 1.0, 0.0, 0.0, a);
> igt_paint_color_alpha(cr, x + wl, y, wr, ht, 0.0, 1.0, 0.0, a);
> igt_paint_color_alpha(cr, x, y + ht, wl, hb, 0.0, 0.0, 1.0, a);
> - igt_paint_color_alpha(cr, x + wl, y + ht, wr, hb, 0.5, 0.5, 0.5, a);
> + igt_paint_color_alpha(cr, x + wl, y + ht, wr, hb, 1.0, 1.0, 1.0, a);
> }
>
> static void cursor_enable(data_t *data)
> --
> 2.7.4
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
--
Ville Syrjälä
Intel
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-11-14 15:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-08 14:24 [igt-dev] [PATCH i-g-t] tests/kms_cursor: use safe values for test image to avoid rounding errors Juha-Pekka Heikkila
2019-11-08 15:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-10 5:17 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-11-11 13:30 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2019-11-13 8:50 ` [igt-dev] [PATCH i-g-t] " Kahola, Mika
2019-11-14 15:17 ` Ville Syrjälä
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox