* [PATCH] video/aperture: match the pci device when calling sysfb_disable()
@ 2024-08-09 15:03 Alex Deucher
2024-08-09 15:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 11+ messages in thread
From: Alex Deucher @ 2024-08-09 15:03 UTC (permalink / raw)
To: amd-gfx, dri-devel
Cc: intel-gfx, Alex Deucher, Javier Martinez Canillas,
Thomas Zimmermann, Helge Deller, Sam Ravnborg, Daniel Vetter,
stable
In aperture_remove_conflicting_pci_devices(), match the pci
device determine whether or not to call sysfb_disable(). This
fixes cases where the pimary device is not VGA compatible which
leads to the following problem:
1. A PCI device with a non-VGA class is the the boot display
2. That device is probed first and it is not a vga device so
sysfb_disable() is not called, but the device resources
are freed by aperture_detach_platform_device()
3. Non-primary GPU is vga device and it ends up calling sysfb_disable()
4. NULL pointer dereference via sysfb_disable() since the resources
have already been freed by aperture_detach_platform_device() when
it was called by the other device.
Fix this by calling sysfb_disable() on the device associated with it.
Fixes: 5ae3716cfdcd ("video/aperture: Only remove sysfb on the default vga pci device")
Cc: Javier Martinez Canillas <javierm@redhat.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Helge Deller <deller@gmx.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
---
drivers/video/aperture.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c
index 561be8feca96..56a5a0bc2b1a 100644
--- a/drivers/video/aperture.c
+++ b/drivers/video/aperture.c
@@ -6,6 +6,7 @@
#include <linux/mutex.h>
#include <linux/pci.h>
#include <linux/platform_device.h>
+#include <linux/screen_info.h>
#include <linux/slab.h>
#include <linux/sysfb.h>
#include <linux/types.h>
@@ -346,6 +347,7 @@ EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices);
*/
int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name)
{
+ struct screen_info *si = &screen_info;
bool primary = false;
resource_size_t base, size;
int bar, ret = 0;
@@ -353,7 +355,7 @@ int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *na
if (pdev == vga_default_device())
primary = true;
- if (primary)
+ if (pdev == screen_info_pci_dev(si))
sysfb_disable();
for (bar = 0; bar < PCI_STD_NUM_BARS; ++bar) {
--
2.45.2
^ permalink raw reply related [flat|nested] 11+ messages in thread* ✗ Fi.CI.CHECKPATCH: warning for video/aperture: match the pci device when calling sysfb_disable() 2024-08-09 15:03 [PATCH] video/aperture: match the pci device when calling sysfb_disable() Alex Deucher @ 2024-08-09 15:39 ` Patchwork 2024-08-09 15:46 ` ✓ Fi.CI.BAT: success " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-08-09 15:39 UTC (permalink / raw) To: Alex Deucher; +Cc: intel-gfx == Series Details == Series: video/aperture: match the pci device when calling sysfb_disable() URL : https://patchwork.freedesktop.org/series/137088/ State : warning == Summary == Error: dim checkpatch failed 8ad209af2ad1 video/aperture: match the pci device when calling sysfb_disable() -:12: WARNING:REPEATED_WORD: Possible repeated word: 'the' #12: 1. A PCI device with a non-VGA class is the the boot display total: 0 errors, 1 warnings, 0 checks, 22 lines checked ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✓ Fi.CI.BAT: success for video/aperture: match the pci device when calling sysfb_disable() 2024-08-09 15:03 [PATCH] video/aperture: match the pci device when calling sysfb_disable() Alex Deucher 2024-08-09 15:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork @ 2024-08-09 15:46 ` Patchwork 2024-08-10 11:44 ` [PATCH] " kernel test robot ` (2 subsequent siblings) 4 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-08-09 15:46 UTC (permalink / raw) To: Alex Deucher; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 7630 bytes --] == Series Details == Series: video/aperture: match the pci device when calling sysfb_disable() URL : https://patchwork.freedesktop.org/series/137088/ State : success == Summary == CI Bug Log - changes from CI_DRM_15204 -> Patchwork_137088v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/index.html Participating hosts (40 -> 38) ------------------------------ Additional (1): bat-dg2-8 Missing (3): bat-dg2-11 fi-snb-2520m fi-kbl-8809g Known issues ------------ Here are the changes found in Patchwork_137088v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@read: - bat-arls-1: [PASS][1] -> [DMESG-FAIL][2] ([i915#7507]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/bat-arls-1/igt@fbdev@read.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-arls-1/igt@fbdev@read.html * igt@gem_mmap@basic: - bat-dg2-8: NOTRUN -> [SKIP][3] ([i915#4083]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-8: NOTRUN -> [SKIP][4] ([i915#4077]) +2 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@gem_mmap_gtt@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#4079]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-8: NOTRUN -> [SKIP][6] ([i915#6621]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_lrc: - bat-adlp-9: [PASS][7] -> [INCOMPLETE][8] ([i915#9413]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@hangcheck: - bat-arls-2: [PASS][9] -> [DMESG-WARN][10] ([i915#11349] / [i915#11378]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/bat-arls-2/igt@i915_selftest@live@hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-arls-2/igt@i915_selftest@live@hangcheck.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-8: NOTRUN -> [SKIP][11] ([i915#5190]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-8: NOTRUN -> [SKIP][12] ([i915#4215] / [i915#5190]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#4212]) +7 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-8: NOTRUN -> [SKIP][14] ([i915#4103] / [i915#4213]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-8: NOTRUN -> [SKIP][15] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#5274]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-8: NOTRUN -> [SKIP][17] ([i915#5354]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-dg2-8: NOTRUN -> [SKIP][18] ([i915#1072] / [i915#9673] / [i915#9732]) +3 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#3555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-8: NOTRUN -> [SKIP][20] ([i915#3708]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-8: NOTRUN -> [SKIP][21] ([i915#3708] / [i915#4077]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-dg2-8: NOTRUN -> [SKIP][22] ([i915#3291] / [i915#3708]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/bat-dg2-8/igt@prime_vgem@basic-write.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#7507]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7507 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * Linux: CI_DRM_15204 -> Patchwork_137088v1 CI-20190529: 20190529 CI_DRM_15204: 040fda7980e8fccde054bf16158538ff80223e36 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7963: 3f8b9bc4d3f292f788935243bf0a26a4284d8f18 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_137088v1: 040fda7980e8fccde054bf16158538ff80223e36 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/index.html [-- Attachment #2: Type: text/html, Size: 8995 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-09 15:03 [PATCH] video/aperture: match the pci device when calling sysfb_disable() Alex Deucher 2024-08-09 15:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-08-09 15:46 ` ✓ Fi.CI.BAT: success " Patchwork @ 2024-08-10 11:44 ` kernel test robot 2024-08-12 12:10 ` Thomas Zimmermann 2024-08-10 12:25 ` kernel test robot 2024-08-10 18:49 ` ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 1 reply; 11+ messages in thread From: kernel test robot @ 2024-08-10 11:44 UTC (permalink / raw) To: Alex Deucher, amd-gfx, dri-devel Cc: oe-kbuild-all, intel-gfx, Alex Deucher, Javier Martinez Canillas, Thomas Zimmermann, Helge Deller, Sam Ravnborg, Daniel Vetter, stable Hi Alex, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.11-rc2 next-20240809] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com patch subject: [PATCH] video/aperture: match the pci device when calling sysfb_disable() config: csky-randconfig-001-20240810 (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/config) compiler: csky-linux-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202408101951.tXyqYOzv-lkp@intel.com/ All errors (new ones prefixed by >>): csky-linux-ld: drivers/video/aperture.o: in function `aperture_remove_conflicting_pci_devices': >> aperture.c:(.text+0x222): undefined reference to `screen_info_pci_dev' csky-linux-ld: drivers/video/aperture.o: in function `devm_aperture_acquire_release': >> aperture.c:(.text+0x2c0): undefined reference to `screen_info' >> csky-linux-ld: aperture.c:(.text+0x2c4): undefined reference to `screen_info_pci_dev' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-10 11:44 ` [PATCH] " kernel test robot @ 2024-08-12 12:10 ` Thomas Zimmermann 2024-08-16 20:57 ` Alex Deucher 0 siblings, 1 reply; 11+ messages in thread From: Thomas Zimmermann @ 2024-08-12 12:10 UTC (permalink / raw) To: kernel test robot, Alex Deucher, amd-gfx, dri-devel Cc: oe-kbuild-all, intel-gfx, Javier Martinez Canillas, Helge Deller, Sam Ravnborg, Daniel Vetter, stable Hi Am 10.08.24 um 13:44 schrieb kernel test robot: > Hi Alex, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on drm-misc/drm-misc-next] > [also build test ERROR on linus/master v6.11-rc2 next-20240809] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use '--base' as documented in > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > url: https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 > base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next > patch link: https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com > patch subject: [PATCH] video/aperture: match the pci device when calling sysfb_disable() > config: csky-randconfig-001-20240810 (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/config) > compiler: csky-linux-gcc (GCC) 14.1.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@intel.com> > | Closes: https://lore.kernel.org/oe-kbuild-all/202408101951.tXyqYOzv-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > csky-linux-ld: drivers/video/aperture.o: in function `aperture_remove_conflicting_pci_devices': >>> aperture.c:(.text+0x222): undefined reference to `screen_info_pci_dev' Strange. There's a already placeholder [1] for architectures without PCI. Otherwise the source file is listed at [2]. [1] https://elixir.bootlin.com/linux/v6.10/source/include/linux/screen_info.h#L127 [2] https://elixir.bootlin.com/linux/v6.10/source/drivers/video/Makefile#L11 Best regards Thomas > csky-linux-ld: drivers/video/aperture.o: in function `devm_aperture_acquire_release': >>> aperture.c:(.text+0x2c0): undefined reference to `screen_info' >>> csky-linux-ld: aperture.c:(.text+0x2c4): undefined reference to `screen_info_pci_dev' -- -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-12 12:10 ` Thomas Zimmermann @ 2024-08-16 20:57 ` Alex Deucher 2024-08-19 8:04 ` Thomas Zimmermann 0 siblings, 1 reply; 11+ messages in thread From: Alex Deucher @ 2024-08-16 20:57 UTC (permalink / raw) To: Thomas Zimmermann Cc: kernel test robot, Alex Deucher, amd-gfx, dri-devel, oe-kbuild-all, intel-gfx, Javier Martinez Canillas, Helge Deller, Sam Ravnborg, Daniel Vetter, stable On Mon, Aug 12, 2024 at 8:10 AM Thomas Zimmermann <tzimmermann@suse.de> wrote: > > Hi > > Am 10.08.24 um 13:44 schrieb kernel test robot: > > Hi Alex, > > > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on drm-misc/drm-misc-next] > > [also build test ERROR on linus/master v6.11-rc2 next-20240809] > > [If your patch is applied to the wrong git tree, kindly drop us a note. > > And when submitting patch, we suggest to use '--base' as documented in > > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > > > url: https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 > > base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next > > patch link: https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com > > patch subject: [PATCH] video/aperture: match the pci device when calling sysfb_disable() > > config: csky-randconfig-001-20240810 (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/config) > > compiler: csky-linux-gcc (GCC) 14.1.0 > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/reproduce) > > > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > > the same patch/commit), kindly add following tags > > | Reported-by: kernel test robot <lkp@intel.com> > > | Closes: https://lore.kernel.org/oe-kbuild-all/202408101951.tXyqYOzv-lkp@intel.com/ > > > > All errors (new ones prefixed by >>): > > > > csky-linux-ld: drivers/video/aperture.o: in function `aperture_remove_conflicting_pci_devices': > >>> aperture.c:(.text+0x222): undefined reference to `screen_info_pci_dev' > > Strange. There's a already placeholder [1] for architectures without > PCI. Otherwise the source file is listed at [2]. So I dug into this, and the problem seems to be that CONFIG_SCREEN_INFO is not defined in that config. I can't figure out how this should work in that case or why this is not a problem in drivers/firmware/sysfb.c. Something like this works: diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c index 56a5a0bc2b1af..50e98210c9fe5 100644 --- a/drivers/video/aperture.c +++ b/drivers/video/aperture.c @@ -347,7 +347,9 @@ EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices); */ int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) { +#if defined(CONFIG_SCREEN_INFO) struct screen_info *si = &screen_info; +#endif bool primary = false; resource_size_t base, size; int bar, ret = 0; @@ -355,8 +357,10 @@ int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *na if (pdev == vga_default_device()) primary = true; +#if defined(CONFIG_SCREEN_INFO) if (pdev == screen_info_pci_dev(si)) sysfb_disable(); +#endif for (bar = 0; bar < PCI_STD_NUM_BARS; ++bar) { if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) But that can't be the right fix... Any ideas? Alex > > [1] > https://elixir.bootlin.com/linux/v6.10/source/include/linux/screen_info.h#L127 > [2] https://elixir.bootlin.com/linux/v6.10/source/drivers/video/Makefile#L11 > > Best regards > Thomas > > > csky-linux-ld: drivers/video/aperture.o: in function `devm_aperture_acquire_release': > >>> aperture.c:(.text+0x2c0): undefined reference to `screen_info' > >>> csky-linux-ld: aperture.c:(.text+0x2c4): undefined reference to `screen_info_pci_dev' > > -- > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Frankenstrasse 146, 90461 Nuernberg, Germany > GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman > HRB 36809 (AG Nuernberg) > ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-16 20:57 ` Alex Deucher @ 2024-08-19 8:04 ` Thomas Zimmermann 2024-08-19 13:36 ` Javier Martinez Canillas 2024-08-19 15:14 ` Thomas Zimmermann 0 siblings, 2 replies; 11+ messages in thread From: Thomas Zimmermann @ 2024-08-19 8:04 UTC (permalink / raw) To: Alex Deucher Cc: kernel test robot, Alex Deucher, amd-gfx, dri-devel, oe-kbuild-all, intel-gfx, Javier Martinez Canillas, Helge Deller, Sam Ravnborg, Daniel Vetter, stable Hi Am 16.08.24 um 22:57 schrieb Alex Deucher: > On Mon, Aug 12, 2024 at 8:10 AM Thomas Zimmermann <tzimmermann@suse.de> wrote: >> Hi >> >> Am 10.08.24 um 13:44 schrieb kernel test robot: >>> Hi Alex, >>> >>> kernel test robot noticed the following build errors: >>> >>> [auto build test ERROR on drm-misc/drm-misc-next] >>> [also build test ERROR on linus/master v6.11-rc2 next-20240809] >>> [If your patch is applied to the wrong git tree, kindly drop us a note. >>> And when submitting patch, we suggest to use '--base' as documented in >>> https://git-scm.com/docs/git-format-patch#_base_tree_information] >>> >>> url: https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 >>> base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next >>> patch link: https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com >>> patch subject: [PATCH] video/aperture: match the pci device when calling sysfb_disable() >>> config: csky-randconfig-001-20240810 (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/config) >>> compiler: csky-linux-gcc (GCC) 14.1.0 >>> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/reproduce) >>> >>> If you fix the issue in a separate patch/commit (i.e. not just a new version of >>> the same patch/commit), kindly add following tags >>> | Reported-by: kernel test robot <lkp@intel.com> >>> | Closes: https://lore.kernel.org/oe-kbuild-all/202408101951.tXyqYOzv-lkp@intel.com/ >>> >>> All errors (new ones prefixed by >>): >>> >>> csky-linux-ld: drivers/video/aperture.o: in function `aperture_remove_conflicting_pci_devices': >>>>> aperture.c:(.text+0x222): undefined reference to `screen_info_pci_dev' >> Strange. There's a already placeholder [1] for architectures without >> PCI. Otherwise the source file is listed at [2]. > So I dug into this, and the problem seems to be that > CONFIG_SCREEN_INFO is not defined in that config. I can't figure out > how this should work in that case or why this is not a problem in > drivers/firmware/sysfb.c. > > Something like this works: > diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c > index 56a5a0bc2b1af..50e98210c9fe5 100644 > --- a/drivers/video/aperture.c > +++ b/drivers/video/aperture.c > @@ -347,7 +347,9 @@ EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices); > */ > int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, > const char *name) > { > +#if defined(CONFIG_SCREEN_INFO) > struct screen_info *si = &screen_info; > +#endif > bool primary = false; > resource_size_t base, size; > int bar, ret = 0; > @@ -355,8 +357,10 @@ int > aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const > char *na > if (pdev == vga_default_device()) > primary = true; > > +#if defined(CONFIG_SCREEN_INFO) > if (pdev == screen_info_pci_dev(si)) > sysfb_disable(); > +#endif > > for (bar = 0; bar < PCI_STD_NUM_BARS; ++bar) { > if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) > > But that can't be the right fix... Any ideas? Thanks for investigating. I'd say we should pass the device (pdev->dev) to sysfb_disable() and do the test there. In sysfb.c, next to sysfb_disable(), you'll find sysfb_parent_dev(), which gives the Linux device of the screen_info. The code then looks something like this: sysfb_disable(struct device *dev) { if (dev && dev == sysfb_parent_dev(screen_info)) return /* else do the current code */ } there's an invocation of sysfb_disable() in drivers/of/platform.c where you can pass NULL. Best regards Thomas > > Alex > >> [1] >> https://elixir.bootlin.com/linux/v6.10/source/include/linux/screen_info.h#L127 >> [2] https://elixir.bootlin.com/linux/v6.10/source/drivers/video/Makefile#L11 >> >> Best regards >> Thomas >> >>> csky-linux-ld: drivers/video/aperture.o: in function `devm_aperture_acquire_release': >>>>> aperture.c:(.text+0x2c0): undefined reference to `screen_info' >>>>> csky-linux-ld: aperture.c:(.text+0x2c4): undefined reference to `screen_info_pci_dev' >> -- >> -- >> Thomas Zimmermann >> Graphics Driver Developer >> SUSE Software Solutions Germany GmbH >> Frankenstrasse 146, 90461 Nuernberg, Germany >> GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman >> HRB 36809 (AG Nuernberg) >> -- -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-19 8:04 ` Thomas Zimmermann @ 2024-08-19 13:36 ` Javier Martinez Canillas 2024-08-19 15:14 ` Thomas Zimmermann 1 sibling, 0 replies; 11+ messages in thread From: Javier Martinez Canillas @ 2024-08-19 13:36 UTC (permalink / raw) To: Thomas Zimmermann, Alex Deucher Cc: kernel test robot, Alex Deucher, amd-gfx, dri-devel, oe-kbuild-all, intel-gfx, Helge Deller, Sam Ravnborg, Daniel Vetter, stable Thomas Zimmermann <tzimmermann@suse.de> writes: Hello Alex and Thomas, > Hi > > Am 16.08.24 um 22:57 schrieb Alex Deucher: >> On Mon, Aug 12, 2024 at 8:10 AM Thomas Zimmermann <tzimmermann@suse.de> wrote: >>> Hi >>> >>> Am 10.08.24 um 13:44 schrieb kernel test robot: >>>> Hi Alex, >>>> >>>> kernel test robot noticed the following build errors: >>>> >>>> [auto build test ERROR on drm-misc/drm-misc-next] >>>> [also build test ERROR on linus/master v6.11-rc2 next-20240809] >>>> [If your patch is applied to the wrong git tree, kindly drop us a note. >>>> And when submitting patch, we suggest to use '--base' as documented in >>>> https://git-scm.com/docs/git-format-patch#_base_tree_information] >>>> >>>> url: https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 >>>> base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next >>>> patch link: https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com >>>> patch subject: [PATCH] video/aperture: match the pci device when calling sysfb_disable() >>>> config: csky-randconfig-001-20240810 (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/config) >>>> compiler: csky-linux-gcc (GCC) 14.1.0 >>>> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/reproduce) >>>> >>>> If you fix the issue in a separate patch/commit (i.e. not just a new version of >>>> the same patch/commit), kindly add following tags >>>> | Reported-by: kernel test robot <lkp@intel.com> >>>> | Closes: https://lore.kernel.org/oe-kbuild-all/202408101951.tXyqYOzv-lkp@intel.com/ >>>> >>>> All errors (new ones prefixed by >>): >>>> >>>> csky-linux-ld: drivers/video/aperture.o: in function `aperture_remove_conflicting_pci_devices': >>>>>> aperture.c:(.text+0x222): undefined reference to `screen_info_pci_dev' >>> Strange. There's a already placeholder [1] for architectures without >>> PCI. Otherwise the source file is listed at [2]. >> So I dug into this, and the problem seems to be that >> CONFIG_SCREEN_INFO is not defined in that config. I can't figure out >> how this should work in that case or why this is not a problem in >> drivers/firmware/sysfb.c. >> >> Something like this works: >> diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c >> index 56a5a0bc2b1af..50e98210c9fe5 100644 >> --- a/drivers/video/aperture.c >> +++ b/drivers/video/aperture.c >> @@ -347,7 +347,9 @@ EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices); >> */ >> int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, >> const char *name) >> { >> +#if defined(CONFIG_SCREEN_INFO) >> struct screen_info *si = &screen_info; >> +#endif >> bool primary = false; >> resource_size_t base, size; >> int bar, ret = 0; >> @@ -355,8 +357,10 @@ int >> aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const >> char *na >> if (pdev == vga_default_device()) >> primary = true; >> >> +#if defined(CONFIG_SCREEN_INFO) >> if (pdev == screen_info_pci_dev(si)) >> sysfb_disable(); >> +#endif >> >> for (bar = 0; bar < PCI_STD_NUM_BARS; ++bar) { >> if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) >> >> But that can't be the right fix... Any ideas? > > Thanks for investigating. I'd say we should pass the device (pdev->dev) > to sysfb_disable() and do the test there. In sysfb.c, next to > sysfb_disable(), you'll find sysfb_parent_dev(), which gives the Linux > device of the screen_info. > > The code then looks something like this: > > sysfb_disable(struct device *dev) > { > if (dev && dev == sysfb_parent_dev(screen_info)) > return > > /* else do the current code */ > } > > there's an invocation of sysfb_disable() in drivers/of/platform.c where > you can pass NULL. > Agreed. That sounds like the best approach. > Best regards > Thomas > -- Best regards, Javier Martinez Canillas Core Platforms Red Hat ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-19 8:04 ` Thomas Zimmermann 2024-08-19 13:36 ` Javier Martinez Canillas @ 2024-08-19 15:14 ` Thomas Zimmermann 1 sibling, 0 replies; 11+ messages in thread From: Thomas Zimmermann @ 2024-08-19 15:14 UTC (permalink / raw) To: Alex Deucher Cc: kernel test robot, Alex Deucher, amd-gfx, dri-devel, oe-kbuild-all, intel-gfx, Javier Martinez Canillas, Helge Deller, Sam Ravnborg, Daniel Vetter, stable Am 19.08.24 um 10:04 schrieb Thomas Zimmermann: > Hi > > Am 16.08.24 um 22:57 schrieb Alex Deucher: >> On Mon, Aug 12, 2024 at 8:10 AM Thomas Zimmermann >> <tzimmermann@suse.de> wrote: >>> Hi >>> >>> Am 10.08.24 um 13:44 schrieb kernel test robot: >>>> Hi Alex, >>>> >>>> kernel test robot noticed the following build errors: >>>> >>>> [auto build test ERROR on drm-misc/drm-misc-next] >>>> [also build test ERROR on linus/master v6.11-rc2 next-20240809] >>>> [If your patch is applied to the wrong git tree, kindly drop us a >>>> note. >>>> And when submitting patch, we suggest to use '--base' as documented in >>>> https://git-scm.com/docs/git-format-patch#_base_tree_information] >>>> >>>> url: >>>> https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 >>>> base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next >>>> patch link: >>>> https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com >>>> patch subject: [PATCH] video/aperture: match the pci device when >>>> calling sysfb_disable() >>>> config: csky-randconfig-001-20240810 >>>> (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/config) >>>> compiler: csky-linux-gcc (GCC) 14.1.0 >>>> reproduce (this is a W=1 build): >>>> (https://download.01.org/0day-ci/archive/20240810/202408101951.tXyqYOzv-lkp@intel.com/reproduce) >>>> >>>> If you fix the issue in a separate patch/commit (i.e. not just a >>>> new version of >>>> the same patch/commit), kindly add following tags >>>> | Reported-by: kernel test robot <lkp@intel.com> >>>> | Closes: >>>> https://lore.kernel.org/oe-kbuild-all/202408101951.tXyqYOzv-lkp@intel.com/ >>>> >>>> All errors (new ones prefixed by >>): >>>> >>>> csky-linux-ld: drivers/video/aperture.o: in function >>>> `aperture_remove_conflicting_pci_devices': >>>>>> aperture.c:(.text+0x222): undefined reference to >>>>>> `screen_info_pci_dev' >>> Strange. There's a already placeholder [1] for architectures without >>> PCI. Otherwise the source file is listed at [2]. >> So I dug into this, and the problem seems to be that >> CONFIG_SCREEN_INFO is not defined in that config. I can't figure out >> how this should work in that case or why this is not a problem in >> drivers/firmware/sysfb.c. >> >> Something like this works: >> diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c >> index 56a5a0bc2b1af..50e98210c9fe5 100644 >> --- a/drivers/video/aperture.c >> +++ b/drivers/video/aperture.c >> @@ -347,7 +347,9 @@ EXPORT_SYMBOL(__aperture_remove_legacy_vga_devices); >> */ >> int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, >> const char *name) >> { >> +#if defined(CONFIG_SCREEN_INFO) >> struct screen_info *si = &screen_info; >> +#endif >> bool primary = false; >> resource_size_t base, size; >> int bar, ret = 0; >> @@ -355,8 +357,10 @@ int >> aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const >> char *na >> if (pdev == vga_default_device()) >> primary = true; >> >> +#if defined(CONFIG_SCREEN_INFO) >> if (pdev == screen_info_pci_dev(si)) >> sysfb_disable(); >> +#endif >> >> for (bar = 0; bar < PCI_STD_NUM_BARS; ++bar) { >> if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) >> >> But that can't be the right fix... Any ideas? > > Thanks for investigating. I'd say we should pass the device > (pdev->dev) to sysfb_disable() and do the test there. In sysfb.c, > next to sysfb_disable(), you'll find sysfb_parent_dev(), which gives > the Linux device of the screen_info. > > The code then looks something like this: > > sysfb_disable(struct device *dev) > { > if (dev && dev == sysfb_parent_dev(screen_info)) s/==/!= > return > > /* else do the current code */ > } > > there's an invocation of sysfb_disable() in drivers/of/platform.c > where you can pass NULL. > > Best regards > Thomas > >> >> Alex >> >>> [1] >>> https://elixir.bootlin.com/linux/v6.10/source/include/linux/screen_info.h#L127 >>> >>> [2] >>> https://elixir.bootlin.com/linux/v6.10/source/drivers/video/Makefile#L11 >>> >>> >>> Best regards >>> Thomas >>> >>>> csky-linux-ld: drivers/video/aperture.o: in function >>>> `devm_aperture_acquire_release': >>>>>> aperture.c:(.text+0x2c0): undefined reference to `screen_info' >>>>>> csky-linux-ld: aperture.c:(.text+0x2c4): undefined reference to >>>>>> `screen_info_pci_dev' >>> -- >>> -- >>> Thomas Zimmermann >>> Graphics Driver Developer >>> SUSE Software Solutions Germany GmbH >>> Frankenstrasse 146, 90461 Nuernberg, Germany >>> GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman >>> HRB 36809 (AG Nuernberg) >>> > -- -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] video/aperture: match the pci device when calling sysfb_disable() 2024-08-09 15:03 [PATCH] video/aperture: match the pci device when calling sysfb_disable() Alex Deucher ` (2 preceding siblings ...) 2024-08-10 11:44 ` [PATCH] " kernel test robot @ 2024-08-10 12:25 ` kernel test robot 2024-08-10 18:49 ` ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 0 replies; 11+ messages in thread From: kernel test robot @ 2024-08-10 12:25 UTC (permalink / raw) To: Alex Deucher, amd-gfx, dri-devel Cc: llvm, oe-kbuild-all, intel-gfx, Alex Deucher, Javier Martinez Canillas, Thomas Zimmermann, Helge Deller, Sam Ravnborg, Daniel Vetter, stable Hi Alex, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.11-rc2 next-20240809] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Alex-Deucher/video-aperture-match-the-pci-device-when-calling-sysfb_disable/20240810-021357 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240809150327.2485848-1-alexander.deucher%40amd.com patch subject: [PATCH] video/aperture: match the pci device when calling sysfb_disable() config: i386-randconfig-001-20240810 (https://download.01.org/0day-ci/archive/20240810/202408102027.iWri1VXT-lkp@intel.com/config) compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408102027.iWri1VXT-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202408102027.iWri1VXT-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: screen_info_pci_dev >>> referenced by aperture.c:358 (drivers/video/aperture.c:358) >>> drivers/video/aperture.o:(aperture_remove_conflicting_pci_devices) in archive vmlinux.a -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✗ Fi.CI.IGT: failure for video/aperture: match the pci device when calling sysfb_disable() 2024-08-09 15:03 [PATCH] video/aperture: match the pci device when calling sysfb_disable() Alex Deucher ` (3 preceding siblings ...) 2024-08-10 12:25 ` kernel test robot @ 2024-08-10 18:49 ` Patchwork 4 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-08-10 18:49 UTC (permalink / raw) To: Alex Deucher; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 85772 bytes --] == Series Details == Series: video/aperture: match the pci device when calling sysfb_disable() URL : https://patchwork.freedesktop.org/series/137088/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15204_full -> Patchwork_137088v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_137088v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_137088v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-snb-0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_137088v1_full: ### IGT changes ### #### Possible regressions #### * igt@gem_create@hog-create@smem0: - shard-dg2: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_create@hog-create@smem0.html * igt@i915_pm_rps@thresholds: - shard-mtlp: NOTRUN -> [SKIP][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@i915_pm_rps@thresholds.html - shard-dg1: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@i915_pm_rps@thresholds.html Known issues ------------ Here are the changes found in Patchwork_137088v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-rkl: NOTRUN -> [SKIP][4] ([i915#8411]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg1: NOTRUN -> [SKIP][5] ([i915#8411]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@api_intel_bb@blit-reloc-purge-cache.html - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@debugfs_test@basic-hwmon: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#9318]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@busy-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][8] ([i915#8414]) +10 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@drm_fdinfo@busy-check-all@bcs0.html * igt@drm_fdinfo@busy-hang@rcs0: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +12 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@drm_fdinfo@busy-hang@rcs0.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +14 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@drm_fdinfo@busy-idle@bcs0.html * igt@fbdev@pan: - shard-mtlp: [PASS][11] -> [FAIL][12] ([i915#4435]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-mtlp-4/igt@fbdev@pan.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-7/igt@fbdev@pan.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#3281]) +4 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_busy@semaphore: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#3936]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_busy@semaphore.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#4873]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_caching@writes.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#9323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][17] ([i915#7697]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@gem_close_race@multigpu-basic-process.html - shard-dg2: NOTRUN -> [SKIP][18] ([i915#7697]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@gem_close_race@multigpu-basic-process.html - shard-dg1: NOTRUN -> [SKIP][19] ([i915#7697]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_freq@sysfs@gt0: - shard-dg2: [PASS][20] -> [FAIL][21] ([i915#9561]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-8/igt@gem_ctx_freq@sysfs@gt0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-7/igt@gem_ctx_freq@sysfs@gt0.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#8555]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#280]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-rkl: NOTRUN -> [SKIP][24] ([i915#280]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@gem_ctx_sseu@invalid-args.html * igt@gem_exec_balancer@bonded-false-hang: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4812]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel: - shard-rkl: NOTRUN -> [SKIP][26] ([i915#4525]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@gem_exec_balancer@parallel.html * igt@gem_exec_fair@basic-flow: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#3539] / [i915#4852]) +2 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@gem_exec_fair@basic-flow.html - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4473] / [i915#4771]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-none: - shard-snb: NOTRUN -> [SKIP][29] +69 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb6/igt@gem_exec_fair@basic-none.html - shard-dg1: NOTRUN -> [SKIP][30] ([i915#3539] / [i915#4852]) +5 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [PASS][31] -> [FAIL][32] ([i915#2842]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-10/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: NOTRUN -> [FAIL][34] ([i915#2842]) +1 other test fail [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: NOTRUN -> [FAIL][35] ([i915#2842]) +2 other tests fail [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539]) +2 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-18/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_reloc@basic-cpu-wc-active: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#3281]) +5 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_exec_reloc@basic-cpu-wc-active.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#3281]) +6 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3281]) +6 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_schedule@preempt-queue: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#4812]) +2 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@gem_exec_schedule@preempt-queue.html - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4537] / [i915#4812]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg1: NOTRUN -> [SKIP][42] ([i915#4860]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-threaded-none.html - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4860]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_lmem_swapping@heavy-random: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4613]) +4 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@parallel-random: - shard-tglu: NOTRUN -> [SKIP][45] ([i915#4613]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@random: - shard-glk: NOTRUN -> [SKIP][46] ([i915#4613]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-glk6/igt@gem_lmem_swapping@random.html - shard-rkl: NOTRUN -> [SKIP][47] ([i915#4613]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][48] ([i915#5493]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap_gtt@basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#4077]) +8 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@gem_mmap_gtt@basic-small-copy-odd.html * igt@gem_mmap_gtt@big-copy: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4077]) +5 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_mmap_gtt@big-copy.html * igt@gem_mmap_gtt@hang-busy: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4077]) +6 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_mmap_gtt@hang-busy.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@gem_mmap_wc@copy.html * igt@gem_mmap_wc@write-read-distinct: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4083]) +2 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gem_mmap_wc@write-read-distinct.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#3282]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#3282]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#3282]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pxp@create-regular-buffer: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4270]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_pxp@create-regular-buffer.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#4270]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#4270]) +3 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][60] ([i915#4270]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-tglu: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_render_copy@y-tiled: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#5190] / [i915#8428]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@gem_render_copy@y-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#8428]) +4 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#3282]) +4 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gem_set_tiling_vs_pwrite.html * igt@gem_tiled_pread_pwrite: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4079]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_tiled_pread_pwrite.html - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4079]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3297]) +4 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-sync: - shard-dg1: NOTRUN -> [SKIP][68] ([i915#3297]) +2 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gem_userptr_blits@coherency-sync.html - shard-tglu: NOTRUN -> [SKIP][69] ([i915#3297]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-rkl: NOTRUN -> [SKIP][71] ([i915#3297]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#3282] / [i915#3297]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_userptr_blits@forbidden-operations.html - shard-dg2: NOTRUN -> [SKIP][73] ([i915#3282] / [i915#3297]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#3297] / [i915#4880]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#3297] / [i915#4958]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_userptr_blits@sd-probe.html * igt@gen7_exec_parse@bitmasks: - shard-dg2: NOTRUN -> [SKIP][76] +13 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@gen7_exec_parse@bitmasks.html * igt@gen9_exec_parse@allowed-all: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#2856]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@batch-without-end: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#2856]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-large: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#2527]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@gen9_exec_parse@bb-large.html - shard-tglu: NOTRUN -> [SKIP][80] ([i915#2527] / [i915#2856]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@gen9_exec_parse@cmd-crossing-page.html * igt@i915_fb_tiling: - shard-dg1: NOTRUN -> [SKIP][82] ([i915#4881]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][83] ([i915#6227]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@i915_module_load@load.html - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#6227]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [PASS][85] -> [ABORT][86] ([i915#9820]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: - shard-dg1: [PASS][87] -> [FAIL][88] ([i915#3591]) +1 other test fail [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html * igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#8431]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rps@basic-api: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#6621]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#6621]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html - shard-dg1: NOTRUN -> [SKIP][92] ([i915#6621]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#4387]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@mock@memory_region: - shard-rkl: NOTRUN -> [DMESG-WARN][94] ([i915#9311]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@i915_selftest@mock@memory_region.html * igt@intel_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][95] ([i915#7707]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@intel_hwmon@hwmon-read.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#8709]) +11 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#9531]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1: - shard-mtlp: [PASS][98] -> [FAIL][99] ([i915#11808] / [i915#5956]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-mtlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][100] ([i915#5956]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][101] ([i915#5286]) +3 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#4538] / [i915#5286]) +6 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html - shard-tglu: NOTRUN -> [SKIP][103] ([i915#5286]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#3638]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#3638]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][106] +14 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#4538] / [i915#5190]) +6 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][108] ([i915#4538]) +5 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_joiner@basic-force-joiner: - shard-tglu: NOTRUN -> [SKIP][109] ([i915#10656]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_big_joiner@basic-force-joiner.html - shard-dg1: NOTRUN -> [SKIP][110] ([i915#10656]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#10656]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][113] ([i915#6095]) +7 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#6095]) +31 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][115] +112 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-glk6/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#10307] / [i915#6095]) +191 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-2/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#6095]) +55 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#6095]) +43 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#7828]) +6 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#7828]) +5 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#7828]) +5 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][122] ([i915#7828]) +7 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html - shard-tglu: NOTRUN -> [SKIP][123] ([i915#7828]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_content_protection@atomic: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#7118] / [i915#9424]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#3299]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6944] / [i915#9424]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@mei-interface: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#9424]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_content_protection@mei-interface.html - shard-dg1: NOTRUN -> [SKIP][128] ([i915#9433]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_content_protection@mei-interface.html - shard-tglu: NOTRUN -> [SKIP][129] ([i915#6944] / [i915#9424]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#7118] / [i915#9424]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#3555] / [i915#8814]) +1 other test skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][132] ([i915#11453]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-dg2: NOTRUN -> [SKIP][133] ([i915#11453] / [i915#3359]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-dg1: NOTRUN -> [SKIP][134] ([i915#11453]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#11453]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-128x42: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#8814]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-random-128x42.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#3555]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#11453]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3555]) +1 other test skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-32x10.html - shard-tglu: NOTRUN -> [SKIP][140] ([i915#3555]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#9809]) +3 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][142] +18 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#4103]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@torture-move@pipe-a: - shard-snb: [PASS][145] -> [DMESG-WARN][146] ([i915#10166]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-snb7/igt@kms_cursor_legacy@torture-move@pipe-a.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb7/igt@kms_cursor_legacy@torture-move@pipe-a.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#3804]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-dg2: [PASS][148] -> [SKIP][149] ([i915#1257]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-11/igt@kms_dp_aux_dev.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#3555] / [i915#3840]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3840] / [i915#9688]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_dsc@dsc-fractional-bpp.html - shard-dg1: NOTRUN -> [SKIP][152] ([i915#3840]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_dsc@dsc-fractional-bpp.html - shard-tglu: NOTRUN -> [SKIP][153] ([i915#3840]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#3840]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg1: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#3840]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3555] / [i915#3840]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#3840] / [i915#9053]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-dg2: NOTRUN -> [SKIP][158] ([i915#3840] / [i915#9053]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#4854]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#1839]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@display-4x: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#1839]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#3637]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#9934]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html - shard-tglu: NOTRUN -> [SKIP][164] ([i915#3637]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#8381]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-suspend@b-edp1: - shard-mtlp: [PASS][166] -> [ABORT][167] ([i915#11897]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#8810]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][169] ([i915#2587] / [i915#2672]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][170] ([i915#2587] / [i915#2672]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#2672]) +2 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#2672] / [i915#3555]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#2672]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#2672]) +4 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#5274]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8708]) +2 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2: NOTRUN -> [FAIL][177] ([i915#6880]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg2: [PASS][178] -> [FAIL][179] ([i915#6880]) +1 other test fail [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#1825]) +20 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#1825]) +28 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#5354]) +25 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-snb: [PASS][183] -> [SKIP][184] +4 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-dg1: NOTRUN -> [SKIP][185] ([i915#5439]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#8708]) +13 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html - shard-tglu: NOTRUN -> [SKIP][187] +15 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][188] +20 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#9766]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#3023]) +16 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#3458]) +9 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#8708]) +9 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#3458]) +11 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8228]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_hdr@bpc-switch-dpms.html - shard-tglu: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8228]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8228]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_hdr@static-toggle.html - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_hdr@static-toggle.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#4816]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-dg1: NOTRUN -> [SKIP][199] ([i915#1839]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_lowres@tiling-4@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#11614] / [i915#3582]) +3 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8806]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#9423]) +1 other test skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#5176]) +3 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][204] ([i915#5176] / [i915#9423]) +3 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#9423]) +7 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][206] ([i915#9423]) +3 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][207] ([i915#5235]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][208] ([i915#5235]) +2 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#5235]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#9423]) +27 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][211] ([i915#9728]) +3 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][212] ([i915#9728]) +3 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_pm_backlight@fade-with-suspend: - shard-rkl: NOTRUN -> [SKIP][213] ([i915#5354]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#9685]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc6-dpms: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#3361]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#10139]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_pm_dc@dc6-psr.html - shard-dg1: NOTRUN -> [SKIP][217] ([i915#9685]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#9340]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#8430]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_pm_lpsp@screens-disabled.html - shard-tglu: NOTRUN -> [SKIP][220] ([i915#8430]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_pm_lpsp@screens-disabled.html - shard-dg2: NOTRUN -> [SKIP][221] ([i915#8430]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [PASS][222] -> [SKIP][223] ([i915#9519]) +1 other test skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#9519]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_pm_rpm@dpms-non-lpsp.html - shard-dg2: NOTRUN -> [SKIP][225] ([i915#9519]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#9519]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_prime@basic-modeset-hybrid: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#6524]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@kms_prime@basic-modeset-hybrid.html - shard-dg2: NOTRUN -> [SKIP][228] ([i915#6524] / [i915#6805]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-tglu: NOTRUN -> [SKIP][229] ([i915#11520]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html - shard-dg2: NOTRUN -> [SKIP][230] ([i915#11520]) +1 other test skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#11520]) +2 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf: - shard-dg1: NOTRUN -> [SKIP][232] ([i915#11520]) +3 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf@psr2-pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#9808]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf@psr2-pipe-b-edp-1.html * igt@kms_psr@fbc-pr-cursor-render: - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#9688]) +12 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_psr@fbc-pr-cursor-render.html * igt@kms_psr@fbc-pr-primary-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#9732]) +5 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_psr@fbc-pr-primary-mmap-cpu.html * igt@kms_psr@fbc-psr-cursor-plane-move: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#1072] / [i915#9732]) +11 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_psr@fbc-psr-cursor-plane-move.html * igt@kms_psr@fbc-psr-sprite-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#1072] / [i915#9673] / [i915#9732]) +5 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_psr@fbc-psr-sprite-mmap-gtt.html * igt@kms_psr@psr2-primary-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][238] ([i915#1072] / [i915#9732]) +15 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_psr@psr2-primary-mmap-cpu.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][239] ([i915#1072] / [i915#9732]) +14 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-6/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#4235]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#5289]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#5190]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][243] ([i915#11131] / [i915#4235] / [i915#5190]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#11131]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_setmode@clone-exclusive-crtc: - shard-dg1: NOTRUN -> [SKIP][245] ([i915#3555]) +5 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_sysfs_edid_timing: - shard-dg2: [PASS][246] -> [FAIL][247] ([IGT#2]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-11/igt@kms_sysfs_edid_timing.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][248] ([i915#8623]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_tiled_display@basic-test-pattern.html - shard-tglu: NOTRUN -> [SKIP][249] ([i915#8623]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_tiled_display@basic-test-pattern.html - shard-dg2: NOTRUN -> [SKIP][250] ([i915#8623]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-tglu: [PASS][251] -> [FAIL][252] ([i915#9196]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-4: - shard-dg1: [PASS][253] -> [FAIL][254] ([i915#9196]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg1-17/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-4.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-18/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-4.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#9906]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-dg1: NOTRUN -> [SKIP][256] ([i915#9906]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-tglu: NOTRUN -> [SKIP][257] ([i915#9906]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#2437]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_writeback@writeback-check-output.html - shard-glk: NOTRUN -> [SKIP][259] ([i915#2437]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-glk1/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#2437] / [i915#9412]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-15/igt@kms_writeback@writeback-check-output-xrgb2101010.html - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#2437] / [i915#9412]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-rkl: NOTRUN -> [SKIP][262] ([i915#2437] / [i915#9412]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_writeback@writeback-pixel-formats.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][263] ([i915#11823]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-all-gts: - shard-rkl: NOTRUN -> [SKIP][264] ([i915#8516]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-fence-flip: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#3708]) +1 other test skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@prime_vgem@basic-fence-flip.html - shard-dg2: NOTRUN -> [SKIP][266] ([i915#3708]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@coherency-gtt: - shard-dg1: NOTRUN -> [SKIP][267] ([i915#3708] / [i915#4077]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-read-hang: - shard-rkl: NOTRUN -> [SKIP][268] ([i915#3708]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@prime_vgem@fence-read-hang.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][269] ([i915#3708]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][270] ([i915#9917]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-dg1: NOTRUN -> [SKIP][271] ([i915#9917]) +1 other test skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-13/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-tglu: NOTRUN -> [SKIP][272] ([i915#9917]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-8/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-mtlp: NOTRUN -> [SKIP][273] ([i915#9917]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-5/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#4818]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [FAIL][275] ([i915#7742]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_create@hog-create@smem0: - shard-dg1: [INCOMPLETE][277] -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg1-17/igt@gem_create@hog-create@smem0.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg1-18/igt@gem_create@hog-create@smem0.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-mtlp: [INCOMPLETE][279] -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-mtlp-3/igt@gem_exec_flush@basic-uc-prw-default.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_schedule@manyslice@vecs0: - shard-dg2: [INCOMPLETE][281] -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-10/igt@gem_exec_schedule@manyslice@vecs0.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@gem_exec_schedule@manyslice@vecs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][283] ([i915#10131] / [i915#9820]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [ABORT][285] ([i915#9820]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-8/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [FAIL][287] ([i915#2122]) -> [PASS][288] +1 other test pass [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@flip-vs-absolute-wf_vblank@d-edp1: - shard-mtlp: [DMESG-WARN][289] ([i915#9157]) -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-mtlp-8/igt@kms_flip@flip-vs-absolute-wf_vblank@d-edp1.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-mtlp-8/igt@kms_flip@flip-vs-absolute-wf_vblank@d-edp1.html * igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a2: - shard-rkl: [FAIL][291] ([i915#10826]) -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-rkl-5/igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a2.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-5/igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a2.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [FAIL][293] ([i915#9295]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-snb: [FAIL][295] ([i915#9196]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-snb2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html #### Warnings #### * igt@kms_content_protection@content-type-change: - shard-snb: [INCOMPLETE][297] ([i915#8816]) -> [SKIP][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-snb7/igt@kms_content_protection@content-type-change.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-snb2/igt@kms_content_protection@content-type-change.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: [SKIP][299] ([i915#11453] / [i915#3359]) -> [SKIP][300] ([i915#11453]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][301] ([i915#4281]) -> [SKIP][302] ([i915#3361]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-rkl-2/igt@kms_pm_dc@dc9-dpms.html * igt@kms_psr@fbc-psr-cursor-mmap-cpu: - shard-dg2: [SKIP][303] ([i915#1072] / [i915#9732]) -> [SKIP][304] ([i915#1072] / [i915#9673] / [i915#9732]) +4 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-2/igt@kms_psr@fbc-psr-cursor-mmap-cpu.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_psr@fbc-psr-cursor-mmap-cpu.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: [SKIP][305] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][306] ([i915#1072] / [i915#9732]) +14 other tests skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-5/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@primary-rotation-90: - shard-dg2: [SKIP][307] ([i915#11131]) -> [SKIP][308] ([i915#11131] / [i915#4235]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-90.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: [SKIP][309] ([i915#11131] / [i915#5190]) -> [SKIP][310] ([i915#11131] / [i915#4235] / [i915#5190]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: [SKIP][311] ([i915#11131] / [i915#4235]) -> [SKIP][312] ([i915#11131]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][313] ([i915#9100]) -> [FAIL][314] ([i915#7484]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15204/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/shard-dg2-2/igt@perf@non-zero-reason@0-rcs0.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10139]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139 [i915#10166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10166 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11823]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11823 [i915#11897]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11897 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4435 [i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881 [i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8431]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8431 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9157]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9157 [i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9561]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9561 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766 [i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_15204 -> Patchwork_137088v1 CI-20190529: 20190529 CI_DRM_15204: 040fda7980e8fccde054bf16158538ff80223e36 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7963: 3f8b9bc4d3f292f788935243bf0a26a4284d8f18 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_137088v1: 040fda7980e8fccde054bf16158538ff80223e36 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_137088v1/index.html [-- Attachment #2: Type: text/html, Size: 107224 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-08-19 15:14 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-08-09 15:03 [PATCH] video/aperture: match the pci device when calling sysfb_disable() Alex Deucher 2024-08-09 15:39 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2024-08-09 15:46 ` ✓ Fi.CI.BAT: success " Patchwork 2024-08-10 11:44 ` [PATCH] " kernel test robot 2024-08-12 12:10 ` Thomas Zimmermann 2024-08-16 20:57 ` Alex Deucher 2024-08-19 8:04 ` Thomas Zimmermann 2024-08-19 13:36 ` Javier Martinez Canillas 2024-08-19 15:14 ` Thomas Zimmermann 2024-08-10 12:25 ` kernel test robot 2024-08-10 18:49 ` ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox