* [PATCH 1/6] drm/i915: Convert driver init/PCI/params license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
@ 2026-07-22 10:29 ` Sebastian Brzezinka
2026-07-22 14:08 ` Krzysztof Niemiec
2026-07-22 10:29 ` [PATCH 2/6] drm/i915: Convert GEM/VMA core " Sebastian Brzezinka
` (6 subsequent siblings)
7 siblings, 1 reply; 11+ messages in thread
From: Sebastian Brzezinka @ 2026-07-22 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: Sebastian Brzezinka, andi.shyti, krzysztof.karas
Replace the verbose MIT license boilerplate in the core driver
init, PCI enumeration and module parameter files with the
corresponding SPDX-License-Identifier tag. This preserves the
existing copyright notices while removing duplicated legal text, per
Documentation/process/license-rules.rst.
No functional changes.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
drivers/gpu/drm/i915/i915_driver.c | 25 ++-----------------------
drivers/gpu/drm/i915/i915_drv.h | 25 ++-----------------------
drivers/gpu/drm/i915/i915_params.c | 21 +--------------------
drivers/gpu/drm/i915/i915_params.h | 21 +--------------------
drivers/gpu/drm/i915/i915_pci.c | 21 +--------------------
5 files changed, 7 insertions(+), 106 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_driver.c b/drivers/gpu/drm/i915/i915_driver.c
index ce6d20958320..3beeccbed949 100644
--- a/drivers/gpu/drm/i915/i915_driver.c
+++ b/drivers/gpu/drm/i915/i915_driver.c
@@ -1,30 +1,9 @@
-/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
- */
+// SPDX-License-Identifier: MIT
/*
+ * i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
*
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
- * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
*/
#include <linux/aperture.h>
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 844ed79e7211..db48632425ed 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1,30 +1,9 @@
-/* i915_drv.h -- Private header for the I915 driver -*- linux-c -*-
- */
+/* SPDX-License-Identifier: MIT */
/*
+ * i915_drv.h -- Private header for the I915 driver -*- linux-c -*-
*
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
- * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
*/
#ifndef _I915_DRV_H_
diff --git a/drivers/gpu/drm/i915/i915_params.c b/drivers/gpu/drm/i915/i915_params.c
index 34ed82bb1b1a..2d1867c92796 100644
--- a/drivers/gpu/drm/i915/i915_params.c
+++ b/drivers/gpu/drm/i915/i915_params.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2014 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
*/
#include <linux/string_helpers.h>
diff --git a/drivers/gpu/drm/i915/i915_params.h b/drivers/gpu/drm/i915/i915_params.h
index 4d9d4cd3220d..85330624ccf1 100644
--- a/drivers/gpu/drm/i915/i915_params.h
+++ b/drivers/gpu/drm/i915/i915_params.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2015 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef _I915_PARAMS_H_
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 82415af47d54..57577a63d749 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <drm/drm_color_mgmt.h>
--
2.53.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH 1/6] drm/i915: Convert driver init/PCI/params license headers to SPDX
2026-07-22 10:29 ` [PATCH 1/6] drm/i915: Convert driver init/PCI/params " Sebastian Brzezinka
@ 2026-07-22 14:08 ` Krzysztof Niemiec
2026-07-23 8:48 ` Andi Shyti
0 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Niemiec @ 2026-07-22 14:08 UTC (permalink / raw)
To: Sebastian Brzezinka; +Cc: intel-gfx, andi.shyti, krzysztof.karas
Hi Sebastian,
On 2026-07-22 at 12:29:18 +0200, Sebastian Brzezinka wrote:
> Replace the verbose MIT license boilerplate in the core driver
> init, PCI enumeration and module parameter files with the
> corresponding SPDX-License-Identifier tag. This preserves the
> existing copyright notices while removing duplicated legal text, per
> Documentation/process/license-rules.rst.
>
> No functional changes.
>
> Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
> ---
> drivers/gpu/drm/i915/i915_driver.c | 25 ++-----------------------
> drivers/gpu/drm/i915/i915_drv.h | 25 ++-----------------------
> drivers/gpu/drm/i915/i915_params.c | 21 +--------------------
> drivers/gpu/drm/i915/i915_params.h | 21 +--------------------
> drivers/gpu/drm/i915/i915_pci.c | 21 +--------------------
> 5 files changed, 7 insertions(+), 106 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_driver.c b/drivers/gpu/drm/i915/i915_driver.c
> index ce6d20958320..3beeccbed949 100644
> --- a/drivers/gpu/drm/i915/i915_driver.c
> +++ b/drivers/gpu/drm/i915/i915_driver.c
> @@ -1,30 +1,9 @@
> -/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
> - */
> +// SPDX-License-Identifier: MIT
> /*
> + * i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
> *
> * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
> * All Rights Reserved.
I'll ask cause I'm not sure - Can we put an SPDX identifier on this if
there's "All Rights Reserved" in the license? The original text of the
MIT license doesn't have it, so I *think* it would make it a derivative
license. Right now the phrase "All Rights Reserved" is vacuous because
all the members of the convention that requires the use of it are now
also all members of the convention saying that it's implicit; but strictly
technically speaking the text of the license on this file IS different
than original MIT.
It's probably not that big of a deal and/or I'm not fully informed on
this (there's a bunch of files in the kernel, even new-ish ones, that do
"All Rights Reserved" with SPDX: MIT, so maybe this is allowed) - but I
think it's worth double checking.
Thanks
Krzysztof
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/6] drm/i915: Convert driver init/PCI/params license headers to SPDX
2026-07-22 14:08 ` Krzysztof Niemiec
@ 2026-07-23 8:48 ` Andi Shyti
0 siblings, 0 replies; 11+ messages in thread
From: Andi Shyti @ 2026-07-23 8:48 UTC (permalink / raw)
To: Krzysztof Niemiec
Cc: Sebastian Brzezinka, intel-gfx, andi.shyti, krzysztof.karas
Hi,
On Wed, Jul 22, 2026 at 04:08:45PM +0200, Krzysztof Niemiec wrote:
> On 2026-07-22 at 12:29:18 +0200, Sebastian Brzezinka wrote:
> > Replace the verbose MIT license boilerplate in the core driver
> > init, PCI enumeration and module parameter files with the
> > corresponding SPDX-License-Identifier tag. This preserves the
> > existing copyright notices while removing duplicated legal text, per
> > Documentation/process/license-rules.rst.
> >
> > No functional changes.
> >
> > Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
> > ---
> > drivers/gpu/drm/i915/i915_driver.c | 25 ++-----------------------
> > drivers/gpu/drm/i915/i915_drv.h | 25 ++-----------------------
> > drivers/gpu/drm/i915/i915_params.c | 21 +--------------------
> > drivers/gpu/drm/i915/i915_params.h | 21 +--------------------
> > drivers/gpu/drm/i915/i915_pci.c | 21 +--------------------
> > 5 files changed, 7 insertions(+), 106 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/i915_driver.c b/drivers/gpu/drm/i915/i915_driver.c
> > index ce6d20958320..3beeccbed949 100644
> > --- a/drivers/gpu/drm/i915/i915_driver.c
> > +++ b/drivers/gpu/drm/i915/i915_driver.c
> > @@ -1,30 +1,9 @@
> > -/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
> > - */
> > +// SPDX-License-Identifier: MIT
> > /*
> > + * i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
> > *
> > * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
> > * All Rights Reserved.
>
> I'll ask cause I'm not sure - Can we put an SPDX identifier on this if
> there's "All Rights Reserved" in the license? The original text of the
> MIT license doesn't have it, so I *think* it would make it a derivative
> license. Right now the phrase "All Rights Reserved" is vacuous because
> all the members of the convention that requires the use of it are now
> also all members of the convention saying that it's implicit; but strictly
> technically speaking the text of the license on this file IS different
> than original MIT.
>
> It's probably not that big of a deal and/or I'm not fully informed on
> this (there's a bunch of files in the kernel, even new-ish ones, that do
> "All Rights Reserved" with SPDX: MIT, so maybe this is allowed) - but I
> think it's worth double checking.
I don't really know what "All Rights Reserved" means in this
context, but this is out of the license itself. What the patch is
doing is to replace the MIT license with the SPDX identifier and
leave things as they are.
What can be done is to add Intel as a copirighter, giving that
also Intel has been contributing to this file. But it's not
strictly necessary to the scope of this series.
Andi
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/6] drm/i915: Convert GEM/VMA core license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 1/6] drm/i915: Convert driver init/PCI/params " Sebastian Brzezinka
@ 2026-07-22 10:29 ` Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 3/6] drm/i915: Convert request/sync " Sebastian Brzezinka
` (5 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sebastian Brzezinka @ 2026-07-22 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: Sebastian Brzezinka, andi.shyti, krzysztof.karas
Replace the verbose MIT license boilerplate in the core GEM object
management and VMA files with the corresponding SPDX-License-Identifier
tag, preserving existing copyright and authorship notices.
No functional changes.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
drivers/gpu/drm/i915/i915_gem.c | 21 +--------------------
drivers/gpu/drm/i915/i915_gem.h | 21 +--------------------
drivers/gpu/drm/i915/i915_gem_evict.c | 21 +--------------------
drivers/gpu/drm/i915/i915_vma.c | 21 +--------------------
drivers/gpu/drm/i915/i915_vma.h | 21 +--------------------
5 files changed, 5 insertions(+), 100 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index a432daf8038a..db380a83eb58 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/drivers/gpu/drm/i915/i915_gem.c
@@ -1,28 +1,9 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2008-2015 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Eric Anholt <eric@anholt.net>
- *
*/
#include <linux/dma-fence-array.h>
diff --git a/drivers/gpu/drm/i915/i915_gem.h b/drivers/gpu/drm/i915/i915_gem.h
index 20b3cb29cfff..e62fd23a2b4e 100644
--- a/drivers/gpu/drm/i915/i915_gem.h
+++ b/drivers/gpu/drm/i915/i915_gem.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef __I915_GEM_H__
diff --git a/drivers/gpu/drm/i915/i915_gem_evict.c b/drivers/gpu/drm/i915/i915_gem_evict.c
index c02ebd6900ae..f1a041cdc861 100644
--- a/drivers/gpu/drm/i915/i915_gem_evict.c
+++ b/drivers/gpu/drm/i915/i915_gem_evict.c
@@ -1,29 +1,10 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2008-2010 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Eric Anholt <eric@anholt.net>
* Chris Wilson <chris@chris-wilson.co.uuk>
- *
*/
#include "gem/i915_gem_context.h"
diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c
index afc192d9931b..767a4952c331 100644
--- a/drivers/gpu/drm/i915/i915_vma.c
+++ b/drivers/gpu/drm/i915/i915_vma.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <linux/sched/mm.h>
diff --git a/drivers/gpu/drm/i915/i915_vma.h b/drivers/gpu/drm/i915/i915_vma.h
index 892306ab935d..7acebe32fbda 100644
--- a/drivers/gpu/drm/i915/i915_vma.h
+++ b/drivers/gpu/drm/i915/i915_vma.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef __I915_VMA_H__
--
2.53.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 3/6] drm/i915: Convert request/sync core license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 1/6] drm/i915: Convert driver init/PCI/params " Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 2/6] drm/i915: Convert GEM/VMA core " Sebastian Brzezinka
@ 2026-07-22 10:29 ` Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 4/6] drm/i915: Convert IRQ/uncore/power " Sebastian Brzezinka
` (4 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sebastian Brzezinka @ 2026-07-22 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: Sebastian Brzezinka, andi.shyti, krzysztof.karas
Replace the verbose MIT license boilerplate in the GPU request tracking,
fence sync map and selftest support files with the corresponding
SPDX-License-Identifier tag, preserving existing copyright notices.
No functional changes.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
drivers/gpu/drm/i915/i915_request.c | 21 +--------------------
drivers/gpu/drm/i915/i915_request.h | 21 +--------------------
drivers/gpu/drm/i915/i915_selftest.h | 20 +-------------------
drivers/gpu/drm/i915/i915_syncmap.c | 21 +--------------------
drivers/gpu/drm/i915/i915_syncmap.h | 21 +--------------------
5 files changed, 5 insertions(+), 99 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/gpu/drm/i915/i915_request.c
index d2c7b1090df0..cceec09d7695 100644
--- a/drivers/gpu/drm/i915/i915_request.c
+++ b/drivers/gpu/drm/i915/i915_request.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2008-2015 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <linux/dma-fence-array.h>
diff --git a/drivers/gpu/drm/i915/i915_request.h b/drivers/gpu/drm/i915/i915_request.h
index b09135301f39..731bd0dcd69e 100644
--- a/drivers/gpu/drm/i915/i915_request.h
+++ b/drivers/gpu/drm/i915/i915_request.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2008-2018 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef I915_REQUEST_H
diff --git a/drivers/gpu/drm/i915/i915_selftest.h b/drivers/gpu/drm/i915/i915_selftest.h
index e29ca298e7eb..54f4ac495504 100644
--- a/drivers/gpu/drm/i915/i915_selftest.h
+++ b/drivers/gpu/drm/i915/i915_selftest.h
@@ -1,24 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
*/
#ifndef __I915_SELFTEST_H__
diff --git a/drivers/gpu/drm/i915/i915_syncmap.c b/drivers/gpu/drm/i915/i915_syncmap.c
index fbc3a13a4974..abc3e5792fda 100644
--- a/drivers/gpu/drm/i915/i915_syncmap.c
+++ b/drivers/gpu/drm/i915/i915_syncmap.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2017 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <linux/slab.h>
diff --git a/drivers/gpu/drm/i915/i915_syncmap.h b/drivers/gpu/drm/i915/i915_syncmap.h
index 0653f70bee82..5169307404d3 100644
--- a/drivers/gpu/drm/i915/i915_syncmap.h
+++ b/drivers/gpu/drm/i915/i915_syncmap.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2017 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef __I915_SYNCMAP_H__
--
2.53.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 4/6] drm/i915: Convert IRQ/uncore/power license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
` (2 preceding siblings ...)
2026-07-22 10:29 ` [PATCH 3/6] drm/i915: Convert request/sync " Sebastian Brzezinka
@ 2026-07-22 10:29 ` Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 5/6] drm/i915: Convert debugfs/error/cmd-parser " Sebastian Brzezinka
` (3 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sebastian Brzezinka @ 2026-07-22 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: Sebastian Brzezinka, andi.shyti, krzysztof.karas
Replace the verbose MIT license boilerplate in the interrupt handling,
MMIO uncore access, runtime PM and clock gating files with the
corresponding SPDX-License-Identifier tag, preserving existing copyright
and authorship notices.
No functional changes.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
drivers/gpu/drm/i915/i915_irq.c | 26 +++--------------------
drivers/gpu/drm/i915/intel_clock_gating.c | 21 +-----------------
drivers/gpu/drm/i915/intel_runtime_pm.c | 21 +-----------------
drivers/gpu/drm/i915/intel_uncore.c | 20 +----------------
drivers/gpu/drm/i915/intel_uncore.h | 21 +-----------------
5 files changed, 7 insertions(+), 102 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 932409b943ad..0c193c06d93e 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -1,29 +1,9 @@
-/* i915_irq.c -- IRQ support for the I915 -*- linux-c -*-
- */
+// SPDX-License-Identifier: MIT
/*
+ * i915_irq.c -- IRQ support for the I915 -*- linux-c -*-
+ *
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
- * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- *
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
diff --git a/drivers/gpu/drm/i915/intel_clock_gating.c b/drivers/gpu/drm/i915/intel_clock_gating.c
index 86bdeb20f427..daa256d8ad9b 100644
--- a/drivers/gpu/drm/i915/intel_clock_gating.c
+++ b/drivers/gpu/drm/i915/intel_clock_gating.c
@@ -1,28 +1,9 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2012 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Eugeni Dodonov <eugeni.dodonov@intel.com>
- *
*/
#include <drm/drm_print.h>
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c
index 0d5b2624fe66..d59e7a298a9a 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.c
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.c
@@ -1,29 +1,10 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2012-2014 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Eugeni Dodonov <eugeni.dodonov@intel.com>
* Daniel Vetter <daniel.vetter@ffwll.ch>
- *
*/
#include <linux/pm_runtime.h>
diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
index 170e83a8c9fc..47ba2db6a52d 100644
--- a/drivers/gpu/drm/i915/intel_uncore.c
+++ b/drivers/gpu/drm/i915/intel_uncore.c
@@ -1,24 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2013 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
*/
#include <linux/pm_runtime.h>
diff --git a/drivers/gpu/drm/i915/intel_uncore.h b/drivers/gpu/drm/i915/intel_uncore.h
index fafc2ca9a237..19fecfc22089 100644
--- a/drivers/gpu/drm/i915/intel_uncore.h
+++ b/drivers/gpu/drm/i915/intel_uncore.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2017 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef __INTEL_UNCORE_H__
--
2.53.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 5/6] drm/i915: Convert debugfs/error/cmd-parser license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
` (3 preceding siblings ...)
2026-07-22 10:29 ` [PATCH 4/6] drm/i915: Convert IRQ/uncore/power " Sebastian Brzezinka
@ 2026-07-22 10:29 ` Sebastian Brzezinka
2026-07-22 10:29 ` [PATCH 6/6] drm/i915: Convert GVT/vgpu/perf/device-info " Sebastian Brzezinka
` (2 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Sebastian Brzezinka @ 2026-07-22 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: Sebastian Brzezinka, andi.shyti, krzysztof.karas
Replace the verbose MIT license boilerplate in the debugfs interface,
GPU error capture, command parser, 32-bit ioctl compatibility,
sysfs, memory mapping and fast memcpy files with the corresponding
SPDX-License-Identifier tag, preserving existing copyright and authorship
notices.
No functional changes.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
drivers/gpu/drm/i915/i915_cmd_parser.c | 21 +--------------------
drivers/gpu/drm/i915/i915_debugfs.c | 21 +--------------------
drivers/gpu/drm/i915/i915_gpu_error.c | 21 +--------------------
drivers/gpu/drm/i915/i915_ioc32.c | 21 ++-------------------
drivers/gpu/drm/i915/i915_memcpy.c | 21 +--------------------
drivers/gpu/drm/i915/i915_mm.c | 21 +--------------------
drivers/gpu/drm/i915/i915_sysfs.c | 21 +--------------------
drivers/gpu/drm/i915/i915_utils.h | 21 +--------------------
8 files changed, 9 insertions(+), 159 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c
index 41fef2d02449..6a89dd4e2d99 100644
--- a/drivers/gpu/drm/i915/i915_cmd_parser.c
+++ b/drivers/gpu/drm/i915/i915_cmd_parser.c
@@ -1,28 +1,9 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2013 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Brad Volkin <bradley.d.volkin@intel.com>
- *
*/
#include <linux/highmem.h>
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index a3e27f9e4f47..9b859b9eff24 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -1,29 +1,10 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2008 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Eric Anholt <eric@anholt.net>
* Keith Packard <keithp@keithp.com>
- *
*/
#include <linux/debugfs.h>
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index 5353a9c66694..49a5c720bf85 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1,30 +1,11 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright (c) 2008 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Eric Anholt <eric@anholt.net>
* Keith Packard <keithp@keithp.com>
* Mika Kuoppala <mika.kuoppala@intel.com>
- *
*/
#include <linux/ascii85.h>
diff --git a/drivers/gpu/drm/i915/i915_ioc32.c b/drivers/gpu/drm/i915/i915_ioc32.c
index 33348960f623..c8bb18166b6c 100644
--- a/drivers/gpu/drm/i915/i915_ioc32.c
+++ b/drivers/gpu/drm/i915/i915_ioc32.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: MIT
/*
* 32-bit ioctl compatibility routines for the i915 DRM.
*
@@ -5,27 +6,9 @@
* Copyright (C) Alan Hourihane 2005
* All Rights Reserved.
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
*/
+
#include <linux/compat.h>
#include <drm/drm_ioctl.h>
diff --git a/drivers/gpu/drm/i915/i915_memcpy.c b/drivers/gpu/drm/i915/i915_memcpy.c
index cc41974cee74..686aefe260df 100644
--- a/drivers/gpu/drm/i915/i915_memcpy.c
+++ b/drivers/gpu/drm/i915/i915_memcpy.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <linux/kernel.h>
diff --git a/drivers/gpu/drm/i915/i915_mm.c b/drivers/gpu/drm/i915/i915_mm.c
index fd89e7c7d8d6..97ae0b429175 100644
--- a/drivers/gpu/drm/i915/i915_mm.c
+++ b/drivers/gpu/drm/i915/i915_mm.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2014 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <linux/mm.h>
diff --git a/drivers/gpu/drm/i915/i915_sysfs.c b/drivers/gpu/drm/i915/i915_sysfs.c
index 70e0d8615160..1cc370aed826 100644
--- a/drivers/gpu/drm/i915/i915_sysfs.c
+++ b/drivers/gpu/drm/i915/i915_sysfs.c
@@ -1,28 +1,9 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2012 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Ben Widawsky <ben@bwidawsk.net>
- *
*/
#include <linux/device.h>
diff --git a/drivers/gpu/drm/i915/i915_utils.h b/drivers/gpu/drm/i915/i915_utils.h
index ecc20e0528f4..50b7d9392b6d 100644
--- a/drivers/gpu/drm/i915/i915_utils.h
+++ b/drivers/gpu/drm/i915/i915_utils.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef __I915_UTILS_H
--
2.53.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH 6/6] drm/i915: Convert GVT/vgpu/perf/device-info license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
` (4 preceding siblings ...)
2026-07-22 10:29 ` [PATCH 5/6] drm/i915: Convert debugfs/error/cmd-parser " Sebastian Brzezinka
@ 2026-07-22 10:29 ` Sebastian Brzezinka
2026-07-22 11:59 ` ✓ i915.CI.BAT: success for drm/i915: Convert core " Patchwork
2026-07-23 8:17 ` ✗ i915.CI.Full: failure " Patchwork
7 siblings, 0 replies; 11+ messages in thread
From: Sebastian Brzezinka @ 2026-07-22 10:29 UTC (permalink / raw)
To: intel-gfx; +Cc: Sebastian Brzezinka, andi.shyti, krzysztof.karas
Replace the verbose MIT license boilerplate in the GVT-g host/guest
support, i915 perf, device info and register definition files with the
corresponding SPDX-License-Identifier tag, preserving existing copyright
and authorship notices.
No functional changes.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
---
drivers/gpu/drm/i915/i915_perf.c | 21 +--------------------
drivers/gpu/drm/i915/i915_pvinfo.h | 20 +-------------------
drivers/gpu/drm/i915/i915_reg.h | 24 +++---------------------
drivers/gpu/drm/i915/i915_vgpu.c | 20 +-------------------
drivers/gpu/drm/i915/i915_vgpu.h | 20 +-------------------
drivers/gpu/drm/i915/intel_device_info.c | 21 +--------------------
drivers/gpu/drm/i915/intel_device_info.h | 21 +--------------------
drivers/gpu/drm/i915/intel_gvt.c | 20 +-------------------
drivers/gpu/drm/i915/intel_gvt.h | 20 +-------------------
9 files changed, 11 insertions(+), 176 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_perf.c b/drivers/gpu/drm/i915/i915_perf.c
index 19b82427aa41..327194f1407c 100644
--- a/drivers/gpu/drm/i915/i915_perf.c
+++ b/drivers/gpu/drm/i915/i915_perf.c
@@ -1,30 +1,11 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2015-2016 Intel Corporation
*
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
* Authors:
* Robert Bragg <robert@sixbynine.org>
*/
-
/**
* DOC: i915 Perf Overview
*
diff --git a/drivers/gpu/drm/i915/i915_pvinfo.h b/drivers/gpu/drm/i915/i915_pvinfo.h
index 683e97ac2430..2fce7303534b 100644
--- a/drivers/gpu/drm/i915/i915_pvinfo.h
+++ b/drivers/gpu/drm/i915/i915_pvinfo.h
@@ -1,24 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
*/
#ifndef _I915_PVINFO_H_
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 64e906380131..304b32d2d0ef 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -1,25 +1,7 @@
-/* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the
- * "Software"), to deal in the Software without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sub license, and/or sell copies of the Software, and to
- * permit persons to whom the Software is furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice (including the
- * next paragraph) shall be included in all copies or substantial portions
- * of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
- * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef _I915_REG_H_
diff --git a/drivers/gpu/drm/i915/i915_vgpu.c b/drivers/gpu/drm/i915/i915_vgpu.c
index d29a06ea51a5..617c34510f36 100644
--- a/drivers/gpu/drm/i915/i915_vgpu.c
+++ b/drivers/gpu/drm/i915/i915_vgpu.c
@@ -1,24 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright(c) 2011-2015 Intel Corporation. All rights reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
*/
#include <drm/drm_print.h>
diff --git a/drivers/gpu/drm/i915/i915_vgpu.h b/drivers/gpu/drm/i915/i915_vgpu.h
index ffbb77d08048..3c5c3a12d0b0 100644
--- a/drivers/gpu/drm/i915/i915_vgpu.h
+++ b/drivers/gpu/drm/i915/i915_vgpu.h
@@ -1,24 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2011-2015 Intel Corporation. All rights reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
*/
#ifndef _I915_VGPU_H_
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index bbe3a24fe3d9..708dcf8741d7 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -1,25 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright © 2016 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#include <linux/string_helpers.h>
diff --git a/drivers/gpu/drm/i915/intel_device_info.h b/drivers/gpu/drm/i915/intel_device_info.h
index 9387385cb418..35344064d40c 100644
--- a/drivers/gpu/drm/i915/intel_device_info.h
+++ b/drivers/gpu/drm/i915/intel_device_info.h
@@ -1,25 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2014-2017 Intel Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
- * IN THE SOFTWARE.
- *
*/
#ifndef _INTEL_DEVICE_INFO_H_
diff --git a/drivers/gpu/drm/i915/intel_gvt.c b/drivers/gpu/drm/i915/intel_gvt.c
index 6b43713899b8..95b73d3206b2 100644
--- a/drivers/gpu/drm/i915/intel_gvt.c
+++ b/drivers/gpu/drm/i915/intel_gvt.c
@@ -1,24 +1,6 @@
+// SPDX-License-Identifier: MIT
/*
* Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
*/
#include <linux/vmalloc.h>
diff --git a/drivers/gpu/drm/i915/intel_gvt.h b/drivers/gpu/drm/i915/intel_gvt.h
index eb2a2be252ca..7cc88fc6f2ef 100644
--- a/drivers/gpu/drm/i915/intel_gvt.h
+++ b/drivers/gpu/drm/i915/intel_gvt.h
@@ -1,24 +1,6 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
*/
#ifndef _INTEL_GVT_H_
--
2.53.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* ✓ i915.CI.BAT: success for drm/i915: Convert core license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
` (5 preceding siblings ...)
2026-07-22 10:29 ` [PATCH 6/6] drm/i915: Convert GVT/vgpu/perf/device-info " Sebastian Brzezinka
@ 2026-07-22 11:59 ` Patchwork
2026-07-23 8:17 ` ✗ i915.CI.Full: failure " Patchwork
7 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-07-22 11:59 UTC (permalink / raw)
To: Sebastian Brzezinka; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 2372 bytes --]
== Series Details ==
Series: drm/i915: Convert core license headers to SPDX
URL : https://patchwork.freedesktop.org/series/170905/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_18874 -> Patchwork_170905v1
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/index.html
Participating hosts (40 -> 38)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_170905v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@gt_pm:
- fi-skl-6600u: [PASS][1] -> [INCOMPLETE][2] ([i915#16550]) +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/fi-skl-6600u/igt@i915_selftest@live@gt_pm.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/fi-skl-6600u/igt@i915_selftest@live@gt_pm.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-arlh-2: [INCOMPLETE][3] ([i915#16547]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/bat-arlh-2/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/bat-arlh-2/igt@i915_selftest@live.html
* igt@i915_selftest@live@dmabuf:
- bat-arlh-2: [INCOMPLETE][5] -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/bat-arlh-2/igt@i915_selftest@live@dmabuf.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/bat-arlh-2/igt@i915_selftest@live@dmabuf.html
[i915#16547]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16547
[i915#16550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16550
Build changes
-------------
* Linux: CI_DRM_18874 -> Patchwork_170905v1
CI-20190529: 20190529
CI_DRM_18874: a2dbc8135f5db01ae8e10adbd7e47566806c5b15 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_9018: f4345861cbd5d97fd50b73bf7af5fe3286fca056 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_170905v1: a2dbc8135f5db01ae8e10adbd7e47566806c5b15 @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/index.html
[-- Attachment #2: Type: text/html, Size: 3023 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* ✗ i915.CI.Full: failure for drm/i915: Convert core license headers to SPDX
2026-07-22 10:29 [PATCH 0/6] drm/i915: Convert core license headers to SPDX Sebastian Brzezinka
` (6 preceding siblings ...)
2026-07-22 11:59 ` ✓ i915.CI.BAT: success for drm/i915: Convert core " Patchwork
@ 2026-07-23 8:17 ` Patchwork
7 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-07-23 8:17 UTC (permalink / raw)
To: Sebastian Brzezinka; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 130633 bytes --]
== Series Details ==
Series: drm/i915: Convert core license headers to SPDX
URL : https://patchwork.freedesktop.org/series/170905/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_18874_full -> Patchwork_170905v1_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_170905v1_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_170905v1_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 -> 11)
------------------------------
Additional (1): pig-kbl-iris
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_170905v1_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_freq@sysfs:
- shard-tglu: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-tglu-7/igt@gem_ctx_freq@sysfs.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-10/igt@gem_ctx_freq@sysfs.html
* igt@perf_pmu@frequency:
- shard-rkl: [PASS][3] -> [FAIL][4] +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-8/igt@perf_pmu@frequency.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@perf_pmu@frequency.html
Known issues
------------
Here are the changes found in Patchwork_170905v1_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@gem_bad_reloc@negative-reloc-bltcopy:
- shard-mtlp: NOTRUN -> [SKIP][6] ([i915#3281]) +6 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_bad_reloc@negative-reloc-bltcopy.html
* igt@gem_basic@multigpu-create-close:
- shard-tglu-1: NOTRUN -> [SKIP][7] ([i915#7697]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [PASS][9] -> [INCOMPLETE][10] ([i915#13356] / [i915#16348]) +1 other test incomplete
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-8/igt@gem_ccs@suspend-resume.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-4/igt@gem_ccs@suspend-resume.html
- shard-rkl: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#7697])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu-1: NOTRUN -> [SKIP][13] ([i915#6335])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_freq@sysfs@gt0:
- shard-snb: [PASS][14] -> [FAIL][15] ([i915#16505]) +1 other test fail
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-snb5/igt@gem_ctx_freq@sysfs@gt0.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-snb4/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#8555])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#280])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#4812]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#4525]) +2 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-tglu-1: NOTRUN -> [SKIP][20] ([i915#4525])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-tglu: NOTRUN -> [SKIP][21] ([i915#6334]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#3539] / [i915#4852])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#3281])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
* igt@gem_exec_reloc@basic-range-active:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#3281]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@gem_exec_reloc@basic-range-active.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4860])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#2190])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#4613]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@massive-random:
- shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#4613]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-tglu: NOTRUN -> [SKIP][29] ([i915#4613]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@verify-random:
- shard-glk: NOTRUN -> [SKIP][30] ([i915#4613]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk6/igt@gem_lmem_swapping@verify-random.html
* igt@gem_madvise@dontneed-before-exec:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#3282])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_mmap_gtt@basic-read-write-distinct:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#4077]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@gem_mmap_gtt@basic-read-write-distinct.html
* igt@gem_mmap_gtt@basic-write-read-distinct:
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4077]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_mmap_gtt@basic-write-read-distinct.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [PASS][34] -> [TIMEOUT][35] ([i915#16021] / [i915#16168] / [i915#16349]) +1 other test timeout
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-mtlp-5/igt@gem_mmap_offset@clear-via-pagefault.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-7/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gem_mmap_wc@close:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#4083])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@gem_mmap_wc@close.html
* igt@gem_partial_pwrite_pread@reads:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#3282]) +3 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@gem_partial_pwrite_pread@reads.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3282])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@linear-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#8428]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_render_copy@linear-to-vebox-y-tiled.html
* igt@gem_softpin@noreloc-s3:
- shard-rkl: [PASS][40] -> [INCOMPLETE][41] ([i915#13809] / [i915#16226])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-8/igt@gem_softpin@noreloc-s3.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@gem_softpin@noreloc-s3.html
- shard-glk11: NOTRUN -> [INCOMPLETE][42] ([i915#13809] / [i915#16193])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@gem_softpin@noreloc-s3.html
* igt@gem_tiled_blits@basic:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#4077]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@gem_tiled_blits@basic.html
* igt@gem_tiled_pread_basic@basic:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#15656])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@gem_tiled_pread_basic@basic.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-tglu: NOTRUN -> [SKIP][45] ([i915#3297])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-tglu: NOTRUN -> [SKIP][46] ([i915#3297] / [i915#3323])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#3297])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#3282] / [i915#3297])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-rkl: NOTRUN -> [SKIP][49] ([i915#3297])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglu: NOTRUN -> [SKIP][50] ([i915#2527] / [i915#2856]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#2527])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-tglu-1: NOTRUN -> [SKIP][52] ([i915#2527] / [i915#2856]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@gen9_exec_parse@batch-invalid-length.html
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#2527])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-start-param:
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#2856])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_drm_fdinfo@busy-idle-check-all@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#11527]) +6 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@i915_drm_fdinfo@busy-idle-check-all@rcs0.html
* igt@i915_drm_fdinfo@isolation@rcs0:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#14073]) +7 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@i915_drm_fdinfo@isolation@rcs0.html
* igt@i915_drm_fdinfo@virtual-busy-idle-all:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#14118])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@i915_drm_fdinfo@virtual-busy-idle-all.html
* igt@i915_module_load@fault-injection:
- shard-dg1: NOTRUN -> [ABORT][58] ([i915#11814] / [i915#15481]) +1 other test abort
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@i915_module_load@fault-injection.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-tglu-1: NOTRUN -> [SKIP][59] ([i915#15479]) +4 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@i915_module_load@fault-injection@__uc_init.html
* igt@i915_module_load@fault-injection@i915_driver_mmio_probe:
- shard-dg1: NOTRUN -> [INCOMPLETE][60] ([i915#15481])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@i915_module_load@fault-injection@i915_driver_mmio_probe.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-tglu-1: NOTRUN -> [ABORT][61] ([i915#15342]) +1 other test abort
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][62] ([i915#6412])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#8399])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [PASS][64] -> [INCOMPLETE][65] ([i915#13356] / [i915#13820]) +1 other test incomplete
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-7/igt@i915_pm_freq_api@freq-suspend@gt0.html
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-3/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#6590]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: NOTRUN -> [FAIL][67] ([i915#15365] / [i915#16503])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@i915_pm_rps@waitboost.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu-1: NOTRUN -> [SKIP][68] ([i915#4387])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#6245])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-unsupported:
- shard-tglu: NOTRUN -> [SKIP][70] ([i915#16079])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@i915_query@query-topology-unsupported.html
* igt@i915_suspend@fence-restore-untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][71] ([i915#16182] / [i915#4817])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk6/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [PASS][72] -> [INCOMPLETE][73] ([i915#12761])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-2/igt@kms_async_flips@async-flip-suspend-resume.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-4/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][74] ([i915#12761] / [i915#14995])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk4/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
- shard-rkl: NOTRUN -> [INCOMPLETE][75] ([i915#12761])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-4/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#1769] / [i915#3555]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#5286]) +4 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#4538] / [i915#5286])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][79] ([i915#5286]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][80] ([i915#5286]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#3828]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#3638])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#6187])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#4538]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][85] +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][86] ([i915#12313])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#14544] / [i915#6095]) +3 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#14098] / [i915#14544] / [i915#6095]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#12313]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#6095]) +59 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][91] ([i915#6095]) +34 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#10307] / [i915#6095]) +51 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][93] ([i915#12313])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
- shard-glk: NOTRUN -> [SKIP][94] +128 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#6095]) +9 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#12805])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#6095]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][98] ([i915#14694] / [i915#15582]) +1 other test incomplete
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][99] ([i915#6095]) +34 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#14098] / [i915#6095]) +40 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#6095]) +234 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu-1: NOTRUN -> [SKIP][102] ([i915#3742])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#3742])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_audio@dp-audio:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#11151] / [i915#7828]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-tglu-1: NOTRUN -> [SKIP][105] ([i915#11151] / [i915#7828]) +3 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#11151] / [i915#7828])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d:
- shard-tglu-1: NOTRUN -> [SKIP][107] ([i915#16471])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d.html
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#16471])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#16471])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4.html
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#16471]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_chamelium_color_pipeline@plane-lut1d-pre-ctm3x4.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#11151] / [i915#7828]) +8 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- shard-tglu: NOTRUN -> [SKIP][112] ([i915#11151] / [i915#7828]) +3 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#15865]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#15330]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][115] ([i915#15330] / [i915#3116] / [i915#3299])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-tglu-1: NOTRUN -> [SKIP][116] ([i915#15865]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_content_protection@mei-interface.html
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#15865])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-tglu-1: NOTRUN -> [FAIL][118] ([i915#13566]) +1 other test fail
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][119] ([i915#13566]) +5 other tests fail
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#3555]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-rkl: [PASS][121] -> [FAIL][122] ([i915#13566]) +2 other tests fail
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-8/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#3555] / [i915#8814])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#3555]) +6 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#13049])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][126] ([i915#13049])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-512x512.html
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#13049])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][128] ([i915#12358] / [i915#14152] / [i915#7882])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk10/igt@kms_cursor_crc@cursor-suspend.html
- shard-rkl: [PASS][129] -> [INCOMPLETE][130] ([i915#12358] / [i915#14152])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_cursor_crc@cursor-suspend.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [INCOMPLETE][131] ([i915#12358] / [i915#14152])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk10/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][132] ([i915#12358] / [i915#14152])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#4103]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-tglu: NOTRUN -> [SKIP][134] ([i915#4103])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#9809])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#4103])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#4103])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dp_aux_dev@basic:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#1257])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_dp_aux_dev@basic.html
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#1257])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_dp_aux_dev@basic.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#13749])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#13749])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dsc@dsc-basic:
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#16361])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-basic-ultrajoiner:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#16361]) +3 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_dsc@dsc-basic-ultrajoiner.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-tglu-1: NOTRUN -> [SKIP][144] ([i915#16361]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner:
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#16361])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner.html
* igt@kms_feature_discovery@display-2x:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#16081]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#16081])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#16599])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@hdr:
- shard-tglu-1: NOTRUN -> [SKIP][149] ([i915#16600])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_feature_discovery@hdr.html
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#16600])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_feature_discovery@hdr.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible:
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#3637] / [i915#9934])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#3637] / [i915#9934]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][153] ([i915#9934])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#8381])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#8381])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][156] ([i915#3637] / [i915#9934]) +5 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#9934]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#9934]) +3 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/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:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#15643]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][161] ([i915#15643])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#15643]) +2 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#15643])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#15643] / [i915#5190])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#15990]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_frontbuffer_tracking@fbchdr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render:
- shard-dg2: [PASS][166] -> [SKIP][167] ([i915#15989]) +5 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-10/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-shrfb-fliptrack-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#15989]) +12 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_frontbuffer_tracking@fbchdr-1p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-indfb-msflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#15991]) +9 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-spr-indfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][170] +45 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-spr-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#15991]) +3 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render:
- shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#15989]) +6 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbchdr-tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#10055])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbchdr-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#15102]) +23 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#15990] / [i915#8708]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#15990] / [i915#8708])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#15991] / [i915#1825]) +9 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][178] +90 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#15102] / [i915#3023]) +21 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#15102]) +25 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-glk11: NOTRUN -> [SKIP][181] +77 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#15989])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#15989]) +21 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][184] ([i915#15990]) +3 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc:
- shard-rkl: [PASS][185] -> [SKIP][186] ([i915#15989]) +10 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-tglu-1: NOTRUN -> [SKIP][187] ([i915#9766])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-dg1: NOTRUN -> [SKIP][188] ([i915#9766])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#15102]) +4 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#15990] / [i915#8708])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#15991] / [i915#5354]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#1825]) +6 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite:
- shard-tglu-1: NOTRUN -> [SKIP][193] +39 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite.html
- shard-dg1: NOTRUN -> [SKIP][194] +9 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#15102])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-tglu-1: NOTRUN -> [SKIP][196] ([i915#15102]) +23 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#15990]) +6 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-indfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#15989]) +7 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-pri-shrfb-draw-pwrite:
- shard-glk10: NOTRUN -> [SKIP][199] +143 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk10/igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-pri-shrfb-draw-pwrite.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#8228])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#16644] / [i915#3555] / [i915#8228]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#15460]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#15459])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#15459])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#15458])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#15638] / [i915#15722])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu: NOTRUN -> [SKIP][207] ([i915#15815])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#14712])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#15709])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-a-plane-7:
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#16386]) +3 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-a-plane-7.html
* igt@kms_plane@pixel-format-y-tiled-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#15709]) +5 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_plane@pixel-format-y-tiled-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
- shard-tglu-1: NOTRUN -> [SKIP][212] ([i915#15709]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
- shard-dg1: NOTRUN -> [SKIP][213] ([i915#15709])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7:
- shard-tglu-1: NOTRUN -> [SKIP][214] ([i915#16386]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#16386]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html
* igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#15709])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
* igt@kms_plane@pixel-format-yf-tiled-ccs-modifier:
- shard-mtlp: NOTRUN -> [SKIP][217] ([i915#15709])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk11: NOTRUN -> [FAIL][218] ([i915#10647] / [i915#12169])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [FAIL][219] ([i915#10647]) +1 other test fail
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][220] ([i915#10647] / [i915#12169])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][221] ([i915#10647]) +1 other test fail
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-tglu-1: NOTRUN -> [SKIP][222] ([i915#3555])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#13958])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_plane_multiple@2x-tiling-none.html
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#13958])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#15887] / [i915#9809])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers:
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#15329]) +8 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][227] ([i915#15329]) +7 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#15329] / [i915#3555] / [i915#6953])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_pm_backlight@basic-brightness:
- shard-tglu-1: NOTRUN -> [SKIP][229] ([i915#12343] / [i915#9812])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc5-pageflip-negative:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#9685])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_pm_dc@dc5-pageflip-negative.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#3828])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#8430])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#15073]) +2 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg1: [PASS][234] -> [SKIP][235] ([i915#15073])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-17/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-14/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [PASS][236] -> [SKIP][237] ([i915#15073]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-dg2: [PASS][238] -> [INCOMPLETE][239] ([i915#14419])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-8/igt@kms_pm_rpm@system-suspend-idle.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-7/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk11: NOTRUN -> [INCOMPLETE][240] ([i915#10553])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#6524])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-glk11: NOTRUN -> [SKIP][242] ([i915#11520]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-mtlp: NOTRUN -> [SKIP][243] ([i915#12316]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#11520]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#11520]) +9 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#11520]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#11520])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][248] ([i915#11520]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-glk10: NOTRUN -> [SKIP][249] ([i915#11520]) +4 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk10/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][250] ([i915#11520]) +3 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#9683])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#9683])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-tglu-1: NOTRUN -> [SKIP][253] ([i915#9683])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#9683])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-primary-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#9688]) +4 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][256] ([i915#9732]) +9 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_psr@psr-cursor-plane-move:
- shard-rkl: NOTRUN -> [SKIP][257] ([i915#1072] / [i915#9732]) +18 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#1072] / [i915#9732]) +2 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-tglu-1: NOTRUN -> [SKIP][259] ([i915#9732]) +10 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_psr@psr-sprite-plane-onoff.html
- shard-dg1: NOTRUN -> [SKIP][260] ([i915#1072] / [i915#9732]) +4 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#15949])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#12755] / [i915#15867])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk11: NOTRUN -> [INCOMPLETE][263] ([i915#15500] / [i915#16184])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk11/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][264] ([i915#5289])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-mtlp: NOTRUN -> [SKIP][265] ([i915#12755] / [i915#15867]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#5289]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][267] ([i915#13179]) +1 other test abort
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_selftest@drm_framebuffer.html
- shard-tglu-1: NOTRUN -> [ABORT][268] ([i915#13179]) +1 other test abort
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg2: NOTRUN -> [SKIP][269] ([i915#3555])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_vrr@flip-basic-fastset:
- shard-mtlp: NOTRUN -> [SKIP][270] ([i915#8808] / [i915#9906])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-1/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@max-min:
- shard-tglu-1: NOTRUN -> [SKIP][271] ([i915#9906])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-1/igt@kms_vrr@max-min.html
- shard-dg1: NOTRUN -> [SKIP][272] ([i915#9906])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: NOTRUN -> [SKIP][273] ([i915#9906]) +1 other test skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf_pmu@module-unload:
- shard-glk10: NOTRUN -> [ABORT][274] ([i915#15778])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk10/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6-all-gts:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#8516])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@perf_pmu@rc6-all-gts.html
* igt@prime_udl@share-import:
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#16420])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-9/igt@prime_udl@share-import.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][277] ([i915#3708])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@prime_vgem@fence-flip-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#9917])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@sriov_basic@bind-unbind-vf.html
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#9917]) +2 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-5/igt@sriov_basic@bind-unbind-vf.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [INCOMPLETE][280] ([i915#13356]) -> [PASS][281] +1 other test pass
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-8/igt@gem_exec_suspend@basic-s0.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-rkl: [INCOMPLETE][282] ([i915#13356]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_workarounds@suspend-resume-fd.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_suspend@fence-restore-untiled:
- shard-rkl: [INCOMPLETE][284] ([i915#4817]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@i915_suspend@fence-restore-untiled.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][286] ([i915#12761]) -> [PASS][287]
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-glk5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk4/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg2: [FAIL][288] ([i915#5956]) -> [PASS][289] +1 other test pass
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-mtlp: [FAIL][290] ([i915#5956]) -> [PASS][291] +1 other test pass
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][292] ([i915#15733] / [i915#5138]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-rkl: [INCOMPLETE][294] ([i915#14694] / [i915#15582]) -> [PASS][295]
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-dg1: [FAIL][296] ([i915#16429]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-15/igt@kms_flip@wf_vblank-ts-check.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-13/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render:
- shard-rkl: [SKIP][298] ([i915#15989]) -> [PASS][299] +14 other tests pass
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-spr-indfb-move:
- shard-glk: [SKIP][300] -> [PASS][301] +22 other tests pass
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-glk4/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-spr-indfb-move.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk8/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-spr-indfb-move.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [INCOMPLETE][302] ([i915#12756] / [i915#13476]) -> [PASS][303]
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-4/igt@kms_pipe_crc_basic@suspend-read-crc.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-8/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [SKIP][304] ([i915#9340]) -> [PASS][305]
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-10/igt@kms_pm_lpsp@kms-lpsp.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg1: [SKIP][306] ([i915#15073]) -> [PASS][307] +1 other test pass
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-19/igt@kms_pm_rpm@modeset-lpsp-stress.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [SKIP][308] ([i915#15073]) -> [PASS][309]
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [FAIL][310] ([i915#4349]) -> [PASS][311]
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-mtlp-8/igt@perf_pmu@busy-double-start@rcs0.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-mtlp-3/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@busy-idle-check-all@rcs0:
- shard-snb: [FAIL][312] ([i915#4349]) -> [PASS][313] +2 other tests pass
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-snb7/igt@perf_pmu@busy-idle-check-all@rcs0.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-snb7/igt@perf_pmu@busy-idle-check-all@rcs0.html
#### Warnings ####
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: [SKIP][314] ([i915#14544] / [i915#8411]) -> [SKIP][315] ([i915#8411])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@api_intel_bb@object-reloc-keep-cache.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: [SKIP][316] ([i915#14544] / [i915#3555] / [i915#9323]) -> [SKIP][317] ([i915#3555] / [i915#9323])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_ccs@block-copy-compressed.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: [SKIP][318] ([i915#14544] / [i915#9323]) -> [SKIP][319] ([i915#9323])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-rkl: [SKIP][320] ([i915#14544] / [i915#7697]) -> [SKIP][321] ([i915#7697])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_close_race@multigpu-basic-process.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: [SKIP][322] ([i915#14544] / [i915#8562]) -> [SKIP][323] ([i915#8562])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: [SKIP][324] ([i915#280]) -> [SKIP][325] ([i915#14544] / [i915#280])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@gem_ctx_sseu@invalid-args.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: [SKIP][326] ([i915#14544] / [i915#280]) -> [SKIP][327] ([i915#280])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_ctx_sseu@mmap-args.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-rkl: [SKIP][328] ([i915#6334]) -> [SKIP][329] ([i915#14544] / [i915#6334]) +1 other test skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gem_exec_capture@capture-invisible@smem0.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_reloc@basic-cpu-read-active:
- shard-rkl: [SKIP][330] ([i915#3281]) -> [SKIP][331] ([i915#14544] / [i915#3281]) +1 other test skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gem_exec_reloc@basic-cpu-read-active.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-read-active.html
* igt@gem_exec_reloc@basic-write-read:
- shard-rkl: [SKIP][332] ([i915#14544] / [i915#3281]) -> [SKIP][333] ([i915#3281]) +4 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_exec_reloc@basic-write-read.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@gem_exec_reloc@basic-write-read.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: [SKIP][334] ([i915#4613]) -> [SKIP][335] ([i915#14544] / [i915#4613]) +1 other test skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: [SKIP][336] ([i915#14544] / [i915#4613]) -> [SKIP][337] ([i915#4613]) +2 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_pread@display:
- shard-rkl: [SKIP][338] ([i915#3282]) -> [SKIP][339] ([i915#14544] / [i915#3282]) +1 other test skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gem_pread@display.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_pread@display.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: [SKIP][340] ([i915#13717]) -> [SKIP][341] ([i915#13717] / [i915#14544])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@gem_pxp@hw-rejects-pxp-context.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_tiled_pread_pwrite:
- shard-rkl: [SKIP][342] ([i915#14544] / [i915#3282]) -> [SKIP][343] ([i915#3282]) +1 other test skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gem_tiled_pread_pwrite.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-rkl: [SKIP][344] ([i915#3297]) -> [SKIP][345] ([i915#14544] / [i915#3297])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gem_userptr_blits@coherency-unsync.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: [SKIP][346] ([i915#3297] / [i915#3323]) -> [SKIP][347] ([i915#14544] / [i915#3297] / [i915#3323])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gem_userptr_blits@dmabuf-sync.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gen9_exec_parse@batch-without-end:
- shard-rkl: [SKIP][348] ([i915#2527]) -> [SKIP][349] ([i915#14544] / [i915#2527])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@gen9_exec_parse@batch-without-end.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-start-far:
- shard-rkl: [SKIP][350] ([i915#14544] / [i915#2527]) -> [SKIP][351] ([i915#2527]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@gen9_exec_parse@bb-start-far.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@gen9_exec_parse@bb-start-far.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: [SKIP][352] ([i915#14544] / [i915#8399]) -> [SKIP][353] ([i915#8399])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@i915_pm_freq_api@freq-reset.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-rkl: [SKIP][354] ([i915#14498] / [i915#14544]) -> [SKIP][355] ([i915#14498])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@i915_pm_rc6_residency@rc6-idle.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_query@query-topology-unsupported:
- shard-rkl: [SKIP][356] ([i915#16079]) -> [SKIP][357] ([i915#14544] / [i915#16079])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@i915_query@query-topology-unsupported.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@i915_query@query-topology-unsupported.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: [SKIP][358] ([i915#14544] / [i915#7707]) -> [SKIP][359] ([i915#7707])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@intel_hwmon@hwmon-read.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- shard-dg1: [SKIP][360] ([i915#4212] / [i915#4423]) -> [SKIP][361] ([i915#4212])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-13/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-17/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-rkl: [SKIP][362] ([i915#5286]) -> [SKIP][363] ([i915#14544] / [i915#5286]) +2 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: [SKIP][364] ([i915#14544] / [i915#5286]) -> [SKIP][365] ([i915#5286]) +3 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: [SKIP][366] ([i915#14544] / [i915#3638]) -> [SKIP][367] ([i915#3638]) +1 other test skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-90.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-rkl: [SKIP][368] ([i915#3638]) -> [SKIP][369] ([i915#14544] / [i915#3638]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [SKIP][370] -> [SKIP][371] ([i915#14544]) +41 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][372] ([i915#14544] / [i915#6095]) -> [SKIP][373] ([i915#6095]) +7 other tests skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs:
- shard-dg1: [SKIP][374] ([i915#4423] / [i915#6095]) -> [SKIP][375] ([i915#6095])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-13/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-17/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs:
- shard-rkl: [SKIP][376] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][377] ([i915#14098] / [i915#6095]) +9 other tests skip
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][378] ([i915#6095]) -> [SKIP][379] ([i915#14544] / [i915#6095]) +9 other tests skip
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-2.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][380] ([i915#12313]) -> [SKIP][381] ([i915#12313] / [i915#14544]) +1 other test skip
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][382] ([i915#14098] / [i915#6095]) -> [SKIP][383] ([i915#14098] / [i915#14544] / [i915#6095]) +11 other tests skip
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][384] ([i915#12313] / [i915#14544]) -> [SKIP][385] ([i915#12313])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_chamelium_audio@hdmi-audio-after-suspend:
- shard-rkl: [SKIP][386] ([i915#11151] / [i915#14544]) -> [SKIP][387] ([i915#11151]) +1 other test skip
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_chamelium_audio@hdmi-audio-after-suspend.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_chamelium_audio@hdmi-audio-after-suspend.html
* igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d:
- shard-rkl: [SKIP][388] ([i915#16471]) -> [SKIP][389] ([i915#14544] / [i915#16471])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_chamelium_color_pipeline@plane-ctm3x4-lut1d.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-rkl: [SKIP][390] ([i915#11151] / [i915#7828]) -> [SKIP][391] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-rkl: [SKIP][392] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][393] ([i915#11151] / [i915#7828]) +3 other tests skip
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@legacy:
- shard-rkl: [SKIP][394] ([i915#14544] / [i915#15865]) -> [SKIP][395] ([i915#15865]) +1 other test skip
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_content_protection@legacy.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_content_protection@legacy.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-rkl: [SKIP][396] ([i915#3555]) -> [SKIP][397] ([i915#14544] / [i915#3555]) +2 other tests skip
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-32x32.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-rkl: [SKIP][398] ([i915#13049] / [i915#14544]) -> [SKIP][399] ([i915#13049])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-512x170.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: [SKIP][400] ([i915#4103]) -> [SKIP][401] ([i915#14544] / [i915#4103])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: [SKIP][402] ([i915#14544] / [i915#9723]) -> [SKIP][403] ([i915#9723])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-basic:
- shard-rkl: [SKIP][404] ([i915#16361]) -> [SKIP][405] ([i915#14544] / [i915#16361])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_dsc@dsc-basic.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-output-formats-bigjoiner:
- shard-rkl: [SKIP][406] ([i915#14544] / [i915#16361]) -> [SKIP][407] ([i915#16361])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_dsc@dsc-with-output-formats-bigjoiner.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][408] ([i915#14544] / [i915#3955]) -> [SKIP][409] ([i915#3955])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: [SKIP][410] ([i915#16081]) -> [SKIP][411] ([i915#14544] / [i915#16081])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_feature_discovery@display-3x.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-rkl: [SKIP][412] ([i915#14544] / [i915#9934]) -> [SKIP][413] ([i915#9934]) +4 other tests skip
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible:
- shard-rkl: [SKIP][414] ([i915#9934]) -> [SKIP][415] ([i915#14544] / [i915#9934])
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-dg1: [SKIP][416] ([i915#4423] / [i915#9934]) -> [SKIP][417] ([i915#9934])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-16/igt@kms_flip@2x-plain-flip-fb-recreate.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-18/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: [SKIP][418] ([i915#14544] / [i915#15643]) -> [SKIP][419] ([i915#15643]) +3 other tests skip
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile:
- shard-rkl: [SKIP][420] ([i915#15643]) -> [SKIP][421] ([i915#14544] / [i915#15643]) +2 other tests skip
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][422] ([i915#1825]) -> [SKIP][423] ([i915#14544] / [i915#1825]) +2 other tests skip
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-gtt.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][424] ([i915#14544] / [i915#1825]) -> [SKIP][425] ([i915#1825]) +8 other tests skip
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-rte:
- shard-dg1: [SKIP][426] -> [SKIP][427] ([i915#4423])
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-18/igt@kms_frontbuffer_tracking@fbchdr-2p-rte.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-19/igt@kms_frontbuffer_tracking@fbchdr-2p-rte.html
* igt@kms_frontbuffer_tracking@fbchdr-suspend:
- shard-rkl: [SKIP][428] ([i915#15989]) -> [INCOMPLETE][429] ([i915#16056])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-4/igt@kms_frontbuffer_tracking@fbchdr-suspend.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt:
- shard-dg1: [SKIP][430] ([i915#4423]) -> [SKIP][431]
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt:
- shard-rkl: [SKIP][432] ([i915#15102] / [i915#3023]) -> [SKIP][433] ([i915#14544] / [i915#15102] / [i915#3023]) +9 other tests skip
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][434] ([i915#10433] / [i915#15102]) -> [SKIP][435] ([i915#15102]) +3 other tests skip
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-dg1: [SKIP][436] ([i915#15102] / [i915#4423]) -> [SKIP][437] ([i915#15102])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][438] ([i915#14544] / [i915#15102]) -> [SKIP][439] ([i915#15102]) +11 other tests skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte:
- shard-rkl: [SKIP][440] ([i915#15102]) -> [SKIP][441] ([i915#14544] / [i915#15102]) +12 other tests skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-render:
- shard-rkl: [SKIP][442] ([i915#14544]) -> [SKIP][443] +29 other tests skip
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-render.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg1: [SKIP][444] ([i915#15989] / [i915#4423]) -> [SKIP][445] ([i915#15989])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-13/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-pwrite.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-17/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-suspend:
- shard-rkl: [INCOMPLETE][446] ([i915#16056]) -> [SKIP][447] ([i915#15989])
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_frontbuffer_tracking@hdr-suspend.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_frontbuffer_tracking@hdr-suspend.html
* igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw:
- shard-rkl: [SKIP][448] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][449] ([i915#15102] / [i915#3023]) +8 other tests skip
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: [SKIP][450] ([i915#15102]) -> [SKIP][451] ([i915#10433] / [i915#15102])
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-dg1: [SKIP][452] ([i915#15990]) -> [SKIP][453] ([i915#15990] / [i915#4423]) +1 other test skip
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-12/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg1: [SKIP][454] ([i915#1187] / [i915#12713]) -> [SKIP][455] ([i915#12713])
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-17/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][456] ([i915#15815]) -> [SKIP][457] ([i915#14544] / [i915#15815])
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-rkl: [SKIP][458] ([i915#15709]) -> [SKIP][459] ([i915#14544] / [i915#15709])
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][460] ([i915#14544] / [i915#15709]) -> [SKIP][461] ([i915#15709])
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-2/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@tiling-4:
- shard-rkl: [SKIP][462] ([i915#14259] / [i915#14544]) -> [SKIP][463] ([i915#14259])
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_plane_multiple@tiling-4.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-rkl: [SKIP][464] ([i915#15329]) -> [SKIP][465] ([i915#14544] / [i915#15329]) +3 other tests skip
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-rkl: [SKIP][466] ([i915#3828]) -> [SKIP][467] ([i915#14544] / [i915#3828])
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@kms_pm_dc@dc5-retention-flops.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [SKIP][468] ([i915#15128]) -> [FAIL][469] ([i915#16479])
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [SKIP][470] ([i915#9340]) -> [SKIP][471] ([i915#14544] / [i915#9340])
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html
- shard-dg1: [SKIP][472] ([i915#3828]) -> [SKIP][473] ([i915#9340])
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-dg1-13/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: [SKIP][474] ([i915#11520]) -> [SKIP][475] ([i915#11520] / [i915#14544]) +3 other tests skip
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf:
- shard-rkl: [SKIP][476] ([i915#11520] / [i915#14544]) -> [SKIP][477] ([i915#11520]) +3 other tests skip
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: [SKIP][478] ([i915#1072] / [i915#9732]) -> [SKIP][479] ([i915#1072] / [i915#14544] / [i915#9732]) +10 other tests skip
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_psr@fbc-psr2-sprite-render.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: [SKIP][480] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][481] ([i915#1072] / [i915#9732]) +6 other tests skip
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_psr@psr2-sprite-mmap-cpu.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk: [DMESG-FAIL][482] ([i915#16278]) -> [INCOMPLETE][483] ([i915#15492] / [i915#16184])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-glk3/igt@kms_rotation_crc@multiplane-rotation.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-glk3/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: [SKIP][484] ([i915#14544] / [i915#5289]) -> [SKIP][485] ([i915#5289])
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: [SKIP][486] ([i915#5289]) -> [SKIP][487] ([i915#14544] / [i915#5289])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_vrr@negative-basic:
- shard-rkl: [SKIP][488] ([i915#14544] / [i915#3555] / [i915#9906]) -> [SKIP][489] ([i915#3555] / [i915#9906])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-6/igt@kms_vrr@negative-basic.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-7/igt@kms_vrr@negative-basic.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: [SKIP][490] ([i915#3291] / [i915#3708]) -> [SKIP][491] ([i915#14544] / [i915#3291] / [i915#3708]) +1 other test skip
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-3/igt@prime_vgem@basic-fence-read.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-write-hang:
- shard-rkl: [SKIP][492] ([i915#3708]) -> [SKIP][493] ([i915#14544] / [i915#3708])
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@prime_vgem@fence-write-hang.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-rkl: [SKIP][494] ([i915#9917]) -> [SKIP][495] ([i915#14544] / [i915#9917])
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18874/shard-rkl-5/igt@sriov_basic@enable-vfs-bind-unbind-each.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_170905v1/shard-rkl-6/igt@sriov_basic@enable-vfs-bind-unbind-each.html
### Piglit changes ###
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527
[i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13820
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15365]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15365
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
[i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#15887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15887
[i915#15949]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15949
[i915#15989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15989
[i915#15990]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15990
[i915#15991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15991
[i915#16021]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16021
[i915#16056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16056
[i915#16079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16079
[i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081
[i915#16168]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16168
[i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182
[i915#16184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16184
[i915#16193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16193
[i915#16226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16226
[i915#16278]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16278
[i915#16348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16348
[i915#16349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16349
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#16386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16386
[i915#16420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16420
[i915#16429]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16429
[i915#16471]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16471
[i915#16479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16479
[i915#16503]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16503
[i915#16505]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16505
[i915#16599]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16599
[i915#16600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16600
[i915#16644]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16644
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[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#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[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#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[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#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[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_18874 -> Patchwork_170905v1
CI-20190529: 20190529
CI_DRM_18874: a2dbc8135f5db01ae8e10adbd7e47566806c5b15 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_9018: f4345861cbd5d97fd50b73bf7af5fe3286fca056 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_170905v1: a2dbc8135f5db01ae8e10adbd7e47566806c5b15 @ 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_170905v1/index.html
[-- Attachment #2: Type: text/html, Size: 172466 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread