* [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist
2026-03-13 12:34 [PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists Aditya Chauhan
@ 2026-03-13 12:34 ` Aditya Chauhan
2026-03-13 14:43 ` Kamil Konieczny
2026-03-16 13:37 ` Sharma, Swati2
2026-03-13 12:34 ` [PATCH v4 i-g-t 2/2] intel-ci: Add NVL Display blocklist to meson.build Aditya Chauhan
` (4 subsequent siblings)
5 siblings, 2 replies; 11+ messages in thread
From: Aditya Chauhan @ 2026-03-13 12:34 UTC (permalink / raw)
To: ramadevi.gandi, himanshu.girotra, swati2.sharma, kamil.konieczny,
igt-dev
Introduce core blocklist for the NVL platform containing
NVL-specific core test exclusions. Also add this blocklist file
to meson.build so that this can be used in execution.
v2: Make commit message more descriptive (Swati Sharma)
v3:
- Use correct subject (intel-ci) (Swati Sharma)
- Add blocklist in alphabetical order in meson.build (Swati Sharma)
v4: Make comments more explanatory (Swati Sharma)
Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
---
tests/intel-ci/meson.build | 1 +
tests/intel-ci/xe.nvl.core.blocklist.txt | 97 ++++++++++++++++++++++++
2 files changed, 98 insertions(+)
create mode 100644 tests/intel-ci/xe.nvl.core.blocklist.txt
diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
index cf0023c63..3c7fa28b7 100644
--- a/tests/intel-ci/meson.build
+++ b/tests/intel-ci/meson.build
@@ -23,6 +23,7 @@ intelci_files = [
'xe.lnl.display.blocklist.txt',
'xe.lnl.eudebug.blocklist.txt',
'xe.multigpu.blocklist.txt',
+ 'xe.nvl.core.blocklist.txt',
'xe.ptl.core.blocklist.txt',
'xe.ptl.display.blocklist.txt',
'xe.sriov-vf.blocklist.txt',
diff --git a/tests/intel-ci/xe.nvl.core.blocklist.txt b/tests/intel-ci/xe.nvl.core.blocklist.txt
new file mode 100644
index 000000000..0f9750961
--- /dev/null
+++ b/tests/intel-ci/xe.nvl.core.blocklist.txt
@@ -0,0 +1,97 @@
+##################################################################
+# SR-IOV/IOV tests are not applicable for native
+# configuration and will be run under its separate configuration
+##################################################################
+igt@.*iov.*
+##################################################################
+# All Display related tests are being run under
+# separate display configurations
+##################################################################
+igt@.*kms.*
+igt@testdisplay
+igt@xe_pat@display-vs-wb-transient
+igt@fbdev@.*
+##################################################################
+# Valid skip: NVL is an integrated GPU and does not have
+# dedicated VRAM. Tests requiring device-local memory (VRAM),
+# small-BAR configurations, or VRAM eviction are not applicable.
+##################################################################
+igt@xe_mmap@vram$
+igt@xe_mmap@small-bar
+igt@xe_noexec_ping_pong
+igt@xe_create@create-big-vram
+igt@xe_evict.*
+igt@xe_pm@d3hot-mmap-vram
+igt@xe_eudebug_online@writes-caching-(?!sram-bb-sram-target-sram).*
+igt@xe_compute_preempt@.*vram.*
+igt@xe_vm@out-of-memory
+##################################################################
+# Valid skip: PAT index tests targeting older/different platforms
+# These PAT (Page Attribute Table) index subtests validate
+# platform-specific memory attribute encodings that are only
+# defined for their respective GPU generations
+# like ADL, MTL, LNL, BMG, PVC.
+# NVL uses its own PAT encoding; running these tests would
+# produce incorrect results or false failures.
+##################################################################
+igt@xe_pat@pat-index-xehpc
+igt@xe_pat@pat-index-xelp
+igt@xe_pat@pat-index-xelpg
+igt@xe_media_fill@media-fill
+igt@xe_pat@pat-index-xe2
+##################################################################
+# Valid Skip: Tests requiring multiple CCS (Compute Command
+# Streamers) engines — NVL exposes only a single CCS engine.
+##################################################################
+igt@xe_compute@ccs-mode-basic
+igt@xe_compute@ccs-mode-compute-kernel
+igt@xe_compute@eu-busy-10s
+##################################################################
+# Valid skip: Features / hardware blocks not present on NVL
+# - xe_huc_copy@huc_copy: HuC (HEVC µController) firmware is
+# not loaded/present on NVL; HuC copy operations will fail.
+# - xe_exec_balancer@.*: Virtual engine / load balancer tests
+# require multiple physical engines of the same class for
+# balancing, which NVL does not expose.
+# - xe_oa@oa-tlb-invalidate: OA TLB invalidation test relies
+# on a specific OA unit configuration not present on NVL.
+# - xe_pxp@.*: PXP (Protected Xe Path) content protection
+# requires a TEE (Trusted Execution Environment) and
+# associated firmware, which NVL does not support.
+# - xe_exec_system_allocator@.*: System allocator execution
+# tests depend on hardware features (e.g., SVM/USM page
+# fault handling) not enabled on NVL yet.
+##################################################################
+igt@xe_huc_copy@huc_copy
+igt@xe_exec_balancer@.*
+igt@xe_oa@oa-tlb-invalidate
+igt@xe_pxp@.*
+igt@xe_exec_system_allocator@.*
+##################################################################
+# Valid skip: test applicable only for i2c capable systems
+##################################################################
+igt@xe_pm@d3hot-i2c
+##################################################################
+# Valid skip: multigpu/multitile tests are not supported on NVL
+##################################################################
+igt@.*@.*multigpu.*
+igt@xe_peer2peer@.*
+igt@.*@.*tiles
+##################################################################
+# Valid skip: Not Applicable for iGPUs
+##################################################################
+igt@intel_hwmon@.*
+igt@xe_mmap@pci-membarrier.*
+igt@xe_configfs@survivability-mode
+igt@xe_survivability@.*
+##################################################################
+# Valid skip: EU debugger and SIP (System Interrupt Protocol)
+# support is not yet available in the kernel for NVL. These tests
+# will be re-enabled once the required kernel enablement lands.
+##################################################################
+igt@xe_eudebug@.*
+igt@xe_eudebug_online@.*
+igt@xe_exec_sip@.*
+igt@xe_exec_sip_eudebug@.*
+igt@xe_live_ktest@xe_eudebug
+##################################################################
--
2.34.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist
2026-03-13 12:34 ` [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist Aditya Chauhan
@ 2026-03-13 14:43 ` Kamil Konieczny
2026-03-16 12:44 ` Kamil Konieczny
2026-03-16 13:37 ` Sharma, Swati2
1 sibling, 1 reply; 11+ messages in thread
From: Kamil Konieczny @ 2026-03-13 14:43 UTC (permalink / raw)
To: Aditya Chauhan
Cc: ramadevi.gandi, himanshu.girotra, swati2.sharma, kamil.konieczny,
igt-dev, Ashutosh Dixit
Hi Aditya,
On 2026-03-13 at 18:04:58 +0530, Aditya Chauhan wrote:
> Introduce core blocklist for the NVL platform containing
> NVL-specific core test exclusions. Also add this blocklist file
> to meson.build so that this can be used in execution.
One small nit, see below.
>
> v2: Make commit message more descriptive (Swati Sharma)
> v3:
> - Use correct subject (intel-ci) (Swati Sharma)
> - Add blocklist in alphabetical order in meson.build (Swati Sharma)
> v4: Make comments more explanatory (Swati Sharma)
>
> Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
> ---
> tests/intel-ci/meson.build | 1 +
> tests/intel-ci/xe.nvl.core.blocklist.txt | 97 ++++++++++++++++++++++++
> 2 files changed, 98 insertions(+)
> create mode 100644 tests/intel-ci/xe.nvl.core.blocklist.txt
>
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> index cf0023c63..3c7fa28b7 100644
> --- a/tests/intel-ci/meson.build
> +++ b/tests/intel-ci/meson.build
> @@ -23,6 +23,7 @@ intelci_files = [
> 'xe.lnl.display.blocklist.txt',
> 'xe.lnl.eudebug.blocklist.txt',
> 'xe.multigpu.blocklist.txt',
> + 'xe.nvl.core.blocklist.txt',
> 'xe.ptl.core.blocklist.txt',
> 'xe.ptl.display.blocklist.txt',
> 'xe.sriov-vf.blocklist.txt',
> diff --git a/tests/intel-ci/xe.nvl.core.blocklist.txt b/tests/intel-ci/xe.nvl.core.blocklist.txt
> new file mode 100644
> index 000000000..0f9750961
> --- /dev/null
> +++ b/tests/intel-ci/xe.nvl.core.blocklist.txt
> @@ -0,0 +1,97 @@
> +##################################################################
> +# SR-IOV/IOV tests are not applicable for native
> +# configuration and will be run under its separate configuration
> +##################################################################
> +igt@.*iov.*
> +##################################################################
> +# All Display related tests are being run under
> +# separate display configurations
> +##################################################################
> +igt@.*kms.*
> +igt@testdisplay
> +igt@xe_pat@display-vs-wb-transient
> +igt@fbdev@.*
> +##################################################################
> +# Valid skip: NVL is an integrated GPU and does not have
> +# dedicated VRAM. Tests requiring device-local memory (VRAM),
> +# small-BAR configurations, or VRAM eviction are not applicable.
> +##################################################################
> +igt@xe_mmap@vram$
> +igt@xe_mmap@small-bar
> +igt@xe_noexec_ping_pong
> +igt@xe_create@create-big-vram
> +igt@xe_evict.*
> +igt@xe_pm@d3hot-mmap-vram
> +igt@xe_eudebug_online@writes-caching-(?!sram-bb-sram-target-sram).*
> +igt@xe_compute_preempt@.*vram.*
> +igt@xe_vm@out-of-memory
> +##################################################################
> +# Valid skip: PAT index tests targeting older/different platforms
> +# These PAT (Page Attribute Table) index subtests validate
> +# platform-specific memory attribute encodings that are only
> +# defined for their respective GPU generations
> +# like ADL, MTL, LNL, BMG, PVC.
> +# NVL uses its own PAT encoding; running these tests would
> +# produce incorrect results or false failures.
> +##################################################################
> +igt@xe_pat@pat-index-xehpc
> +igt@xe_pat@pat-index-xelp
> +igt@xe_pat@pat-index-xelpg
> +igt@xe_media_fill@media-fill
> +igt@xe_pat@pat-index-xe2
> +##################################################################
> +# Valid Skip: Tests requiring multiple CCS (Compute Command
> +# Streamers) engines — NVL exposes only a single CCS engine.
> +##################################################################
> +igt@xe_compute@ccs-mode-basic
> +igt@xe_compute@ccs-mode-compute-kernel
> +igt@xe_compute@eu-busy-10s
> +##################################################################
> +# Valid skip: Features / hardware blocks not present on NVL
> +# - xe_huc_copy@huc_copy: HuC (HEVC µController) firmware is
> +# not loaded/present on NVL; HuC copy operations will fail.
> +# - xe_exec_balancer@.*: Virtual engine / load balancer tests
> +# require multiple physical engines of the same class for
> +# balancing, which NVL does not expose.
> +# - xe_oa@oa-tlb-invalidate: OA TLB invalidation test relies
> +# on a specific OA unit configuration not present on NVL.
> +# - xe_pxp@.*: PXP (Protected Xe Path) content protection
I am not sure but imho PXP stands for Protected eXchange Path
+cc Ashutosh
Regards,
Kamil
> +# requires a TEE (Trusted Execution Environment) and
> +# associated firmware, which NVL does not support.
> +# - xe_exec_system_allocator@.*: System allocator execution
> +# tests depend on hardware features (e.g., SVM/USM page
> +# fault handling) not enabled on NVL yet.
> +##################################################################
> +igt@xe_huc_copy@huc_copy
> +igt@xe_exec_balancer@.*
> +igt@xe_oa@oa-tlb-invalidate
> +igt@xe_pxp@.*
> +igt@xe_exec_system_allocator@.*
> +##################################################################
> +# Valid skip: test applicable only for i2c capable systems
> +##################################################################
> +igt@xe_pm@d3hot-i2c
> +##################################################################
> +# Valid skip: multigpu/multitile tests are not supported on NVL
> +##################################################################
> +igt@.*@.*multigpu.*
> +igt@xe_peer2peer@.*
> +igt@.*@.*tiles
> +##################################################################
> +# Valid skip: Not Applicable for iGPUs
> +##################################################################
> +igt@intel_hwmon@.*
> +igt@xe_mmap@pci-membarrier.*
> +igt@xe_configfs@survivability-mode
> +igt@xe_survivability@.*
> +##################################################################
> +# Valid skip: EU debugger and SIP (System Interrupt Protocol)
> +# support is not yet available in the kernel for NVL. These tests
> +# will be re-enabled once the required kernel enablement lands.
> +##################################################################
> +igt@xe_eudebug@.*
> +igt@xe_eudebug_online@.*
> +igt@xe_exec_sip@.*
> +igt@xe_exec_sip_eudebug@.*
> +igt@xe_live_ktest@xe_eudebug
> +##################################################################
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist
2026-03-13 14:43 ` Kamil Konieczny
@ 2026-03-16 12:44 ` Kamil Konieczny
0 siblings, 0 replies; 11+ messages in thread
From: Kamil Konieczny @ 2026-03-16 12:44 UTC (permalink / raw)
To: Aditya Chauhan, ramadevi.gandi, himanshu.girotra, swati2.sharma,
kamil.konieczny, igt-dev, Ashutosh Dixit
Hi Aditya,
On 2026-03-13 at 15:43:03 +0100, Kamil Konieczny wrote:
> Hi Aditya,
> On 2026-03-13 at 18:04:58 +0530, Aditya Chauhan wrote:
> > Introduce core blocklist for the NVL platform containing
> > NVL-specific core test exclusions. Also add this blocklist file
> > to meson.build so that this can be used in execution.
>
> One small nit, see below.
>
> >
> > v2: Make commit message more descriptive (Swati Sharma)
> > v3:
> > - Use correct subject (intel-ci) (Swati Sharma)
> > - Add blocklist in alphabetical order in meson.build (Swati Sharma)
> > v4: Make comments more explanatory (Swati Sharma)
> >
> > Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
> > ---
> > tests/intel-ci/meson.build | 1 +
> > tests/intel-ci/xe.nvl.core.blocklist.txt | 97 ++++++++++++++++++++++++
> > 2 files changed, 98 insertions(+)
> > create mode 100644 tests/intel-ci/xe.nvl.core.blocklist.txt
> >
> > diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> > index cf0023c63..3c7fa28b7 100644
> > --- a/tests/intel-ci/meson.build
> > +++ b/tests/intel-ci/meson.build
> > @@ -23,6 +23,7 @@ intelci_files = [
> > 'xe.lnl.display.blocklist.txt',
> > 'xe.lnl.eudebug.blocklist.txt',
> > 'xe.multigpu.blocklist.txt',
> > + 'xe.nvl.core.blocklist.txt',
> > 'xe.ptl.core.blocklist.txt',
> > 'xe.ptl.display.blocklist.txt',
> > 'xe.sriov-vf.blocklist.txt',
> > diff --git a/tests/intel-ci/xe.nvl.core.blocklist.txt b/tests/intel-ci/xe.nvl.core.blocklist.txt
> > new file mode 100644
> > index 000000000..0f9750961
> > --- /dev/null
> > +++ b/tests/intel-ci/xe.nvl.core.blocklist.txt
> > @@ -0,0 +1,97 @@
> > +##################################################################
> > +# SR-IOV/IOV tests are not applicable for native
> > +# configuration and will be run under its separate configuration
> > +##################################################################
> > +igt@.*iov.*
> > +##################################################################
> > +# All Display related tests are being run under
> > +# separate display configurations
> > +##################################################################
> > +igt@.*kms.*
> > +igt@testdisplay
> > +igt@xe_pat@display-vs-wb-transient
> > +igt@fbdev@.*
> > +##################################################################
> > +# Valid skip: NVL is an integrated GPU and does not have
> > +# dedicated VRAM. Tests requiring device-local memory (VRAM),
> > +# small-BAR configurations, or VRAM eviction are not applicable.
> > +##################################################################
> > +igt@xe_mmap@vram$
> > +igt@xe_mmap@small-bar
> > +igt@xe_noexec_ping_pong
> > +igt@xe_create@create-big-vram
> > +igt@xe_evict.*
> > +igt@xe_pm@d3hot-mmap-vram
> > +igt@xe_eudebug_online@writes-caching-(?!sram-bb-sram-target-sram).*
> > +igt@xe_compute_preempt@.*vram.*
> > +igt@xe_vm@out-of-memory
> > +##################################################################
> > +# Valid skip: PAT index tests targeting older/different platforms
> > +# These PAT (Page Attribute Table) index subtests validate
> > +# platform-specific memory attribute encodings that are only
> > +# defined for their respective GPU generations
> > +# like ADL, MTL, LNL, BMG, PVC.
> > +# NVL uses its own PAT encoding; running these tests would
> > +# produce incorrect results or false failures.
> > +##################################################################
> > +igt@xe_pat@pat-index-xehpc
> > +igt@xe_pat@pat-index-xelp
> > +igt@xe_pat@pat-index-xelpg
> > +igt@xe_media_fill@media-fill
> > +igt@xe_pat@pat-index-xe2
> > +##################################################################
> > +# Valid Skip: Tests requiring multiple CCS (Compute Command
> > +# Streamers) engines — NVL exposes only a single CCS engine.
> > +##################################################################
> > +igt@xe_compute@ccs-mode-basic
> > +igt@xe_compute@ccs-mode-compute-kernel
> > +igt@xe_compute@eu-busy-10s
> > +##################################################################
> > +# Valid skip: Features / hardware blocks not present on NVL
> > +# - xe_huc_copy@huc_copy: HuC (HEVC µController) firmware is
> > +# not loaded/present on NVL; HuC copy operations will fail.
> > +# - xe_exec_balancer@.*: Virtual engine / load balancer tests
> > +# require multiple physical engines of the same class for
> > +# balancing, which NVL does not expose.
> > +# - xe_oa@oa-tlb-invalidate: OA TLB invalidation test relies
> > +# on a specific OA unit configuration not present on NVL.
> > +# - xe_pxp@.*: PXP (Protected Xe Path) content protection
>
> I am not sure but imho PXP stands for Protected eXchange Path
> +cc Ashutosh
I was wrong here, it looks that this exact documentation is used
in both pxp tests, so
LGTM
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Regards,
Kamil
>
> Regards,
> Kamil
>
> > +# requires a TEE (Trusted Execution Environment) and
> > +# associated firmware, which NVL does not support.
> > +# - xe_exec_system_allocator@.*: System allocator execution
> > +# tests depend on hardware features (e.g., SVM/USM page
> > +# fault handling) not enabled on NVL yet.
> > +##################################################################
> > +igt@xe_huc_copy@huc_copy
> > +igt@xe_exec_balancer@.*
> > +igt@xe_oa@oa-tlb-invalidate
> > +igt@xe_pxp@.*
> > +igt@xe_exec_system_allocator@.*
> > +##################################################################
> > +# Valid skip: test applicable only for i2c capable systems
> > +##################################################################
> > +igt@xe_pm@d3hot-i2c
> > +##################################################################
> > +# Valid skip: multigpu/multitile tests are not supported on NVL
> > +##################################################################
> > +igt@.*@.*multigpu.*
> > +igt@xe_peer2peer@.*
> > +igt@.*@.*tiles
> > +##################################################################
> > +# Valid skip: Not Applicable for iGPUs
> > +##################################################################
> > +igt@intel_hwmon@.*
> > +igt@xe_mmap@pci-membarrier.*
> > +igt@xe_configfs@survivability-mode
> > +igt@xe_survivability@.*
> > +##################################################################
> > +# Valid skip: EU debugger and SIP (System Interrupt Protocol)
> > +# support is not yet available in the kernel for NVL. These tests
> > +# will be re-enabled once the required kernel enablement lands.
> > +##################################################################
> > +igt@xe_eudebug@.*
> > +igt@xe_eudebug_online@.*
> > +igt@xe_exec_sip@.*
> > +igt@xe_exec_sip_eudebug@.*
> > +igt@xe_live_ktest@xe_eudebug
> > +##################################################################
> > --
> > 2.34.1
> >
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist
2026-03-13 12:34 ` [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist Aditya Chauhan
2026-03-13 14:43 ` Kamil Konieczny
@ 2026-03-16 13:37 ` Sharma, Swati2
1 sibling, 0 replies; 11+ messages in thread
From: Sharma, Swati2 @ 2026-03-16 13:37 UTC (permalink / raw)
To: Aditya Chauhan, ramadevi.gandi, himanshu.girotra, kamil.konieczny,
igt-dev
Hi Aditya,
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 13-03-2026 06:04 pm, Aditya Chauhan wrote:
> Introduce core blocklist for the NVL platform containing
> NVL-specific core test exclusions. Also add this blocklist file
> to meson.build so that this can be used in execution.
>
> v2: Make commit message more descriptive (Swati Sharma)
> v3:
> - Use correct subject (intel-ci) (Swati Sharma)
> - Add blocklist in alphabetical order in meson.build (Swati Sharma)
> v4: Make comments more explanatory (Swati Sharma)
>
> Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
> ---
> tests/intel-ci/meson.build | 1 +
> tests/intel-ci/xe.nvl.core.blocklist.txt | 97 ++++++++++++++++++++++++
> 2 files changed, 98 insertions(+)
> create mode 100644 tests/intel-ci/xe.nvl.core.blocklist.txt
>
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> index cf0023c63..3c7fa28b7 100644
> --- a/tests/intel-ci/meson.build
> +++ b/tests/intel-ci/meson.build
> @@ -23,6 +23,7 @@ intelci_files = [
> 'xe.lnl.display.blocklist.txt',
> 'xe.lnl.eudebug.blocklist.txt',
> 'xe.multigpu.blocklist.txt',
> + 'xe.nvl.core.blocklist.txt',
> 'xe.ptl.core.blocklist.txt',
> 'xe.ptl.display.blocklist.txt',
> 'xe.sriov-vf.blocklist.txt',
> diff --git a/tests/intel-ci/xe.nvl.core.blocklist.txt b/tests/intel-ci/xe.nvl.core.blocklist.txt
> new file mode 100644
> index 000000000..0f9750961
> --- /dev/null
> +++ b/tests/intel-ci/xe.nvl.core.blocklist.txt
> @@ -0,0 +1,97 @@
> +##################################################################
> +# SR-IOV/IOV tests are not applicable for native
> +# configuration and will be run under its separate configuration
> +##################################################################
> +igt@.*iov.*
> +##################################################################
> +# All Display related tests are being run under
> +# separate display configurations
> +##################################################################
> +igt@.*kms.*
> +igt@testdisplay
> +igt@xe_pat@display-vs-wb-transient
> +igt@fbdev@.*
> +##################################################################
> +# Valid skip: NVL is an integrated GPU and does not have
> +# dedicated VRAM. Tests requiring device-local memory (VRAM),
> +# small-BAR configurations, or VRAM eviction are not applicable.
> +##################################################################
> +igt@xe_mmap@vram$
> +igt@xe_mmap@small-bar
> +igt@xe_noexec_ping_pong
> +igt@xe_create@create-big-vram
> +igt@xe_evict.*
> +igt@xe_pm@d3hot-mmap-vram
> +igt@xe_eudebug_online@writes-caching-(?!sram-bb-sram-target-sram).*
> +igt@xe_compute_preempt@.*vram.*
> +igt@xe_vm@out-of-memory
> +##################################################################
> +# Valid skip: PAT index tests targeting older/different platforms
> +# These PAT (Page Attribute Table) index subtests validate
> +# platform-specific memory attribute encodings that are only
> +# defined for their respective GPU generations
> +# like ADL, MTL, LNL, BMG, PVC.
> +# NVL uses its own PAT encoding; running these tests would
> +# produce incorrect results or false failures.
> +##################################################################
> +igt@xe_pat@pat-index-xehpc
> +igt@xe_pat@pat-index-xelp
> +igt@xe_pat@pat-index-xelpg
> +igt@xe_media_fill@media-fill
> +igt@xe_pat@pat-index-xe2
> +##################################################################
> +# Valid Skip: Tests requiring multiple CCS (Compute Command
> +# Streamers) engines — NVL exposes only a single CCS engine.
> +##################################################################
> +igt@xe_compute@ccs-mode-basic
> +igt@xe_compute@ccs-mode-compute-kernel
> +igt@xe_compute@eu-busy-10s
> +##################################################################
> +# Valid skip: Features / hardware blocks not present on NVL
> +# - xe_huc_copy@huc_copy: HuC (HEVC µController) firmware is
> +# not loaded/present on NVL; HuC copy operations will fail.
> +# - xe_exec_balancer@.*: Virtual engine / load balancer tests
> +# require multiple physical engines of the same class for
> +# balancing, which NVL does not expose.
> +# - xe_oa@oa-tlb-invalidate: OA TLB invalidation test relies
> +# on a specific OA unit configuration not present on NVL.
> +# - xe_pxp@.*: PXP (Protected Xe Path) content protection
> +# requires a TEE (Trusted Execution Environment) and
> +# associated firmware, which NVL does not support.
> +# - xe_exec_system_allocator@.*: System allocator execution
> +# tests depend on hardware features (e.g., SVM/USM page
> +# fault handling) not enabled on NVL yet.
> +##################################################################
> +igt@xe_huc_copy@huc_copy
> +igt@xe_exec_balancer@.*
> +igt@xe_oa@oa-tlb-invalidate
> +igt@xe_pxp@.*
> +igt@xe_exec_system_allocator@.*
> +##################################################################
> +# Valid skip: test applicable only for i2c capable systems
> +##################################################################
> +igt@xe_pm@d3hot-i2c
> +##################################################################
> +# Valid skip: multigpu/multitile tests are not supported on NVL
> +##################################################################
> +igt@.*@.*multigpu.*
> +igt@xe_peer2peer@.*
> +igt@.*@.*tiles
> +##################################################################
> +# Valid skip: Not Applicable for iGPUs
> +##################################################################
> +igt@intel_hwmon@.*
> +igt@xe_mmap@pci-membarrier.*
> +igt@xe_configfs@survivability-mode
> +igt@xe_survivability@.*
> +##################################################################
> +# Valid skip: EU debugger and SIP (System Interrupt Protocol)
> +# support is not yet available in the kernel for NVL. These tests
> +# will be re-enabled once the required kernel enablement lands.
> +##################################################################
> +igt@xe_eudebug@.*
> +igt@xe_eudebug_online@.*
> +igt@xe_exec_sip@.*
> +igt@xe_exec_sip_eudebug@.*
> +igt@xe_live_ktest@xe_eudebug
> +##################################################################
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH v4 i-g-t 2/2] intel-ci: Add NVL Display blocklist to meson.build
2026-03-13 12:34 [PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists Aditya Chauhan
2026-03-13 12:34 ` [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist Aditya Chauhan
@ 2026-03-13 12:34 ` Aditya Chauhan
2026-03-16 13:38 ` Sharma, Swati2
2026-03-13 15:12 ` ✓ Xe.CI.BAT: success for intel-ci: Add NVL display and core blocklists (rev2) Patchwork
` (3 subsequent siblings)
5 siblings, 1 reply; 11+ messages in thread
From: Aditya Chauhan @ 2026-03-13 12:34 UTC (permalink / raw)
To: ramadevi.gandi, himanshu.girotra, swati2.sharma, kamil.konieczny,
igt-dev
Add NVL display blocklist to meson.build which was earlier missing.
v2: Make commit message more descriptive (Swati Sharma)
v3:
- Use correct subject (intel-ci) (Swati Sharma)
- Add blocklist in alphabetical order in meson.build (Swati Sharma)
Fixes: 04db3b26c52b ("intel-ci: Add NVL display blocklist")
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
---
tests/intel-ci/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
index 3c7fa28b7..2b3266bbd 100644
--- a/tests/intel-ci/meson.build
+++ b/tests/intel-ci/meson.build
@@ -24,6 +24,7 @@ intelci_files = [
'xe.lnl.eudebug.blocklist.txt',
'xe.multigpu.blocklist.txt',
'xe.nvl.core.blocklist.txt',
+ 'xe.nvl.display.blocklist.txt',
'xe.ptl.core.blocklist.txt',
'xe.ptl.display.blocklist.txt',
'xe.sriov-vf.blocklist.txt',
--
2.34.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH v4 i-g-t 2/2] intel-ci: Add NVL Display blocklist to meson.build
2026-03-13 12:34 ` [PATCH v4 i-g-t 2/2] intel-ci: Add NVL Display blocklist to meson.build Aditya Chauhan
@ 2026-03-16 13:38 ` Sharma, Swati2
0 siblings, 0 replies; 11+ messages in thread
From: Sharma, Swati2 @ 2026-03-16 13:38 UTC (permalink / raw)
To: Aditya Chauhan, ramadevi.gandi, himanshu.girotra, kamil.konieczny,
igt-dev
Hi Aditya
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 13-03-2026 06:04 pm, Aditya Chauhan wrote:
> Add NVL display blocklist to meson.build which was earlier missing.
>
> v2: Make commit message more descriptive (Swati Sharma)
> v3:
> - Use correct subject (intel-ci) (Swati Sharma)
> - Add blocklist in alphabetical order in meson.build (Swati Sharma)
>
> Fixes: 04db3b26c52b ("intel-ci: Add NVL display blocklist")
> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Signed-off-by: Aditya Chauhan <aditya.chauhan@intel.com>
> ---
> tests/intel-ci/meson.build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build
> index 3c7fa28b7..2b3266bbd 100644
> --- a/tests/intel-ci/meson.build
> +++ b/tests/intel-ci/meson.build
> @@ -24,6 +24,7 @@ intelci_files = [
> 'xe.lnl.eudebug.blocklist.txt',
> 'xe.multigpu.blocklist.txt',
> 'xe.nvl.core.blocklist.txt',
> + 'xe.nvl.display.blocklist.txt',
> 'xe.ptl.core.blocklist.txt',
> 'xe.ptl.display.blocklist.txt',
> 'xe.sriov-vf.blocklist.txt',
^ permalink raw reply [flat|nested] 11+ messages in thread
* ✓ Xe.CI.BAT: success for intel-ci: Add NVL display and core blocklists (rev2)
2026-03-13 12:34 [PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists Aditya Chauhan
2026-03-13 12:34 ` [PATCH v4 i-g-t 1/2] intel-ci: Add NVL core blocklist Aditya Chauhan
2026-03-13 12:34 ` [PATCH v4 i-g-t 2/2] intel-ci: Add NVL Display blocklist to meson.build Aditya Chauhan
@ 2026-03-13 15:12 ` Patchwork
2026-03-13 15:28 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-03-13 15:12 UTC (permalink / raw)
To: Aditya Chauhan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 782 bytes --]
== Series Details ==
Series: intel-ci: Add NVL display and core blocklists (rev2)
URL : https://patchwork.freedesktop.org/series/163107/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8802_BAT -> XEIGTPW_14759_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8802 -> IGTPW_14759
IGTPW_14759: 14759
IGT_8802: 8802
xe-4713-45618ec6cfed86e72cf6c2325c8f947bfbe7c132: 45618ec6cfed86e72cf6c2325c8f947bfbe7c132
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/index.html
[-- Attachment #2: Type: text/html, Size: 1327 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* ✓ i915.CI.BAT: success for intel-ci: Add NVL display and core blocklists (rev2)
2026-03-13 12:34 [PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists Aditya Chauhan
` (2 preceding siblings ...)
2026-03-13 15:12 ` ✓ Xe.CI.BAT: success for intel-ci: Add NVL display and core blocklists (rev2) Patchwork
@ 2026-03-13 15:28 ` Patchwork
2026-03-14 17:50 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-14 18:02 ` ✗ i915.CI.Full: failure " Patchwork
5 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-03-13 15:28 UTC (permalink / raw)
To: Aditya Chauhan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5258 bytes --]
== Series Details ==
Series: intel-ci: Add NVL display and core blocklists (rev2)
URL : https://patchwork.freedesktop.org/series/163107/
State : success
== Summary ==
CI Bug Log - changes from IGT_8802 -> IGTPW_14759
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/index.html
Participating hosts (41 -> 40)
------------------------------
Additional (1): bat-adls-6
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14759 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-adls-6: NOTRUN -> [SKIP][1] ([i915#4613]) +3 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic@basic:
- bat-adls-6: NOTRUN -> [SKIP][2] ([i915#15656])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@gem_tiled_pread_basic@basic.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-arlh-3/igt@i915_selftest@live@workarounds.html
- bat-arls-6: [PASS][5] -> [DMESG-FAIL][6] ([i915#12061]) +1 other test dmesg-fail
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/bat-arls-6/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-arls-6/igt@i915_selftest@live@workarounds.html
* igt@intel_hwmon@hwmon-read:
- bat-adls-6: NOTRUN -> [SKIP][7] ([i915#7707]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@intel_hwmon@hwmon-read.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-adls-6: NOTRUN -> [SKIP][8] ([i915#4103]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adls-6: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#3840])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-adls-6: NOTRUN -> [SKIP][10]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pm_backlight@basic-brightness:
- bat-adls-6: NOTRUN -> [SKIP][11] ([i915#5354])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-primary-mmap-gtt:
- bat-adls-6: NOTRUN -> [SKIP][12] ([i915#1072] / [i915#9732]) +3 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@kms_psr@psr-primary-mmap-gtt.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adls-6: NOTRUN -> [SKIP][13] ([i915#3555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-read:
- bat-adls-6: NOTRUN -> [SKIP][14] ([i915#3291]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-adls-6/igt@prime_vgem@basic-fence-read.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [DMESG-FAIL][15] ([i915#12061]) -> [PASS][16] +1 other test pass
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/bat-arls-5/igt@i915_selftest@live@workarounds.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/bat-arls-5/igt@i915_selftest@live@workarounds.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8802 -> IGTPW_14759
CI-20190529: 20190529
CI_DRM_18143: 45618ec6cfed86e72cf6c2325c8f947bfbe7c132 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14759: 14759
IGT_8802: 8802
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/index.html
[-- Attachment #2: Type: text/html, Size: 6382 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* ✓ Xe.CI.FULL: success for intel-ci: Add NVL display and core blocklists (rev2)
2026-03-13 12:34 [PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists Aditya Chauhan
` (3 preceding siblings ...)
2026-03-13 15:28 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-14 17:50 ` Patchwork
2026-03-14 18:02 ` ✗ i915.CI.Full: failure " Patchwork
5 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-03-14 17:50 UTC (permalink / raw)
To: Aditya Chauhan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 63499 bytes --]
== Series Details ==
Series: intel-ci: Add NVL display and core blocklists (rev2)
URL : https://patchwork.freedesktop.org/series/163107/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8802_FULL -> XEIGTPW_14759_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14759_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotreplug:
- shard-bmg: [PASS][1] -> [ABORT][2] ([Intel XE#7578])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@core_hotunplug@hotreplug.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@core_hotunplug@hotreplug.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2233])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#2327]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#7059] / [Intel XE#7085])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#1407]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#1124]) +10 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#1124]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#607] / [Intel XE#7361])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#367] / [Intel XE#7354]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-4-displays-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1512] / [Intel XE#7392])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#3432]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#3432])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +12 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#2887]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#306] / [Intel XE#7358])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_color@degamma:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2325] / [Intel XE#7358]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2252]) +9 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#373]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_color_pipeline@plane-lut3d-green-only:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#6969] / [Intel XE#7006]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@kms_color_pipeline@plane-lut3d-green-only.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-a-plane-1:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#6969]) +7 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-a-plane-1.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#6969]) +10 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#6969] / [Intel XE#7006]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2.html
* igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][25] ([Intel XE#3304] / [Intel XE#7374])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2341]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][27] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@uevent-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][28] ([Intel XE#6707] / [Intel XE#7439])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_content_protection@uevent-hdcp14@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2320]) +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1424]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2321] / [Intel XE#7355])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2291]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-bmg: [PASS][33] -> [SKIP][34] ([Intel XE#2291]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-9/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2286] / [Intel XE#6035])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#4331] / [Intel XE#7227])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2244]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#4422] / [Intel XE#7442])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_fbcon_fbt@psr:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#6126] / [Intel XE#776])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2374] / [Intel XE#6127])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-bmg: [PASS][41] -> [SKIP][42] ([Intel XE#2316]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-9/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2316])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7178] / [Intel XE#7349])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7179]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#352])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-5/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#7061] / [Intel XE#7356]) +5 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#4141]) +13 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#656]) +7 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#6312] / [Intel XE#651])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2312])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2311]) +31 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2313]) +26 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#7061] / [Intel XE#7356])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-wc.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][57] -> [SKIP][58] ([Intel XE#1503])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-8/igt@kms_hdr@invalid-hdr.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#6901])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-6/igt@kms_joiner@basic-big-joiner.html
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#6901])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#7086] / [Intel XE#7390])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2486])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#6912] / [Intel XE#7375])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#7130]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-yf-tiled-ccs-modifier:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#7283]) +4 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier.html
* igt@kms_plane_multiple@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#5020] / [Intel XE#7348])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2763] / [Intel XE#6886]) +9 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#7376] / [Intel XE#870])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#3309] / [Intel XE#7368])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#1489]) +7 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2387] / [Intel XE#7429])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2234] / [Intel XE#2850]) +13 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_psr@fbc-pr-primary-page-flip.html
* igt@kms_psr@fbc-pr-primary-render:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#1406])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@kms_psr@fbc-pr-primary-render.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#2234])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@kms_psr@psr2-primary-render.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#1406] / [Intel XE#2414])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_sharpness_filter@filter-dpms:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#6503]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_sharpness_filter@filter-dpms.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#1499])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
- shard-lnl: [PASS][80] -> [FAIL][81] ([Intel XE#2142]) +1 other test fail
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
* igt@xe_compute@ccs-mode-basic:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#6599])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@xe_compute@ccs-mode-basic.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_eudebug@connect-user:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#4837]) +5 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@xe_eudebug@connect-user.html
* igt@xe_eudebug_online@single-step-one:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#4837] / [Intel XE#6665]) +5 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_eudebug_online@single-step-one.html
* igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#4837] / [Intel XE#6665])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram.html
* igt@xe_evict@evict-small-multi-queue-priority-cm:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#7140])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@xe_evict@evict-small-multi-queue-priority-cm.html
* igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#6540] / [Intel XE#688]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html
* igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#7482]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-3/igt@xe_exec_balancer@many-execqueues-cm-parallel-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2322] / [Intel XE#7372]) +6 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1392])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-rebind-prefetch:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#7136]) +2 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-rebind-prefetch.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-prefetch:
- shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#7136]) +12 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_exec_fault_mode@once-multi-queue-userptr-prefetch.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#6874]) +30 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-priority-smem:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#6874]) +5 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-priority-smem.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#7138]) +9 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#7138])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate-race.html
* igt@xe_module_load@load:
- shard-lnl: ([PASS][98], [PASS][99], [PASS][100], [PASS][101], [PASS][102], [PASS][103], [PASS][104], [PASS][105], [PASS][106], [PASS][107], [PASS][108], [PASS][109], [PASS][110], [PASS][111], [PASS][112], [PASS][113], [PASS][114], [PASS][115], [PASS][116], [PASS][117], [PASS][118], [PASS][119], [PASS][120], [PASS][121], [PASS][122]) -> ([PASS][123], [PASS][124], [PASS][125], [PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133], [PASS][134], [PASS][135], [PASS][136], [PASS][137], [PASS][138], [PASS][139], [PASS][140], [PASS][141], [PASS][142], [PASS][143], [PASS][144], [PASS][145], [PASS][146], [SKIP][147], [PASS][148]) ([Intel XE#378] / [Intel XE#7405])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-6/igt@xe_module_load@load.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-1/igt@xe_module_load@load.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-6/igt@xe_module_load@load.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-2/igt@xe_module_load@load.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-5/igt@xe_module_load@load.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-8/igt@xe_module_load@load.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-8/igt@xe_module_load@load.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-4/igt@xe_module_load@load.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-7/igt@xe_module_load@load.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-1/igt@xe_module_load@load.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-7/igt@xe_module_load@load.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-7/igt@xe_module_load@load.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-8/igt@xe_module_load@load.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-3/igt@xe_module_load@load.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-1/igt@xe_module_load@load.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-3/igt@xe_module_load@load.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-3/igt@xe_module_load@load.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-2/igt@xe_module_load@load.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-5/igt@xe_module_load@load.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-4/igt@xe_module_load@load.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-5/igt@xe_module_load@load.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-8/igt@xe_module_load@load.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-4/igt@xe_module_load@load.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-2/igt@xe_module_load@load.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-6/igt@xe_module_load@load.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@xe_module_load@load.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@xe_module_load@load.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@xe_module_load@load.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-7/igt@xe_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@xe_module_load@load.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@xe_module_load@load.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@xe_module_load@load.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-3/igt@xe_module_load@load.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-3/igt@xe_module_load@load.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-3/igt@xe_module_load@load.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-5/igt@xe_module_load@load.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-5/igt@xe_module_load@load.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-5/igt@xe_module_load@load.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-6/igt@xe_module_load@load.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-6/igt@xe_module_load@load.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-6/igt@xe_module_load@load.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@xe_module_load@load.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@xe_module_load@load.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@xe_module_load@load.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@xe_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@xe_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-8/igt@xe_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@xe_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@xe_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@xe_module_load@load.html
- shard-bmg: ([PASS][149], [PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173]) -> ([PASS][174], [PASS][175], [PASS][176], [PASS][177], [PASS][178], [PASS][179], [PASS][180], [PASS][181], [PASS][182], [PASS][183], [SKIP][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [PASS][189], [PASS][190], [PASS][191], [PASS][192], [PASS][193], [PASS][194], [PASS][195], [PASS][196], [PASS][197], [PASS][198], [PASS][199]) ([Intel XE#2457] / [Intel XE#7405])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-4/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-6/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-7/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-9/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-8/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-3/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-10/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-10/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-10/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-8/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-3/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-7/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-3/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-8/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-4/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-9/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-9/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-6/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@xe_module_load@load.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@xe_module_load@load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@xe_module_load@load.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@xe_module_load@load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@xe_module_load@load.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@xe_module_load@load.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@xe_module_load@load.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@xe_module_load@load.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@xe_module_load@load.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@xe_module_load@load.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@xe_module_load@load.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@xe_module_load@load.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@xe_module_load@load.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@xe_module_load@load.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_module_load@load.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_module_load@load.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@xe_module_load@load.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@xe_module_load@load.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@xe_module_load@load.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@xe_module_load@load.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@xe_module_load@load.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@xe_module_load@load.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@xe_module_load@load.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-4/igt@xe_module_load@load.html
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- shard-bmg: NOTRUN -> [SKIP][200] ([Intel XE#6964]) +3 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@xe_multigpu_svm@mgpu-atomic-op-basic.html
* igt@xe_multigpu_svm@mgpu-pagefault-prefetch:
- shard-lnl: NOTRUN -> [SKIP][201] ([Intel XE#6964])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@xe_multigpu_svm@mgpu-pagefault-prefetch.html
* igt@xe_peer2peer@read:
- shard-lnl: NOTRUN -> [SKIP][202] ([Intel XE#1061] / [Intel XE#7326] / [Intel XE#7353])
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-3/igt@xe_peer2peer@read.html
* igt@xe_pm@d3cold-i2c:
- shard-bmg: NOTRUN -> [SKIP][203] ([Intel XE#5694] / [Intel XE#7370])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@xe_pm@d3cold-i2c.html
* igt@xe_pxp@pxp-termination-key-update-post-suspend:
- shard-bmg: NOTRUN -> [SKIP][204] ([Intel XE#4733] / [Intel XE#7417])
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
* igt@xe_query@multigpu-query-engines:
- shard-lnl: NOTRUN -> [SKIP][205] ([Intel XE#944])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-4/igt@xe_query@multigpu-query-engines.html
* igt@xe_query@multigpu-query-hwconfig:
- shard-bmg: NOTRUN -> [SKIP][206] ([Intel XE#944]) +3 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@xe_query@multigpu-query-hwconfig.html
* igt@xe_sriov_admin@bulk-preempt-timeout-vfs-disabled:
- shard-lnl: NOTRUN -> [SKIP][207] ([Intel XE#7174])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-3/igt@xe_sriov_admin@bulk-preempt-timeout-vfs-disabled.html
#### Possible fixes ####
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [ABORT][208] ([Intel XE#5545]) -> [PASS][209] +1 other test pass
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-dp-2:
- shard-bmg: [DMESG-WARN][210] -> [PASS][211]
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-dp-2.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-dp-2.html
* igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
- shard-bmg: [SKIP][212] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373]) -> [PASS][213] +1 other test pass
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [INCOMPLETE][214] ([Intel XE#7084]) -> [PASS][215] +1 other test pass
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-bmg: [SKIP][216] ([Intel XE#2291]) -> [PASS][217] +2 other tests pass
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: [SKIP][218] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][219]
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_feature_discovery@display-2x:
- shard-bmg: [SKIP][220] ([Intel XE#2373] / [Intel XE#7344]) -> [PASS][221]
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_feature_discovery@display-2x.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_feature_discovery@display-2x.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-bmg: [SKIP][222] ([Intel XE#2316]) -> [PASS][223] +3 other tests pass
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_flip@2x-flip-vs-panning.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-3/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][224] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][225] +1 other test pass
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [INCOMPLETE][226] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][227] +1 other test pass
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-10/igt@kms_flip@flip-vs-suspend-interruptible.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@wf_vblank-ts-check@a-edp1:
- shard-lnl: [FAIL][228] ([Intel XE#3098]) -> [PASS][229] +1 other test pass
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-7/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-bmg: [SKIP][230] ([Intel XE#2685] / [Intel XE#3307]) -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-6/igt@kms_plane_scaling@intel-max-src-size.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-bmg: [SKIP][232] ([Intel XE#1435]) -> [PASS][233]
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-10/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][234] ([Intel XE#4459]) -> [PASS][235] +1 other test pass
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-lnl-2/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][236] ([Intel XE#6321]) -> [PASS][237]
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
#### Warnings ####
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-bmg: [SKIP][238] ([Intel XE#7194]) -> [FAIL][239] ([Intel XE#3304] / [Intel XE#7374])
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_content_protection@atomic-dpms-hdcp14.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [SKIP][240] ([Intel XE#2341]) -> [FAIL][241] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_content_protection@lic-type-0.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-2/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-0-hdcp14:
- shard-bmg: [SKIP][242] ([Intel XE#7194]) -> [FAIL][243] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_content_protection@lic-type-0-hdcp14.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_content_protection@lic-type-0-hdcp14.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-bmg: [SKIP][244] ([Intel XE#7194]) -> [FAIL][245] ([Intel XE#6707] / [Intel XE#7439])
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_content_protection@uevent-hdcp14.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-bmg: [ABORT][246] ([Intel XE#5545] / [Intel XE#6652]) -> [SKIP][247] ([Intel XE#2316])
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@kms_flip@2x-wf_vblank-ts-check.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][248] ([Intel XE#2312]) -> [SKIP][249] ([Intel XE#2311]) +11 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][250] ([Intel XE#2312]) -> [SKIP][251] ([Intel XE#4141]) +7 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][252] ([Intel XE#4141]) -> [SKIP][253] ([Intel XE#2312]) +5 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][254] ([Intel XE#2311]) -> [SKIP][255] ([Intel XE#2312]) +8 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][256] ([Intel XE#2312]) -> [SKIP][257] ([Intel XE#2313]) +12 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-msflip-blt:
- shard-bmg: [SKIP][258] ([Intel XE#2313]) -> [SKIP][259] ([Intel XE#2312]) +8 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-msflip-blt.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: [SKIP][260] ([Intel XE#4596]) -> [SKIP][261] ([Intel XE#5021] / [Intel XE#7377])
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-yf.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-8/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][262] ([Intel XE#2426] / [Intel XE#5848]) -> [FAIL][263] ([Intel XE#1729] / [Intel XE#7424])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-3/igt@kms_tiled_display@basic-test-pattern.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-bmg: [ABORT][264] ([Intel XE#5466] / [Intel XE#6652] / [Intel XE#7577]) -> [ABORT][265] ([Intel XE#5466] / [Intel XE#7577])
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8802/shard-bmg-3/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/shard-bmg-6/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2685]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2685
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
[Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#6035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6035
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#6126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6126
[Intel XE#6127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6127
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7174
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7194]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7194
[Intel XE#7227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7227
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7344]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7344
[Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7354
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7361
[Intel XE#7368]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7368
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7390
[Intel XE#7392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7392
[Intel XE#7405]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7405
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7577
[Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8802 -> IGTPW_14759
IGTPW_14759: 14759
IGT_8802: 8802
xe-4713-45618ec6cfed86e72cf6c2325c8f947bfbe7c132: 45618ec6cfed86e72cf6c2325c8f947bfbe7c132
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14759/index.html
[-- Attachment #2: Type: text/html, Size: 71736 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* ✗ i915.CI.Full: failure for intel-ci: Add NVL display and core blocklists (rev2)
2026-03-13 12:34 [PATCH v4 i-g-t 0/2] intel-ci: Add NVL display and core blocklists Aditya Chauhan
` (4 preceding siblings ...)
2026-03-14 17:50 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-03-14 18:02 ` Patchwork
5 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-03-14 18:02 UTC (permalink / raw)
To: Aditya Chauhan; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 126177 bytes --]
== Series Details ==
Series: intel-ci: Add NVL display and core blocklists (rev2)
URL : https://patchwork.freedesktop.org/series/163107/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8802_full -> IGTPW_14759_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14759_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14759_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.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14759_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_crc@cursor-suspend:
- shard-dg1: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-18/igt@kms_cursor_crc@cursor-suspend.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-dg1: NOTRUN -> [ABORT][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][4]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-1.html
* igt@prime_self_import@export-vs-gem_close-race:
- shard-dg1: [PASS][5] -> [FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-16/igt@prime_self_import@export-vs-gem_close-race.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@prime_self_import@export-vs-gem_close-race.html
Known issues
------------
Here are the changes found in IGTPW_14759_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#14544] / [i915#6230])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@api_intel_bb@crc32.html
* igt@drm_buddy@drm_buddy:
- shard-dg2: NOTRUN -> [SKIP][8] ([i915#15678])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@drm_buddy@drm_buddy.html
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#15678])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@drm_buddy@drm_buddy.html
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#15678])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@drm_buddy@drm_buddy.html
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#15678])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@drm_buddy@drm_buddy.html
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#15678])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-6/igt@drm_buddy@drm_buddy.html
* igt@gem_basic@multigpu-create-close:
- shard-tglu-1: NOTRUN -> [SKIP][13] ([i915#7697])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@gem_basic@multigpu-create-close.html
- shard-dg1: NOTRUN -> [SKIP][14] ([i915#7697])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-13/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-7/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-tglu-1: NOTRUN -> [SKIP][16] ([i915#9323])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#13008])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#14544] / [i915#9323])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: [PASS][19] -> [INCOMPLETE][20] ([i915#12392] / [i915#13356])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#8562])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3:
- shard-rkl: NOTRUN -> [ABORT][22] ([i915#15131]) +1 other test abort
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-1/igt@gem_ctx_isolation@preservation-s3.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#8555])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#4525]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@gem_exec_balancer@parallel-balancer.html
- shard-tglu-1: NOTRUN -> [SKIP][25] ([i915#4525])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [DMESG-FAIL][26] ([i915#15478])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@gem_exec_big@single.html
- shard-mtlp: [PASS][27] -> [DMESG-FAIL][28] ([i915#15478])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-mtlp-4/igt@gem_exec_big@single.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-4/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][29] ([i915#6334]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk6/igt@gem_exec_capture@capture-invisible@smem0.html
- shard-tglu: NOTRUN -> [SKIP][30] ([i915#6334]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_endless@dispatch@vcs0:
- shard-dg2: NOTRUN -> [TIMEOUT][31] ([i915#3778] / [i915#7016]) +1 other test timeout
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@gem_exec_endless@dispatch@vcs0.html
* igt@gem_exec_fence@submit3:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-5/igt@gem_exec_fence@submit3.html
* igt@gem_exec_flush@basic-wb-rw-default:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@gem_exec_flush@basic-wb-rw-default.html
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-12/igt@gem_exec_flush@basic-wb-rw-default.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3281]) +4 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#3281]) +5 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#3281])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-2/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-range:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#14544] / [i915#3281])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_exec_reloc@basic-range.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#7276])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@gem_exec_schedule@semaphore-power.html
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#4812])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-16/igt@gem_exec_schedule@semaphore-power.html
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-7/igt@gem_exec_schedule@semaphore-power.html
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4537] / [i915#4812])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s0:
- shard-rkl: [PASS][44] -> [INCOMPLETE][45] ([i915#13356]) +1 other test incomplete
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-5/igt@gem_exec_suspend@basic-s0.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_exec_suspend@basic-s0.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu: NOTRUN -> [SKIP][46] ([i915#4613]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-5/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4613])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-7/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][48] ([i915#4613])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@massive-random:
- shard-glk: NOTRUN -> [SKIP][49] ([i915#4613]) +5 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk6/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@smem-oom:
- shard-dg2: [PASS][50] -> [FAIL][51] ([i915#15734])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-3/igt@gem_lmem_swapping@smem-oom.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [PASS][52] -> [CRASH][53] ([i915#5493])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-random:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#4613]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@bad-offset:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4083]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@gem_mmap@bad-offset.html
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4083])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@gem_mmap@bad-offset.html
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4083])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-1/igt@gem_mmap@bad-offset.html
* igt@gem_mmap_gtt@basic-write:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4077])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-2/igt@gem_mmap_gtt@basic-write.html
* igt@gem_mmap_gtt@big-bo:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4077]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-13/igt@gem_mmap_gtt@big-bo.html
* igt@gem_mmap_gtt@cpuset-big-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#4077]) +4 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@gem_mmap_gtt@cpuset-big-copy-xy.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#3282])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-18/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#3282]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#4270]) +2 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#13717])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4270])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#3282]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-5/igt@gem_readwrite@beyond-eob.html
- shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3282])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@y-tiled-ccs-to-x-tiled:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#8428]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-6/igt@gem_render_copy@y-tiled-ccs-to-x-tiled.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#5190] / [i915#8428]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#4079])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@gem_set_tiling_vs_gtt.html
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4079])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-4/igt@gem_set_tiling_vs_gtt.html
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4079])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@gem_set_tiling_vs_gtt.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#4885])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@gem_softpin@evict-snoop-interruptible.html
- shard-rkl: NOTRUN -> [SKIP][74] +16 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-tglu: NOTRUN -> [SKIP][75] ([i915#3297])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][76] ([i915#13356] / [i915#14586])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk1/igt@gem_workarounds@suspend-resume.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#2856])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-tglu-1: NOTRUN -> [SKIP][78] ([i915#2527] / [i915#2856]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu: NOTRUN -> [SKIP][79] ([i915#2527] / [i915#2856]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@valid-registers:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#2527]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@virtual-busy-idle:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#14118])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@i915_drm_fdinfo@virtual-busy-idle.html
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#14118])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-12/igt@i915_drm_fdinfo@virtual-busy-idle.html
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#14118])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@i915_drm_fdinfo@virtual-busy-idle.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#15479]) +4 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@i915_module_load@fault-injection@__uc_init.html
- shard-tglu-1: NOTRUN -> [SKIP][85] ([i915#15479]) +4 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@i915_module_load@fault-injection@__uc_init.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-rkl: NOTRUN -> [ABORT][86] ([i915#15342]) +1 other test abort
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-tglu-1: NOTRUN -> [ABORT][87] ([i915#15342]) +1 other test abort
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-glk: NOTRUN -> [ABORT][88] ([i915#15342]) +1 other test abort
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk8/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@resize-bar:
- shard-tglu: NOTRUN -> [SKIP][89] ([i915#6412])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-tglu-1: NOTRUN -> [SKIP][90] ([i915#6590]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-dg2: [PASS][91] -> [FAIL][92] ([i915#12964]) +1 other test fail
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-5/igt@i915_pm_rc6_residency@rc6-accuracy.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@system-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][93] ([i915#13356]) +4 other tests incomplete
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk8/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rps@basic-api:
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#11681] / [i915#6621])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu: NOTRUN -> [SKIP][95] ([i915#4387])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-2/igt@i915_pm_sseu@full-enable.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu: NOTRUN -> [INCOMPLETE][96] ([i915#4817] / [i915#7443])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@i915_suspend@basic-s3-without-i915.html
- shard-glk: [PASS][97] -> [INCOMPLETE][98] ([i915#4817])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-glk5/igt@i915_suspend@basic-s3-without-i915.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk9/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@debugfs-reader:
- shard-glk11: NOTRUN -> [INCOMPLETE][99] ([i915#4817])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk11/igt@i915_suspend@debugfs-reader.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][100] ([i915#12761])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk5/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][101] ([i915#12761] / [i915#14995])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][102] ([i915#1769])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#1769] / [i915#3555])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#5286]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5286])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-12/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#5286]) +3 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [PASS][107] -> [FAIL][108] ([i915#15733] / [i915#5138])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][109] ([i915#5286]) +3 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#3638]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#14544] / [i915#3638])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-glk11: NOTRUN -> [SKIP][112] +14 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk11/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#5190]) +3 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#6187])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#4538] / [i915#5190]) +3 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
- shard-mtlp: NOTRUN -> [SKIP][116] +5 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-16/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][119] ([i915#4423] / [i915#6095])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#12313])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#14098] / [i915#6095]) +32 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][122] ([i915#6095]) +34 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][123] ([i915#14544] / [i915#6095]) +4 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#6095]) +25 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#12805])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][126] ([i915#6095]) +39 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-2/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][128] ([i915#12313])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
- shard-tglu-1: NOTRUN -> [SKIP][129] ([i915#12313])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#6095]) +161 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#10307] / [i915#6095]) +79 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#6095]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#6095]) +52 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-tglu-1: NOTRUN -> [SKIP][134] ([i915#3742])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2: NOTRUN -> [SKIP][135] +7 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_edid@dp-mode-timings:
- shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#11151] / [i915#7828]) +3 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_chamelium_edid@dp-mode-timings.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#11151] / [i915#7828]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#11151] / [i915#7828]) +4 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#11151] / [i915#7828]) +4 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][140] ([i915#15330])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][141] ([i915#15330])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu-1: NOTRUN -> [SKIP][142] ([i915#15330] / [i915#3116] / [i915#3299])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#15330])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#6944] / [i915#7118] / [i915#9424])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#6944]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-1:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#6944] / [i915#9424])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#6944] / [i915#9424])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#6944])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_content_protection@uevent-hdcp14.html
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#6944])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_content_protection@uevent-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#6944])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-13/igt@kms_content_protection@uevent-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#6944])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-6/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-256x85:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#8814])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-tglu: [PASS][153] -> [FAIL][154] ([i915#13566]) +5 other tests fail
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-7/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: NOTRUN -> [FAIL][155] ([i915#13566]) +3 other tests fail
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-tglu-1: NOTRUN -> [SKIP][156] ([i915#3555]) +2 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#13049])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#13049] / [i915#14544])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][159] ([i915#13566]) +2 other tests fail
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][160] ([i915#13049])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-random-64x21:
- shard-rkl: [PASS][161] -> [FAIL][162] ([i915#13566])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_cursor_crc@cursor-random-64x21.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@kms_cursor_crc@cursor-random-64x21.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#9809]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#13046] / [i915#5354]) +2 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#9833])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#1257])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_dp_aux_dev.html
- shard-tglu-1: NOTRUN -> [SKIP][167] ([i915#1257])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_dp_aux_dev.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#13748]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#13707])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-basic:
- shard-tglu-1: NOTRUN -> [SKIP][170] ([i915#3555] / [i915#3840]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#3840])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#3555] / [i915#3840])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@kms_dsc@dsc-with-bpc.html
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#3840])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_dsc@dsc-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#3840])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-12/igt@kms_dsc@dsc-with-bpc.html
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#3840])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@kms_dsc@dsc-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#3840])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#3469])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-3/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@dp-mst:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#9337])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-7/igt@kms_feature_discovery@dp-mst.html
* igt@kms_fence_pin_leak:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#4881])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#14544] / [i915#9934]) +2 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#9934])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-7/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3637] / [i915#9934]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][183] ([i915#12745] / [i915#4839]) +1 other test incomplete
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk4/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-snb: [PASS][184] -> [TIMEOUT][185] ([i915#14033] / [i915#14350])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-snb7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][186] ([i915#4839]) +1 other test incomplete
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk2/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][187] -> [TIMEOUT][188] ([i915#14033])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-snb7/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#3637] / [i915#9934]) +8 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-5/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#9934]) +2 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_flip@2x-plain-flip-ts-check.html
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#9934]) +3 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_flip@2x-plain-flip-ts-check.html
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#9934]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-13/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-tglu-1: NOTRUN -> [SKIP][193] ([i915#3637] / [i915#9934]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk10: NOTRUN -> [INCOMPLETE][194] ([i915#12745] / [i915#4839])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk10: NOTRUN -> [INCOMPLETE][195] ([i915#12745])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2:
- shard-rkl: [PASS][196] -> [INCOMPLETE][197] ([i915#6113]) +1 other test incomplete
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-dg2: NOTRUN -> [SKIP][198] ([i915#15643])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#15643]) +2 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#15643] / [i915#5190])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#15643])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#15643])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#15643])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][204] ([i915#15643]) +4 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_force_connector_basic@force-connector-state:
- shard-mtlp: [PASS][205] -> [SKIP][206] ([i915#15672])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-mtlp-2/igt@kms_force_connector_basic@force-connector-state.html
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-1/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][207] ([i915#15104])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][208] ([i915#8708])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#15102])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#14544] / [i915#15102])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#15104])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#15102])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#15102]) +19 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#15102] / [i915#3023]) +11 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#8708]) +9 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#14544] / [i915#1825]) +2 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-tglu: NOTRUN -> [SKIP][217] +51 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#1825]) +3 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-tglu-1: NOTRUN -> [SKIP][219] +20 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#1825]) +17 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][221] +8 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#8708]) +3 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#10433] / [i915#15102] / [i915#3458])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#15102] / [i915#3458]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
- shard-dg1: NOTRUN -> [SKIP][225] ([i915#15102] / [i915#3458]) +3 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-msflip-blt:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#5354]) +10 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-tglu-1: NOTRUN -> [SKIP][228] ([i915#15102]) +16 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: [PASS][229] -> [SKIP][230] ([i915#3555] / [i915#8228])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_hdr@bpc-switch.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8228]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-10/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg2: NOTRUN -> [SKIP][232] ([i915#3555] / [i915#8228])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg1: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#8228])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@invalid-hdr:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#8228])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#15458])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu: NOTRUN -> [SKIP][236] ([i915#15815])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#6301])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk: [PASS][238] -> [INCOMPLETE][239] ([i915#12756] / [i915#13409] / [i915#13476])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-glk2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-rkl: NOTRUN -> [SKIP][240] ([i915#14712])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#15709]) +2 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#15709])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-16/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#15709]) +4 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-3/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#15709])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#15709]) +3 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
- shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#15709]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-tglu: NOTRUN -> [SKIP][247] ([i915#13958])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-2/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][248] ([i915#14259] / [i915#14544])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#14259])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#15329]) +3 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#15329]) +4 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][252] ([i915#15329]) +8 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#15329] / [i915#3555])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][254] ([i915#15329] / [i915#6953]) +1 other test skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#15329]) +7 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][256] ([i915#9812])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-tglu-1: NOTRUN -> [SKIP][257] ([i915#9685])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-rkl: NOTRUN -> [SKIP][258] ([i915#9685])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu: NOTRUN -> [SKIP][259] ([i915#3828])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-psr:
- shard-tglu: NOTRUN -> [SKIP][260] ([i915#9685])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#9340])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-8/igt@kms_pm_lpsp@kms-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#3828]) +1 other test skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#15073])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][264] ([i915#15073])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@kms_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [PASS][265] -> [SKIP][266] ([i915#15073])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-12/igt@kms_pm_rpm@dpms-non-lpsp.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][267] -> [SKIP][268] ([i915#14544] / [i915#15073])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [PASS][269] -> [SKIP][270] ([i915#15073])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2: [PASS][271] -> [SKIP][272] ([i915#15073]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-tglu-1: NOTRUN -> [SKIP][273] ([i915#15073])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#15403])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-5/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-dg2: NOTRUN -> [INCOMPLETE][275] ([i915#14419])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: NOTRUN -> [INCOMPLETE][276] ([i915#10553])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk1/igt@kms_pm_rpm@system-suspend-modeset.html
- shard-dg1: [PASS][277] -> [DMESG-WARN][278] ([i915#4423])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-18/igt@kms_pm_rpm@system-suspend-modeset.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-tglu: NOTRUN -> [SKIP][279] ([i915#6524])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-10/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
- shard-glk11: NOTRUN -> [SKIP][280] ([i915#11520])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk11/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-tglu-1: NOTRUN -> [SKIP][281] ([i915#11520]) +2 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#11520]) +4 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
- shard-rkl: NOTRUN -> [SKIP][283] ([i915#11520]) +4 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#12316])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][285] ([i915#11520]) +11 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#11520] / [i915#14544])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-snb: NOTRUN -> [SKIP][287] ([i915#11520]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-snb5/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
- shard-dg1: NOTRUN -> [SKIP][288] ([i915#11520]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-16/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
- shard-tglu: NOTRUN -> [SKIP][289] ([i915#11520]) +5 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-9/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-tglu: NOTRUN -> [SKIP][290] ([i915#9683])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-primary-render:
- shard-glk10: NOTRUN -> [SKIP][291] +15 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk10/igt@kms_psr@fbc-pr-primary-render.html
* igt@kms_psr@fbc-pr-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][292] ([i915#9732]) +11 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_psr@fbc-pr-suspend.html
* igt@kms_psr@fbc-psr-cursor-mmap-cpu@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][293] ([i915#9688]) +4 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-8/igt@kms_psr@fbc-psr-cursor-mmap-cpu@edp-1.html
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][294] +385 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk9/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html
* igt@kms_psr@fbc-psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#1072] / [i915#14544] / [i915#9732])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_psr@fbc-psr2-sprite-mmap-cpu.html
* igt@kms_psr@psr-suspend:
- shard-dg2: NOTRUN -> [SKIP][296] ([i915#1072] / [i915#9732]) +7 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-1/igt@kms_psr@psr-suspend.html
- shard-dg1: NOTRUN -> [SKIP][297] ([i915#1072] / [i915#9732]) +4 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@kms_psr@psr-suspend.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][298] ([i915#9732]) +14 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-5/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#1072] / [i915#9732]) +14 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-1/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk: NOTRUN -> [INCOMPLETE][300] ([i915#15500])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk6/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-top:
- shard-glk10: NOTRUN -> [INCOMPLETE][301] ([i915#15492])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk10/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][302] ([i915#5289])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#12755] / [i915#5190])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-rkl: NOTRUN -> [SKIP][304] ([i915#5289])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#12755])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
- shard-mtlp: NOTRUN -> [SKIP][306] ([i915#12755])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-3/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-tglu: NOTRUN -> [SKIP][307] ([i915#3555]) +2 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][308] ([i915#13179]) +1 other test abort
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_selftest@drm_framebuffer.html
- shard-dg1: NOTRUN -> [ABORT][309] ([i915#13179]) +1 other test abort
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_selftest@drm_framebuffer.html
- shard-snb: NOTRUN -> [ABORT][310] ([i915#13179]) +1 other test abort
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-snb4/igt@kms_selftest@drm_framebuffer.html
- shard-tglu: NOTRUN -> [ABORT][311] ([i915#13179]) +1 other test abort
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-2/igt@kms_selftest@drm_framebuffer.html
- shard-mtlp: NOTRUN -> [ABORT][312] ([i915#13179]) +1 other test abort
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@kms_selftest@drm_framebuffer.html
- shard-glk11: NOTRUN -> [ABORT][313] ([i915#13179]) +1 other test abort
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk11/igt@kms_selftest@drm_framebuffer.html
* igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free:
- shard-dg2: NOTRUN -> [ABORT][314] ([i915#13179]) +1 other test abort
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-6/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][315] ([i915#3555])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_setmode@invalid-clone-single-crtc.html
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#3555]) +1 other test skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-tglu: NOTRUN -> [SKIP][317] ([i915#8623])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][318] ([i915#12276]) +1 other test incomplete
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk2/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@flip-suspend:
- shard-rkl: NOTRUN -> [SKIP][319] ([i915#15243] / [i915#3555])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@negative-basic:
- shard-tglu: NOTRUN -> [SKIP][320] ([i915#3555] / [i915#9906])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2: NOTRUN -> [SKIP][321] ([i915#9906])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-tglu-1: NOTRUN -> [SKIP][322] ([i915#9906])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#2433])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@perf@unprivileged-single-ctx-counters.html
- shard-dg1: NOTRUN -> [SKIP][324] ([i915#2433])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-accuracy-98:
- shard-snb: NOTRUN -> [SKIP][325] +59 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-snb5/igt@perf_pmu@busy-accuracy-98.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#9917])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@sriov_basic@enable-vfs-bind-unbind-each.html
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#9917])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@sriov_basic@enable-vfs-bind-unbind-each.html
- shard-dg1: NOTRUN -> [SKIP][328] ([i915#9917])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@sriov_basic@enable-vfs-bind-unbind-each.html
* igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random:
- shard-tglu: NOTRUN -> [FAIL][329] ([i915#12910]) +8 other tests fail
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-4/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random.html
- shard-mtlp: NOTRUN -> [FAIL][330] ([i915#12910]) +8 other tests fail
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-3/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-random.html
#### Possible fixes ####
* igt@gem_softpin@noreloc-s3:
- shard-glk: [INCOMPLETE][331] ([i915#13809]) -> [PASS][332]
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-glk2/igt@gem_softpin@noreloc-s3.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk6/igt@gem_softpin@noreloc-s3.html
* igt@i915_suspend@fence-restore-untiled:
- shard-rkl: [INCOMPLETE][333] ([i915#4817]) -> [PASS][334]
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@i915_suspend@fence-restore-untiled.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@i915_suspend@fence-restore-untiled.html
* igt@i915_suspend@forcewake:
- shard-tglu: [ABORT][335] -> [PASS][336]
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-tglu-5/igt@i915_suspend@forcewake.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-10/igt@i915_suspend@forcewake.html
* igt@i915_suspend@sysfs-reader:
- shard-glk: [INCOMPLETE][337] ([i915#4817]) -> [PASS][338]
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-glk5/igt@i915_suspend@sysfs-reader.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk6/igt@i915_suspend@sysfs-reader.html
* igt@kms_3d@basic:
- shard-mtlp: [SKIP][339] ([i915#15726]) -> [PASS][340]
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-mtlp-1/igt@kms_3d@basic.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-2/igt@kms_3d@basic.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-rkl: [FAIL][341] ([i915#13566]) -> [PASS][342] +1 other test pass
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
- shard-tglu: [FAIL][343] ([i915#13566]) -> [PASS][344] +1 other test pass
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [INCOMPLETE][345] ([i915#6113]) -> [PASS][346]
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_flip@flip-vs-suspend.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-tglu: [FAIL][347] ([i915#14600]) -> [PASS][348] +1 other test pass
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-tglu-10/igt@kms_flip@plain-flip-fb-recreate.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-8/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg2: [FAIL][349] ([i915#15389] / [i915#6880]) -> [PASS][350]
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_pipe_stress@stress-xrgb8888-xtiled:
- shard-mtlp: [DMESG-WARN][351] -> [PASS][352]
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-mtlp-3/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-6/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg1: [SKIP][353] ([i915#15073]) -> [PASS][354] +1 other test pass
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-18/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@perf_pmu@render-node-busy-idle:
- shard-mtlp: [FAIL][355] ([i915#4349]) -> [PASS][356] +4 other tests pass
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-mtlp-7/igt@perf_pmu@render-node-busy-idle.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-mtlp-5/igt@perf_pmu@render-node-busy-idle.html
* igt@perf_pmu@render-node-busy-idle@vcs1:
- shard-dg2: [FAIL][357] ([i915#4349]) -> [PASS][358] +5 other tests pass
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-3/igt@perf_pmu@render-node-busy-idle@vcs1.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@perf_pmu@render-node-busy-idle@vcs1.html
- shard-dg1: [FAIL][359] ([i915#4349]) -> [PASS][360] +3 other tests pass
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-18/igt@perf_pmu@render-node-busy-idle@vcs1.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-16/igt@perf_pmu@render-node-busy-idle@vcs1.html
#### Warnings ####
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: [SKIP][361] ([i915#14544] / [i915#9323]) -> [SKIP][362] ([i915#9323])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: [SKIP][363] ([i915#14544] / [i915#280]) -> [SKIP][364] ([i915#280])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gem_ctx_sseu@invalid-args.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: [SKIP][365] ([i915#280]) -> [SKIP][366] ([i915#14544] / [i915#280])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@gem_ctx_sseu@mmap-args.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-rkl: [SKIP][367] ([i915#14544] / [i915#3281]) -> [SKIP][368] ([i915#3281]) +5 other tests skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-gtt.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-1/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-write-read:
- shard-rkl: [SKIP][369] ([i915#3281]) -> [SKIP][370] ([i915#14544] / [i915#3281]) +3 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-8/igt@gem_exec_reloc@basic-write-read.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_exec_reloc@basic-write-read.html
* igt@gem_lmem_swapping@massive-random:
- shard-rkl: [SKIP][371] ([i915#4613]) -> [SKIP][372] ([i915#14544] / [i915#4613]) +1 other test skip
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-5/igt@gem_lmem_swapping@massive-random.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: [SKIP][373] ([i915#14544] / [i915#4613]) -> [SKIP][374] ([i915#4613]) +1 other test skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-rkl: [SKIP][375] ([i915#14544] / [i915#3282]) -> [SKIP][376] ([i915#3282]) +1 other test skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pread@display:
- shard-rkl: [SKIP][377] ([i915#3282]) -> [SKIP][378] ([i915#14544] / [i915#3282]) +1 other test skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-4/igt@gem_pread@display.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_pread@display.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: [SKIP][379] ([i915#13717] / [i915#14544]) -> [SKIP][380] ([i915#13717])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gem_pxp@hw-rejects-pxp-context.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: [SKIP][381] ([i915#8411]) -> [SKIP][382] ([i915#14544] / [i915#8411])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-rkl: [SKIP][383] ([i915#3297]) -> [SKIP][384] ([i915#14544] / [i915#3297])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@gem_userptr_blits@readonly-pwrite-unsync.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gen9_exec_parse@allowed-single:
- shard-rkl: [SKIP][385] ([i915#14544] / [i915#2527]) -> [SKIP][386] ([i915#2527]) +1 other test skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@gen9_exec_parse@allowed-single.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: [SKIP][387] ([i915#2527]) -> [SKIP][388] ([i915#14544] / [i915#2527]) +2 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@gen9_exec_parse@bb-oversize.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html
* igt@i915_module_load@fault-injection:
- shard-dg1: [ABORT][389] ([i915#11815] / [i915#15481]) -> [ABORT][390] ([i915#11815]) +1 other test abort
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-12/igt@i915_module_load@fault-injection.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-13/igt@i915_module_load@fault-injection.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: [SKIP][391] ([i915#8399]) -> [SKIP][392] ([i915#14544] / [i915#8399])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-3/igt@i915_pm_freq_api@freq-basic-api.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: [SKIP][393] ([i915#14544] / [i915#4387]) -> [SKIP][394] ([i915#4387])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@test-query-geometry-subslices:
- shard-rkl: [SKIP][395] ([i915#14544] / [i915#5723]) -> [SKIP][396] ([i915#5723])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@i915_query@test-query-geometry-subslices.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_suspend@sysfs-reader:
- shard-rkl: [ABORT][397] ([i915#15140]) -> [INCOMPLETE][398] ([i915#4817])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-1/igt@i915_suspend@sysfs-reader.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@i915_suspend@sysfs-reader.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: [SKIP][399] ([i915#14544] / [i915#5286]) -> [SKIP][400] ([i915#5286]) +1 other test skip
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: [SKIP][401] ([i915#5286]) -> [SKIP][402] ([i915#14544] / [i915#5286]) +2 other tests skip
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-rkl: [SKIP][403] ([i915#14544] / [i915#3638]) -> [SKIP][404] ([i915#3638])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: [SKIP][405] ([i915#3828]) -> [SKIP][406] ([i915#14544] / [i915#3828])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][407] ([i915#3638]) -> [SKIP][408] ([i915#14544] / [i915#3638])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][409] ([i915#14544]) -> [SKIP][410] +4 other tests skip
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [SKIP][411] -> [SKIP][412] ([i915#14544]) +9 other tests skip
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg1: [SKIP][413] ([i915#4538]) -> [SKIP][414] ([i915#4423] / [i915#4538])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-19/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs:
- shard-dg1: [SKIP][415] ([i915#6095]) -> [SKIP][416] ([i915#4423] / [i915#6095])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-14/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-17/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][417] ([i915#14098] / [i915#6095]) -> [SKIP][418] ([i915#14098] / [i915#14544] / [i915#6095]) +8 other tests skip
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-3/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][419] ([i915#6095]) -> [SKIP][420] ([i915#14544] / [i915#6095]) +5 other tests skip
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-3/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-a-hdmi-a-4:
- shard-dg1: [SKIP][421] ([i915#4423] / [i915#6095]) -> [SKIP][422] ([i915#6095]) +1 other test skip
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-17/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-a-hdmi-a-4.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-18/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#6095]) -> [SKIP][424] ([i915#6095]) +4 other tests skip
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][425] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][426] ([i915#14098] / [i915#6095]) +7 other tests skip
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#3742]) -> [SKIP][428] ([i915#3742])
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- shard-rkl: [SKIP][429] ([i915#11151] / [i915#7828]) -> [SKIP][430] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd-fast.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-rkl: [SKIP][431] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][432] ([i915#11151] / [i915#7828]) +3 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: [SKIP][433] ([i915#15330] / [i915#3116]) -> [SKIP][434] ([i915#14544] / [i915#15330] / [i915#3116]) +1 other test skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-4/igt@kms_content_protection@dp-mst-type-0.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-rkl: [SKIP][435] ([i915#14544] / [i915#15330]) -> [SKIP][436] ([i915#15330])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: [SKIP][437] ([i915#14544] / [i915#6944] / [i915#9424]) -> [SKIP][438] ([i915#6944] / [i915#9424]) +1 other test skip
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_content_protection@mei-interface.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@uevent:
- shard-rkl: [SKIP][439] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][440] ([i915#14544] / [i915#6944] / [i915#7118] / [i915#9424])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-8/igt@kms_content_protection@uevent.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: [SKIP][441] ([i915#14544] / [i915#3555]) -> [SKIP][442] ([i915#3555]) +3 other tests skip
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: [SKIP][443] ([i915#9723]) -> [SKIP][444] ([i915#14544] / [i915#9723])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: [SKIP][445] ([i915#3840]) -> [SKIP][446] ([i915#14544] / [i915#3840])
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][447] ([i915#14544] / [i915#3555] / [i915#3840]) -> [SKIP][448] ([i915#3555] / [i915#3840]) +1 other test skip
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-rkl: [SKIP][449] ([i915#9934]) -> [SKIP][450] ([i915#14544] / [i915#9934]) +6 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_flip@2x-flip-vs-modeset.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: [INCOMPLETE][451] ([i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][452] ([i915#12314] / [i915#12745] / [i915#4839])
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-glk3/igt@kms_flip@flip-vs-suspend.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk8/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: [INCOMPLETE][453] ([i915#12745] / [i915#6113]) -> [INCOMPLETE][454] ([i915#12314] / [i915#12745])
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-glk3/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-glk8/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-rkl: [SKIP][455] ([i915#14544] / [i915#15643]) -> [SKIP][456] ([i915#15643]) +1 other test skip
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: [SKIP][457] ([i915#15643]) -> [SKIP][458] ([i915#14544] / [i915#15643])
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt:
- shard-rkl: [SKIP][459] ([i915#15102]) -> [SKIP][460] ([i915#14544] / [i915#15102]) +1 other test skip
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: [SKIP][461] ([i915#15102] / [i915#3458]) -> [SKIP][462] ([i915#10433] / [i915#15102] / [i915#3458])
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][463] ([i915#14544] / [i915#1825]) -> [SKIP][464] ([i915#1825]) +15 other tests skip
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][465] ([i915#1825]) -> [SKIP][466] ([i915#14544] / [i915#1825]) +12 other tests skip
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-rkl: [SKIP][467] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][468] ([i915#15102] / [i915#3023]) +10 other tests skip
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu:
- shard-dg2: [SKIP][469] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][470] ([i915#15102] / [i915#3458]) +1 other test skip
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: [SKIP][471] ([i915#15102] / [i915#3023]) -> [SKIP][472] ([i915#14544] / [i915#15102] / [i915#3023]) +9 other tests skip
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-suspend.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: [SKIP][473] ([i915#14544] / [i915#6301]) -> [SKIP][474] ([i915#6301])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_panel_fitting@atomic-fastset.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier:
- shard-dg1: [SKIP][475] ([i915#15709]) -> [SKIP][476] ([i915#15709] / [i915#4423])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-16/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-13/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-rkl: [SKIP][477] ([i915#14544] / [i915#15709]) -> [SKIP][478] ([i915#15709]) +3 other tests skip
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-4/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping:
- shard-rkl: [SKIP][479] ([i915#15709]) -> [SKIP][480] ([i915#14544] / [i915#15709])
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
- shard-rkl: [SKIP][481] ([i915#14544] / [i915#15329]) -> [SKIP][482] ([i915#15329]) +3 other tests skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][483] ([i915#15739]) -> [SKIP][484] ([i915#15128])
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg1: [SKIP][485] ([i915#9340]) -> [SKIP][486] ([i915#3828])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-dg1-14/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@package-g7:
- shard-rkl: [SKIP][487] ([i915#14544] / [i915#15403]) -> [SKIP][488] ([i915#15403])
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_pm_rpm@package-g7.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-rkl: [SKIP][489] ([i915#11520] / [i915#14544]) -> [SKIP][490] ([i915#11520]) +4 other tests skip
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-7/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-rkl: [SKIP][491] ([i915#11520]) -> [SKIP][492] ([i915#11520] / [i915#14544]) +2 other tests skip
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-rkl: [SKIP][493] ([i915#9683]) -> [SKIP][494] ([i915#14544] / [i915#9683]) +1 other test skip
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_psr2_su@page_flip-nv12.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: [SKIP][495] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][496] ([i915#1072] / [i915#9732]) +7 other tests skip
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-6/igt@kms_psr@fbc-psr2-sprite-render.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-5/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: [SKIP][497] ([i915#1072] / [i915#9732]) -> [SKIP][498] ([i915#1072] / [i915#14544] / [i915#9732]) +8 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-8/igt@kms_psr@psr2-cursor-mmap-gtt.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: [SKIP][499] ([i915#5289]) -> [SKIP][500] ([i915#14544] / [i915#5289])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-rkl: [SKIP][501] ([i915#3555]) -> [SKIP][502] ([i915#14544] / [i915#3555])
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@perf_pmu@module-unload:
- shard-tglu: [ABORT][503] ([i915#15778]) -> [ABORT][504] ([i915#13029] / [i915#15778])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-tglu-4/igt@perf_pmu@module-unload.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-tglu-5/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6-all-gts:
- shard-rkl: [SKIP][505] ([i915#8516]) -> [SKIP][506] ([i915#14544] / [i915#8516])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-4/igt@perf_pmu@rc6-all-gts.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-read:
- shard-rkl: [SKIP][507] ([i915#3291] / [i915#3708]) -> [SKIP][508] ([i915#14544] / [i915#3291] / [i915#3708])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-7/igt@prime_vgem@basic-read.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@prime_vgem@basic-read.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: [SKIP][509] ([i915#9917]) -> [SKIP][510] ([i915#14544] / [i915#9917])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8802/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/shard-rkl-6/igt@sriov_basic@enable-vfs-autoprobe-on.html
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[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#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[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#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[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#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14350
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14600
[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#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15140]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15140
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[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#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15478]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15478
[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#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15726
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[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#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[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#3778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3778
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[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#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[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#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7016]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7016
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[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#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#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[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#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
[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
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8802 -> IGTPW_14759
CI-20190529: 20190529
CI_DRM_18143: 45618ec6cfed86e72cf6c2325c8f947bfbe7c132 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14759: 14759
IGT_8802: 8802
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14759/index.html
[-- Attachment #2: Type: text/html, Size: 170101 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread