CI_DRM_3220 KBL-shards fail igt@kms_cursor_crc@cursor-64x64-suspend (kms_cursor_crc:2465) igt-debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file igt_debugfs.c:346: (kms_cursor_crc:2465) igt-debugfs-CRITICAL: Failed assertion: !mismatch Subtest cursor-64x64-suspend failed. https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3220/shard-kbl4/igt@kms_cursor_crc@cursor-64x64-suspend.html
CI_DRM_3287 shard-kbl1 igt@kms_cursor_crc@cursor-64x64-random (kms_cursor_crc:2955) igt-debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file igt_debugfs.c:346: (kms_cursor_crc:2955) igt-debugfs-CRITICAL: Failed assertion: !mismatch Subtest cursor-64x64-random failed. https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3287/shard-kbl1/igt@kms_cursor_crc@cursor-64x64-random.html
CI_DRM_3292 shard-kbl2 igt@kms_cursor_crc@cursor-256x256-random (kms_cursor_crc:1879) igt-debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file igt_debugfs.c:346: (kms_cursor_crc:1879) igt-debugfs-CRITICAL: Failed assertion: !mismatch Subtest cursor-256x256-random failed. https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3292/shard-kbl2/igt@kms_cursor_crc@cursor-256x256-random.html
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4016/shard-apl3/igt@kms_cursor_crc@cursor-64x64-dpms.html
This issue is no longer reproducible. I will close and archive
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3910/shard-apl8/igt@kms_cursor_crc@cursor-64x64-suspend.html (kms_cursor_crc:1681) igt_debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file ../lib/igt_debugfs.c:370: (kms_cursor_crc:1681) igt_debugfs-CRITICAL: Failed assertion: !mismatch Subtest cursor-64x64-suspend failed.
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4376/shard-apl4/igt@kms_cursor_crc@cursor-256x256-dpms.html (kms_cursor_crc:1377) igt_debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file ../lib/igt_debugfs.c:370: (kms_cursor_crc:1377) igt_debugfs-CRITICAL: Failed assertion: !mismatch Subtest cursor-256x256-dpms failed.
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_4001/shard-apl7/igt@kms_cursor_crc@cursor-128x128-dpms.html (kms_cursor_crc:1383) igt_debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file ../lib/igt_debugfs.c:370: (kms_cursor_crc:1383) igt_debugfs-CRITICAL: Failed assertion: !mismatch Subtest cursor-128x128-dpms failed.
Not seeing this issue anymore on the shards, marking as WORKSFORME
(In reply to James Ausmus from comment #8) > Not seeing this issue anymore on the shards, marking as WORKSFORME You are right, it works pretty well now, since CI_DRM_4453_full (1 week, 3 days ago). However, there is still fi-gdg-551 which fails every single run: https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_89/fi-gdg-551/igt@kms_cursor_crc@cursor-256x256-random.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_89/fi-gdg-551/igt@kms_cursor_crc@cursor-128x128-sliding.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_89/fi-gdg-551/igt@kms_cursor_crc@cursor-256x256-onscreen.html https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_89/fi-gdg-551/igt@kms_cursor_crc@cursor-256x256-dpms.html I dropped the priority to reflect that though. The next step would be to check if the CRC support works at all on this platform or if there is just an issue related to the cursor.
Mika, any updates here. Here is the latest results. https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5004/shard-skl5/igt@kms_cursor_crc@cursor-size-change.html
This failure happens to occur mostly with Shards and drmtip. Setting the priority to High.
I sent a patch series that fixes how we read crcs in a test https://patchwork.freedesktop.org/series/54944/
Uma Shankars series https://patchwork.freedesktop.org/series/51408/ appears to resolve many of the crc failures in kms_cursor_crc.
It seems that Uma's patch series improves the crc mismatch situation. There's still one test on shard runs that fails with !mismatch error igt@kms_cursor_crc@cursor-64x21-sliding
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * ICL: igt@runner@aborted - Fail - Previous test: kms_cursor_crc (cursor-256x256-suspend) - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_218/fi-icl-u3/igt@runner@aborted.html
Some findings today on ICL-Y. If I change the test so that it uses overlay plane instead of cursor plane and test the plane only with fully onscreen i.e. 1 and 2 pixels off screen are neglected the test passes with flying colors. I wonder with the question why cursor plane behaves differently?
The patch https://patchwork.freedesktop.org/series/57619/ seems to fix crc mismatch errors
commit 26eeea1506838c77524fa90c8e6f1cc246762a4a (HEAD -> drm-intel-next-queued, drm-intel/drm-intel-next-queued) Author: Aditya Swarup <aditya.swarup@intel.com> Date: Wed Mar 6 18:14:12 2019 -0800 drm/i915/icl: Fix CRC mismatch error for DP link layer compliance Should hopefully fix this on icl, is this still an issue on other platforms?
(In reply to Maarten Lankhorst from comment #18) > commit 26eeea1506838c77524fa90c8e6f1cc246762a4a (HEAD -> > drm-intel-next-queued, drm-intel/drm-intel-next-queued) > Author: Aditya Swarup <aditya.swarup@intel.com> > Date: Wed Mar 6 18:14:12 2019 -0800 > > drm/i915/icl: Fix CRC mismatch error for DP link layer compliance > > Should hopefully fix this on icl, is this still an issue on other platforms? The bug is still seen on all platforms, including ICL. E.g.: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5869/shard-iclb2/igt@kms_cursor_crc@cursor-256x256-onscreen.html
This test is checking that the cursor plane is working as expected in different scenarios. This test has been failing in multiple subtests: - onscreen: just check that the plane appears at the right location and looks as expected - sliding: check that moving the plane works as expected - size-change - dpms - random - suspend The failures are happening on Gen9+ platforms, ICL included. Given that the bug is 1.5 years old, and that we have no customer bugs related to cursors, this means that the bug cannot have a high customer impact. The impact is however that if it were to really regress, we would not catch it with automatic testing. Setting the priority to medium.
A CI Bug Log filter associated to this bug has been updated: {- all machines: igt@kms_cursor_crc@cursor-* - Failed assertion: !mismatch -} {+ all machines: igt@kms_cursor_crc@cursor|draw-* - Failed assertion: !mismatch +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-rgb565-blt-xtiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb8888-blt-xtiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-rgb565-blt-untiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-blt-xtiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-rgb565-blt-xtiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-pwrite-untiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb8888-blt-xtiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-blt-xtiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-blt-ytiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-blt-untiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-cpu-untiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_266/fi-cml-u/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-blt-untiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb2101010-blt-ytiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_265/fi-cml-u/igt@kms_draw_crc@draw-method-xrgb8888-blt-ytiled.html
A CI Bug Log filter associated to this bug has been updated: {- all machines: igt@kms_cursor_crc@cursor|draw-* - Failed assertion: !mismatch -} {+ all machines: igt@kms_cursor_crc@cursor|draw-* - Failed assertion: !mismatch +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk1/igt@kms_cursor_crc@pipe-c-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk3/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk3/igt@kms_cursor_crc@pipe-a-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk7/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk8/igt@kms_cursor_crc@pipe-c-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-a-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-c-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk8/igt@kms_cursor_crc@pipe-c-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-c-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-c-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-c-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-c-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-a-cursor-128x128-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-b-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-128x42-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-256x256-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-128x42-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-256x256-onscreen.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-128x128-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-64x21-random.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-128x128-onscreen.html
The CI Bug Log issue associated to this bug has been updated. ### Removed filters * ICL: igt@runner@aborted - Fail - Previous test: kms_cursor_crc (cursor-256x256-suspend) (added on 2 months, 4 weeks ago)
A CI Bug Log filter associated to this bug has been updated: {- all machines: igt@kms_cursor_crc@cursor|draw-* - Failed assertion: !mismatch -} {+ all machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk7/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4984/shard-glk8/igt@kms_cursor_crc@pipe-c-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk1/igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk1/igt@kms_cursor_crc@pipe-c-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-a-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6077/shard-skl6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk1/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk3/igt@kms_cursor_crc@pipe-b-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk7/igt@kms_cursor_crc@pipe-c-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6078/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-64x64-sliding.html
A CI Bug Log filter associated to this bug has been updated: {- all machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ all machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk1/igt@kms_cursor_crc@pipe-a-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk2/igt@kms_cursor_crc@pipe-b-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk2/igt@kms_cursor_crc@pipe-c-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk3/igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk3/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk4/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk5/igt@kms_cursor_crc@pipe-c-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk6/igt@kms_cursor_crc@pipe-a-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-64x64-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk8/igt@kms_cursor_crc@pipe-c-cursor-suspend.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk8/igt@kms_cursor_crc@pipe-c-cursor-128x128-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-64x21-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk8/igt@kms_cursor_crc@pipe-b-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-dpms.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4985/shard-skl9/igt@kms_cursor_crc@pipe-c-cursor-alpha-opaque.html
A CI Bug Log filter associated to this bug has been updated: {- all machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ BLB GDG BSW KBL GLK CML ICL: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} No new failures caught with the new filter
A CI Bug Log filter associated to this bug has been updated: {- BLB GDG BSW KBL GLK CML ICL: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ BLB GDG BSW BXT KBL GLK CML ICL: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_391/fi-bxt-dsi/igt@kms_cursor_crc@pipe-b-cursor-256x256-offscreen.html
A CI Bug Log filter associated to this bug has been updated: {- BLB GDG BSW BXT KBL GLK CML ICL: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ All machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5236/shard-apl4/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5236/shard-skl5/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7159/shard-apl7/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7159/shard-skl5/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html
A CI Bug Log filter associated to this bug has been updated: {- All machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ All machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} No new failures caught with the new filter
A CI Bug Log filter associated to this bug has been updated: {- All machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ All machines (except TGL): igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} No new failures caught with the new filter
(In reply to CI Bug Log from comment #30) > A CI Bug Log filter associated to this bug has been updated: > > {- All machines: igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed > assertion: !mismatch -} > {+ All machines (except TGL): igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - > Failed assertion: !mismatch +} > > > No new failures caught with the new filter Except TGL, this issue affects all platforms. For TGL we have a separate issue Bug 111703.
A CI Bug Log filter associated to this bug has been updated: {- All machines (except TGL): igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch -} {+ All machines (except TGL): igt@kms_cursor_crc@pipe-[abc]-cursor|draw-* - Failed assertion: !mismatch +} No new failures caught with the new filter
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/intel/issues/54.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.