* [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
@ 2026-02-03 2:41 Suraj Kandpal
2026-02-03 4:33 ` ✓ i915.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Suraj Kandpal @ 2026-02-03 2:41 UTC (permalink / raw)
To: intel-xe, intel-gfx; +Cc: ankit.k.nautiyal, arun.r.murthy, Suraj Kandpal
TBT PHY is enablement/disablement is handled by its own TBT module.
We do not play a big part in it's state management that being take care
by it's own TBT modeule. With that in mind comparing the state would be
wrong since we really don't touch it.
Simple return true when we are in tbt mode.
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
index 04f63bdd0b87..27ad8407606b 100644
--- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
@@ -2158,6 +2158,9 @@ bool
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
const struct intel_lt_phy_pll_state *b)
{
+ if (a->tbt_mode || b->tbt_mode)
+ return true;
+
/*
* With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
* unreliable. They cannot always be read back since internally
--
2.34.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
@ 2026-02-03 4:33 ` Patchwork
2026-02-03 8:25 ` [PATCH] " Imre Deak
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-02-03 4:33 UTC (permalink / raw)
To: Kandpal, Suraj; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 4294 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
URL : https://patchwork.freedesktop.org/series/161046/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_17923 -> Patchwork_161046v1
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/index.html
Participating hosts (42 -> 41)
------------------------------
Additional (1): bat-adls-6
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_161046v1 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/Patchwork_161046v1/bat-adls-6/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic:
- bat-adls-6: NOTRUN -> [SKIP][2] ([i915#3282])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@gem_tiled_pread_basic.html
* igt@intel_hwmon@hwmon-read:
- bat-adls-6: NOTRUN -> [SKIP][3] ([i915#7707]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@intel_hwmon@hwmon-read.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-adls-6: NOTRUN -> [SKIP][4] ([i915#4103]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adls-6: NOTRUN -> [SKIP][5] ([i915#3555] / [i915#3840])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-adls-6: NOTRUN -> [SKIP][6]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pm_backlight@basic-brightness:
- bat-adls-6: NOTRUN -> [SKIP][7] ([i915#5354])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-primary-mmap-gtt:
- bat-adls-6: NOTRUN -> [SKIP][8] ([i915#1072] / [i915#9732]) +3 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@kms_psr@psr-primary-mmap-gtt.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adls-6: NOTRUN -> [SKIP][9] ([i915#3555])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-read:
- bat-adls-6: NOTRUN -> [SKIP][10] ([i915#3291]) +2 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/bat-adls-6/igt@prime_vgem@basic-fence-read.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[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
-------------
* Linux: CI_DRM_17923 -> Patchwork_161046v1
CI-20190529: 20190529
CI_DRM_17923: 6e53f6296065672f8a0c7f98b4b6c409dac382b4 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8729: 8729
Patchwork_161046v1: 6e53f6296065672f8a0c7f98b4b6c409dac382b4 @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v1/index.html
[-- Attachment #2: Type: text/html, Size: 5217 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
2026-02-03 4:33 ` ✓ i915.CI.BAT: success for " Patchwork
@ 2026-02-03 8:25 ` Imre Deak
2026-02-03 8:40 ` Kandpal, Suraj
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Imre Deak @ 2026-02-03 8:25 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe, intel-gfx, ankit.k.nautiyal, arun.r.murthy
On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> TBT PHY is enablement/disablement is handled by its own TBT module.
> We do not play a big part in it's state management that being take care
> by it's own TBT modeule. With that in mind comparing the state would be
> wrong since we really don't touch it.
> Simple return true when we are in tbt mode.
>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> index 04f63bdd0b87..27ad8407606b 100644
> --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> @@ -2158,6 +2158,9 @@ bool
> intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> const struct intel_lt_phy_pll_state *b)
> {
> + if (a->tbt_mode || b->tbt_mode)
> + return true;
It is a relevant state whether the PHY is in TBT mode or in a non-TBT
mode, even if the PHY is programmed by the TBT HW block in TBT mode. So
it's not ok to ignore a difference in this state. Please provide the
actual context for why the change was added.
> +
> /*
> * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> * unreliable. They cannot always be read back since internally
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 8:25 ` [PATCH] " Imre Deak
@ 2026-02-03 8:40 ` Kandpal, Suraj
2026-02-03 16:10 ` Imre Deak
0 siblings, 1 reply; 10+ messages in thread
From: Kandpal, Suraj @ 2026-02-03 8:40 UTC (permalink / raw)
To: Deak, Imre
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
Nautiyal, Ankit K, Murthy, Arun R
> Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during
> lt_phy_state compare
>
> On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> > TBT PHY is enablement/disablement is handled by its own TBT module.
> > We do not play a big part in it's state management that being take
> > care by it's own TBT modeule. With that in mind comparing the state
> > would be wrong since we really don't touch it.
> > Simple return true when we are in tbt mode.
> >
> > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> > ---
> > drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > index 04f63bdd0b87..27ad8407606b 100644
> > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > @@ -2158,6 +2158,9 @@ bool
> > intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> > const struct intel_lt_phy_pll_state *b) {
> > + if (a->tbt_mode || b->tbt_mode)
> > + return true;
>
> It is a relevant state whether the PHY is in TBT mode or in a non-TBT mode,
> even if the PHY is programmed by the TBT HW block in TBT mode. So it's not ok
> to ignore a difference in this state. Please provide the actual context for why
> the change was added.
Bspec : 74492
We do not write the PLL registers when it comes to TBT Mode that is done by the TBT dock.
Since the VDR register are shadow registers our shadow registers will never have those values. Which
Means we will always have a state mismatch.
This has always been the case since SNPS PHY.
Check intel_cx0pll_compare_hw_state int intel_cx0_phy.c too
Regards,
Suraj Kandpal
>
> > +
> > /*
> > * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> > * unreliable. They cannot always be read back since internally
> > --
> > 2.34.1
> >
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 8:40 ` Kandpal, Suraj
@ 2026-02-03 16:10 ` Imre Deak
2026-02-04 2:23 ` Kandpal, Suraj
0 siblings, 1 reply; 10+ messages in thread
From: Imre Deak @ 2026-02-03 16:10 UTC (permalink / raw)
To: Kandpal, Suraj
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
Nautiyal, Ankit K, Murthy, Arun R
On Tue, Feb 03, 2026 at 10:40:33AM +0200, Kandpal, Suraj wrote:
> > Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during
> > lt_phy_state compare
> >
> > On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> > > TBT PHY is enablement/disablement is handled by its own TBT module.
> > > We do not play a big part in it's state management that being take
> > > care by it's own TBT modeule. With that in mind comparing the state
> > > would be wrong since we really don't touch it.
> > > Simple return true when we are in tbt mode.
> > >
> > > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> > > ---
> > > drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> > > 1 file changed, 3 insertions(+)
> > >
> > > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > index 04f63bdd0b87..27ad8407606b 100644
> > > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > @@ -2158,6 +2158,9 @@ bool
> > > intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> > > const struct intel_lt_phy_pll_state *b) {
> > > + if (a->tbt_mode || b->tbt_mode)
> > > + return true;
> >
> > It is a relevant state whether the PHY is in TBT mode or in a non-TBT mode,
> > even if the PHY is programmed by the TBT HW block in TBT mode. So it's not ok
> > to ignore a difference in this state. Please provide the actual context for why
> > the change was added.
>
> Bspec : 74492
>
> We do not write the PLL registers when it comes to TBT Mode that is
> done by the TBT dock. Since the VDR register are shadow registers our
> shadow registers will never have those values. Which Means we will
> always have a state mismatch.
Reading out the HW state of the actual PLL dividers and configuration is
not read out in TBT mode for the above reason but the verification is
skipped in TBT mode for another reason:
The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
computed for a modeset, so the state verification after the modeset
sequence would indicate a mismatch in case the mode changed from DP-alt
to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
verification is skipped if the mode for either the read-out or the
computed state is TBT (where that TBT PLL state doesn't reflect anyway
the PLL's actual HW state).
Could you please amend the commit long along the above lines as a
rationale for the change?
> This has always been the case since SNPS PHY. Check
> intel_cx0pll_compare_hw_state int intel_cx0_phy.c too
>
> Regards,
> Suraj Kandpal
>
> >
> > > +
> > > /*
> > > * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> > > * unreliable. They cannot always be read back since internally
> > > --
> > > 2.34.1
> > >
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 16:10 ` Imre Deak
@ 2026-02-04 2:23 ` Kandpal, Suraj
0 siblings, 0 replies; 10+ messages in thread
From: Kandpal, Suraj @ 2026-02-04 2:23 UTC (permalink / raw)
To: Deak, Imre
Cc: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
Nautiyal, Ankit K, Murthy, Arun R
> Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario during
> lt_phy_state compare
>
> On Tue, Feb 03, 2026 at 10:40:33AM +0200, Kandpal, Suraj wrote:
> > > Subject: Re: [PATCH] drm/i915/ltphy: Return true for TBT scenario
> > > during lt_phy_state compare
> > >
> > > On Tue, Feb 03, 2026 at 08:11:41AM +0530, Suraj Kandpal wrote:
> > > > TBT PHY is enablement/disablement is handled by its own TBT module.
> > > > We do not play a big part in it's state management that being take
> > > > care by it's own TBT modeule. With that in mind comparing the
> > > > state would be wrong since we really don't touch it.
> > > > Simple return true when we are in tbt mode.
> > > >
> > > > Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
> > > > ---
> > > > drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> > > > 1 file changed, 3 insertions(+)
> > > >
> > > > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > index 04f63bdd0b87..27ad8407606b 100644
> > > > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> > > > @@ -2158,6 +2158,9 @@ bool
> > > > intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state
> *a,
> > > > const struct intel_lt_phy_pll_state *b) {
> > > > + if (a->tbt_mode || b->tbt_mode)
> > > > + return true;
> > >
> > > It is a relevant state whether the PHY is in TBT mode or in a
> > > non-TBT mode, even if the PHY is programmed by the TBT HW block in
> > > TBT mode. So it's not ok to ignore a difference in this state.
> > > Please provide the actual context for why the change was added.
> >
> > Bspec : 74492
> >
> > We do not write the PLL registers when it comes to TBT Mode that is
> > done by the TBT dock. Since the VDR register are shadow registers our
> > shadow registers will never have those values. Which Means we will
> > always have a state mismatch.
>
> Reading out the HW state of the actual PLL dividers and configuration is not
> read out in TBT mode for the above reason but the verification is skipped in
> TBT mode for another reason:
>
> The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
> computed for a modeset, so the state verification after the modeset sequence
> would indicate a mismatch in case the mode changed from DP-alt to TBT, or
> from TBT to DP-alt mode. To avoid such a mismatch error the verification is
> skipped if the mode for either the read-out or the computed state is TBT
> (where that TBT PLL state doesn't reflect anyway the PLL's actual HW state).
>
> Could you please amend the commit long along the above lines as a rationale
> for the change?
Sure will amend and send the next revision
Regards,
Suraj Kandpal
>
> > This has always been the case since SNPS PHY. Check
> > intel_cx0pll_compare_hw_state int intel_cx0_phy.c too
> >
> > Regards,
> > Suraj Kandpal
> >
> > >
> > > > +
> > > > /*
> > > > * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> > > > * unreliable. They cannot always be read back since internally
> > > > --
> > > > 2.34.1
> > > >
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v2] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
2026-02-03 4:33 ` ✓ i915.CI.BAT: success for " Patchwork
2026-02-03 8:25 ` [PATCH] " Imre Deak
@ 2026-02-04 2:32 ` Suraj Kandpal
2026-02-04 11:24 ` Imre Deak
2026-02-04 3:26 ` ✓ i915.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
2026-02-04 15:37 ` ✓ i915.CI.Full: " Patchwork
4 siblings, 1 reply; 10+ messages in thread
From: Suraj Kandpal @ 2026-02-04 2:32 UTC (permalink / raw)
To: intel-xe, intel-gfx; +Cc: ankit.k.nautiyal, imre.deak, Suraj Kandpal
TBT PHY is enablement/disablement is handled by its own TBT module.
We do not play a big part in it's state management, that being take care
by it's own TBT modeule.
The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
computed for a modeset, so the state verification after the modeset
sequence would indicate a mismatch in case the mode changed from DP-alt
to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
verification is skipped if the mode for either the read-out or the
computed state is TBT (where that TBT PLL state doesn't reflect anyway
the PLL's actual HW state).
Simply return true when we are in tbt mode.
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
V1 -> V2:
- Reframe commit messgae with give the full explanation as to why we
skip verification (Imre)
drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
index 04f63bdd0b87..27ad8407606b 100644
--- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
+++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
@@ -2158,6 +2158,9 @@ bool
intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
const struct intel_lt_phy_pll_state *b)
{
+ if (a->tbt_mode || b->tbt_mode)
+ return true;
+
/*
* With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
* unreliable. They cannot always be read back since internally
--
2.34.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (2 preceding siblings ...)
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
@ 2026-02-04 3:26 ` Patchwork
2026-02-04 15:37 ` ✓ i915.CI.Full: " Patchwork
4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-02-04 3:26 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 1992 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
URL : https://patchwork.freedesktop.org/series/161046/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_17928 -> Patchwork_161046v2
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/index.html
Participating hosts (43 -> 41)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_161046v2 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/bat-arlh-3/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-dg2-14: [DMESG-FAIL][3] ([i915#12061]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
Build changes
-------------
* Linux: CI_DRM_17928 -> Patchwork_161046v2
CI-20190529: 20190529
CI_DRM_17928: ff449f153b0966cfd7a7291670c927f6b6971d2a @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8731: 8731
Patchwork_161046v2: ff449f153b0966cfd7a7291670c927f6b6971d2a @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/index.html
[-- Attachment #2: Type: text/html, Size: 2680 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH v2] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
@ 2026-02-04 11:24 ` Imre Deak
0 siblings, 0 replies; 10+ messages in thread
From: Imre Deak @ 2026-02-04 11:24 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-xe, intel-gfx, ankit.k.nautiyal
On Wed, Feb 04, 2026 at 08:02:47AM +0530, Suraj Kandpal wrote:
> TBT PHY is enablement/disablement is handled by its own TBT module.
> We do not play a big part in it's state management, that being take care
> by it's own TBT modeule.
> The PHY/PLL TypeC mode (TBT, DP-alt) can change after the PLL state was
> computed for a modeset, so the state verification after the modeset
> sequence would indicate a mismatch in case the mode changed from DP-alt
> to TBT, or from TBT to DP-alt mode. To avoid such a mismatch error the
> verification is skipped if the mode for either the read-out or the
> computed state is TBT (where that TBT PLL state doesn't reflect anyway
> the PLL's actual HW state).
> Simply return true when we are in tbt mode.
>
> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
> ---
> V1 -> V2:
> - Reframe commit messgae with give the full explanation as to why we
> skip verification (Imre)
>
> drivers/gpu/drm/i915/display/intel_lt_phy.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> index 04f63bdd0b87..27ad8407606b 100644
> --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> @@ -2158,6 +2158,9 @@ bool
> intel_lt_phy_pll_compare_hw_state(const struct intel_lt_phy_pll_state *a,
> const struct intel_lt_phy_pll_state *b)
> {
> + if (a->tbt_mode || b->tbt_mode)
> + return true;
> +
> /*
> * With LT PHY values other than VDR0_CONFIG and VDR2_CONFIG are
> * unreliable. They cannot always be read back since internally
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* ✓ i915.CI.Full: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
` (3 preceding siblings ...)
2026-02-04 3:26 ` ✓ i915.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
@ 2026-02-04 15:37 ` Patchwork
4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-02-04 15:37 UTC (permalink / raw)
To: Suraj Kandpal; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 109998 bytes --]
== Series Details ==
Series: drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2)
URL : https://patchwork.freedesktop.org/series/161046/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_17928_full -> Patchwork_161046v2_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in Patchwork_161046v2_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_buddy@drm_buddy@drm_test_buddy_fragmentation_performance:
- shard-tglu: NOTRUN -> [DMESG-WARN][1] ([i915#15095]) +1 other test dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@drm_buddy@drm_buddy@drm_test_buddy_fragmentation_performance.html
* igt@gem_busy@semaphore:
- shard-dg2: NOTRUN -> [SKIP][2] ([i915#3936])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_busy@semaphore.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-rkl: NOTRUN -> [SKIP][3] ([i915#3555] / [i915#9323])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ctx_sseu@engines:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#280])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-tglu: NOTRUN -> [SKIP][5] ([i915#280])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#280])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@parallel:
- shard-tglu: NOTRUN -> [SKIP][7] ([i915#4525]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_fence@concurrent:
- shard-dg1: NOTRUN -> [SKIP][8] ([i915#4812])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_flush@basic-wb-ro-default:
- shard-dg2: NOTRUN -> [SKIP][9] ([i915#3539] / [i915#4852])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_exec_flush@basic-wb-ro-default.html
* igt@gem_exec_flush@basic-wb-set-default:
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#3539] / [i915#4852])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gem_exec_flush@basic-wb-set-default.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#3281]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@gem_exec_reloc@basic-write-gtt.html
- shard-rkl: NOTRUN -> [SKIP][12] ([i915#3281]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@gem_exec_reloc@basic-write-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][13] ([i915#3281])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [PASS][14] -> [INCOMPLETE][15] ([i915#13356]) +1 other test incomplete
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-11/igt@gem_exec_suspend@basic-s0.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-5/igt@gem_exec_suspend@basic-s0.html
* igt@gem_lmem_swapping@massive-random:
- shard-tglu: NOTRUN -> [SKIP][16] ([i915#4613])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@verify:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#4613]) +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@gem_lmem_swapping@verify.html
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#4613])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@gem_lmem_swapping@verify.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-glk: NOTRUN -> [SKIP][19] ([i915#4613])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk2/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_mmap_wc@read-write-distinct:
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#4083]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gem_mmap_wc@read-write-distinct.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#3282]) +6 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#3282])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_pread@snoop.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-tglu: NOTRUN -> [SKIP][23] ([i915#13398])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#4270])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#4270]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-glk: NOTRUN -> [SKIP][26] +200 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk2/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#5190] / [i915#8428])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs.html
* igt@gem_softpin@evict-snoop:
- shard-rkl: NOTRUN -> [SKIP][28] +5 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#4077]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_userptr_blits@coherency-sync:
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#3297]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-tglu: NOTRUN -> [SKIP][31] ([i915#3297]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-glk: NOTRUN -> [SKIP][32] ([i915#3323])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk2/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gen9_exec_parse@allowed-all:
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#2527])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@basic-rejected:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#2856])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-oversize:
- shard-tglu: NOTRUN -> [SKIP][35] ([i915#2527] / [i915#2856]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@shadow-peek:
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#2527]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#14073]) +5 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@i915_drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][38] ([i915#6412])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-reset:
- shard-tglu: NOTRUN -> [SKIP][39] ([i915#8399])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#8399])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rps@thresholds-idle:
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#11681])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@i915_pm_rps@thresholds-idle.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][42] -> [SKIP][43] ([i915#7984])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-mtlp-7/igt@i915_power@sanity.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-2/igt@i915_power@sanity.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#6245])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@i915_query@hwconfig_table.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu-1: NOTRUN -> [INCOMPLETE][45] ([i915#4817])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][46] ([i915#4817])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk9/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@i915_suspend@fence-restore-untiled:
- shard-rkl: [PASS][47] -> [INCOMPLETE][48] ([i915#4817])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@i915_suspend@fence-restore-untiled.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_addfb_basic@bad-pitch-999:
- shard-dg1: [PASS][49] -> [DMESG-WARN][50] ([i915#4423])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-12/igt@kms_addfb_basic@bad-pitch-999.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-14/igt@kms_addfb_basic@bad-pitch-999.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4212])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4212]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-tglu: NOTRUN -> [SKIP][53] ([i915#9531])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][54] ([i915#1769])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-mtlp: [PASS][55] -> [FAIL][56] ([i915#5956]) +1 other test fail
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#5286]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#5286]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4538] / [i915#5286]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/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-mtlp: [PASS][60] -> [FAIL][61] ([i915#5138])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][62] +21 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#3828])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#3638]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#3638]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#5190]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4538] / [i915#5190]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-glk10: NOTRUN -> [SKIP][68] +113 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4538])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-snb: NOTRUN -> [SKIP][70] +19 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-snb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#6095]) +206 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#14098] / [i915#6095]) +28 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#14544] / [i915#6095]) +8 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#12313]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#12313]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#12313])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#6095]) +54 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#6095]) +39 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-3.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][79] ([i915#6095]) +9 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#12805])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][81] ([i915#6095]) +44 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#14098] / [i915#14544] / [i915#6095]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#10307] / [i915#6095]) +144 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#10307] / [i915#10434] / [i915#6095]) +6 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-4/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][85] ([i915#3742])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-b-dp-3:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#13781]) +3 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-dp-3.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#13783]) +4 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#11151] / [i915#7828]) +4 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#11151] / [i915#7828]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#11151] / [i915#7828]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#11151] / [i915#7828]) +4 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_content_protection@atomic:
- shard-tglu: NOTRUN -> [SKIP][92] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#6944])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-tglu: NOTRUN -> [SKIP][94] ([i915#15330] / [i915#3116] / [i915#3299])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][95] ([i915#15330])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#15330] / [i915#3116])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@legacy:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#6944] / [i915#7118] / [i915#9424])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@mei-interface:
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#6944] / [i915#9424])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#6944])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_content_protection@suspend-resume.html
* igt@kms_content_protection@uevent@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [FAIL][100] ([i915#1339] / [i915#7173])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-3.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#13049])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][102] ([i915#13049])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#13049]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#3555])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-rkl: [PASS][105] -> [FAIL][106] ([i915#13566])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-128x42.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][107] ([i915#13566]) +2 other tests fail
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-rkl: [PASS][108] -> [INCOMPLETE][109] ([i915#12358] / [i915#14152])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_cursor_crc@cursor-suspend.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][110] ([i915#12358] / [i915#14152])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#13046] / [i915#5354]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][112] ([i915#4103])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg1: NOTRUN -> [SKIP][113] +10 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#13691])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-tglu: NOTRUN -> [SKIP][115] ([i915#1769] / [i915#3555] / [i915#3804])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#3804])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-dg2: [PASS][117] -> [SKIP][118] ([i915#13749])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-11/igt@kms_dp_link_training@non-uhbr-sst.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-5/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#13748])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-dg2: [PASS][120] -> [SKIP][121] ([i915#13707])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-7/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#13707])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][123] ([i915#3555] / [i915#3840])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-tglu-1: NOTRUN -> [SKIP][124] ([i915#3555] / [i915#3840])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#3840] / [i915#9053])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-rkl: [PASS][126] -> [INCOMPLETE][127] ([i915#9878])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-4/igt@kms_fbcon_fbt@fbc-suspend.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][128] ([i915#3469])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#9337])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#658])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#3637] / [i915#9934])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#9934])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#9934]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#9934]) +3 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-tglu-1: NOTRUN -> [SKIP][135] ([i915#3637] / [i915#9934]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#3637] / [i915#9934])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-rkl: [PASS][137] -> [ABORT][138] ([i915#15132])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-2/igt@kms_flip@flip-vs-suspend-interruptible.html
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-1/igt@kms_flip@flip-vs-suspend-interruptible.html
- shard-glk10: NOTRUN -> [INCOMPLETE][139] ([i915#12745] / [i915#4839])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk10: NOTRUN -> [INCOMPLETE][140] ([i915#12745])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a2:
- shard-rkl: NOTRUN -> [ABORT][141] ([i915#15132])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-1/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#15643]) +2 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#15643])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#15645])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [FAIL][145] ([i915#15389] / [i915#6880])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#8708]) +3 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][147] ([i915#1825])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#15574])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#15102])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#15102])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#15102] / [i915#3023]) +7 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#5354]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#1825]) +7 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][154] +3 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-stridechange:
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#15102]) +13 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][156] ([i915#5439])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#15102] / [i915#3458]) +3 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#15102]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#15102] / [i915#3458]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render:
- shard-tglu-1: NOTRUN -> [SKIP][160] ([i915#15102])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#8708]) +3 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][162] ([i915#15574])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#15574])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: [PASS][164] -> [SKIP][165] ([i915#3555] / [i915#8228])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_hdr@bpc-switch-dpms.html
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8228])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [PASS][167] -> [SKIP][168] ([i915#3555] / [i915#8228]) +2 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-11/igt@kms_hdr@static-toggle.html
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-6/igt@kms_hdr@static-toggle.html
- shard-dg1: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#8228])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#13688])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#15460])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#15460])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#15460])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#1839])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#6301])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#6301])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-7:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#15608] / [i915#8825]) +3 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-7.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier@pipe-b-plane-0:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#15608]) +8 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier@pipe-b-plane-0.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#15608] / [i915#8825]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#15608] / [i915#15609] / [i915#8825])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-a-plane-5:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#15609])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#15609] / [i915#8825])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier@pipe-a-plane-5:
- shard-tglu: NOTRUN -> [SKIP][183] ([i915#15608]) +19 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping@pipe-b-plane-7:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#15609]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier-source-clamping@pipe-b-plane-7.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping@pipe-b-plane-7:
- shard-tglu-1: NOTRUN -> [SKIP][185] ([i915#15609]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier-source-clamping@pipe-b-plane-7.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][186] ([i915#15608] / [i915#15609] / [i915#8825])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping@pipe-a-plane-7:
- shard-tglu: NOTRUN -> [SKIP][187] ([i915#15609])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping@pipe-a-plane-7.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping@pipe-b-plane-7:
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#15609] / [i915#8825])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping@pipe-b-plane-7.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-glk: NOTRUN -> [INCOMPLETE][189] ([i915#13026]) +1 other test incomplete
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
- shard-dg2: [PASS][190] -> [INCOMPLETE][191] ([i915#13026]) +1 other test incomplete
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk10: NOTRUN -> [FAIL][192] ([i915#10647] / [i915#12169])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-c-hdmi-a-1:
- shard-glk10: NOTRUN -> [FAIL][193] ([i915#10647]) +1 other test fail
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-c-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#13958])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-tglu-1: NOTRUN -> [SKIP][195] ([i915#13958])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#13958])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][197] ([i915#14259])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#15329]) +3 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg1: NOTRUN -> [SKIP][199] ([i915#9685])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#4281])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#8430])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [PASS][202] -> [SKIP][203] ([i915#15073]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: [PASS][204] -> [SKIP][205] ([i915#15073]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress.html
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-12/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][206] -> [SKIP][207] ([i915#15073])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#15073]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [PASS][209] -> [INCOMPLETE][210] ([i915#14419])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-2/igt@kms_pm_rpm@system-suspend-modeset.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-4/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#6524])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#6524])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#6524])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][214] ([i915#11520])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#11520]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#11520]) +2 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][217] ([i915#11520]) +5 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk9/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
- shard-glk10: NOTRUN -> [SKIP][218] ([i915#11520]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#11520])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#11520]) +4 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-cursor-blt:
- shard-tglu: NOTRUN -> [SKIP][221] ([i915#9732]) +8 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_psr@fbc-pr-cursor-blt.html
* igt@kms_psr@fbc-psr-sprite-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#9688]) +1 other test skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@kms_psr@fbc-psr-sprite-mmap-cpu.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#1072] / [i915#9732]) +9 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#1072] / [i915#9732]) +5 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-cursor-plane-onoff:
- shard-tglu-1: NOTRUN -> [SKIP][225] ([i915#9732]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-1/igt@kms_psr@psr-cursor-plane-onoff.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#1072] / [i915#9732]) +4 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#9685])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk: NOTRUN -> [INCOMPLETE][228] ([i915#15492])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk2/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#5289])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#3555])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_selftest@drm_framebuffer:
- shard-glk: NOTRUN -> [ABORT][231] ([i915#13179]) +1 other test abort
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk2/igt@kms_selftest@drm_framebuffer.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#8623])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][233] ([i915#12276]) +1 other test incomplete
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-glk10/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@flip-suspend:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#3555]) +1 other test skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-2/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@max-min:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#4423] / [i915#9906])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-13/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#9906])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][237]
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-3/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#2436])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#2436])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][240] ([i915#2434])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@perf@mi-rpc.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [PASS][241] -> [FAIL][242] ([i915#4349]) +4 other tests fail
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-7/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][243] +4 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@module-unload:
- shard-rkl: NOTRUN -> [FAIL][244] ([i915#14433])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-2/igt@perf_pmu@module-unload.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [FAIL][245] ([i915#12910]) +9 other tests fail
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-3/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#9917])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@sriov_basic@enable-vfs-bind-unbind-each.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][247] ([i915#13356]) -> [PASS][248] +1 other test pass
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-5/igt@gem_ccs@suspend-resume.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-8/igt@gem_ccs@suspend-resume.html
* igt@gem_exec_suspend@basic-s0:
- shard-rkl: [INCOMPLETE][249] ([i915#13356]) -> [PASS][250] +3 other tests pass
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_exec_suspend@basic-s0.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@gem_exec_suspend@basic-s0.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-tglu: [FAIL][251] -> [PASS][252] +1 other test pass
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-tglu-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][253] ([i915#13566]) -> [PASS][254] +1 other test pass
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-256x85.html
- shard-rkl: [FAIL][255] ([i915#13566]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_flip@plain-flip-ts-check:
- shard-tglu: [FAIL][257] ([i915#14600]) -> [PASS][258] +1 other test pass
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-tglu-5/igt@kms_flip@plain-flip-ts-check.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-10/igt@kms_flip@plain-flip-ts-check.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
- shard-dg1: [DMESG-WARN][259] ([i915#4423]) -> [PASS][260] +5 other tests pass
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
* igt@kms_hdmi_inject@inject-audio:
- shard-mtlp: [SKIP][261] -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-mtlp-2/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle:
- shard-rkl: [SKIP][263] ([i915#3555] / [i915#8228]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-2/igt@kms_hdr@static-toggle.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-1/igt@kms_hdr@static-toggle.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg1: [SKIP][265] ([i915#15073]) -> [PASS][266] +1 other test pass
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-18/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-rkl: [INCOMPLETE][267] ([i915#12276]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_vblank@ts-continuation-suspend.html
* igt@perf@blocking@0-rcs0:
- shard-tglu: [FAIL][269] ([i915#10538]) -> [PASS][270] +1 other test pass
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-tglu-6/igt@perf@blocking@0-rcs0.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-5/igt@perf@blocking@0-rcs0.html
#### Warnings ####
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: [SKIP][271] ([i915#11078] / [i915#14544]) -> [SKIP][272] ([i915#11078])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@device_reset@unbind-cold-reset-rebind.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: [SKIP][273] ([i915#14544] / [i915#9323]) -> [SKIP][274] ([i915#9323])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_ccs@suspend-resume.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_ccs@suspend-resume.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: [SKIP][275] ([i915#14544] / [i915#280]) -> [SKIP][276] ([i915#280])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_ctx_sseu@engines.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: [SKIP][277] ([i915#280]) -> [SKIP][278] ([i915#14544] / [i915#280])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@gem_ctx_sseu@invalid-args.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: [SKIP][279] ([i915#14544] / [i915#6344]) -> [SKIP][280] ([i915#6344])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_exec_capture@capture-recoverable.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-rkl: [SKIP][281] ([i915#3281]) -> [SKIP][282] ([i915#14544] / [i915#3281]) +5 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-noreloc.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: [SKIP][283] ([i915#14544] / [i915#3281]) -> [SKIP][284] ([i915#3281]) +3 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: [SKIP][285] ([i915#14544] / [i915#7276]) -> [SKIP][286] ([i915#7276])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_exec_schedule@semaphore-power.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: [SKIP][287] ([i915#14544] / [i915#4613] / [i915#7582]) -> [SKIP][288] ([i915#4613] / [i915#7582])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@parallel-random:
- shard-rkl: [SKIP][289] ([i915#4613]) -> [SKIP][290] ([i915#14544] / [i915#4613])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@gem_lmem_swapping@parallel-random.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@random-engines:
- shard-rkl: [SKIP][291] ([i915#14544] / [i915#4613]) -> [SKIP][292] ([i915#4613])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_lmem_swapping@random-engines.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_lmem_swapping@random-engines.html
* igt@gem_pread@snoop:
- shard-rkl: [SKIP][293] ([i915#14544] / [i915#3282]) -> [SKIP][294] ([i915#3282]) +3 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_pread@snoop.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@gem_pread@snoop.html
* igt@gem_pwrite_snooped:
- shard-rkl: [SKIP][295] ([i915#3282]) -> [SKIP][296] ([i915#14544] / [i915#3282])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@gem_pwrite_snooped.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@gem_pwrite_snooped.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-rkl: [SKIP][297] ([i915#14544] / [i915#3297]) -> [SKIP][298] ([i915#3297])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gem_userptr_blits@readonly-pwrite-unsync.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: [SKIP][299] ([i915#2527]) -> [SKIP][300] ([i915#14544] / [i915#2527])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@gen9_exec_parse@bb-oversize.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@secure-batches:
- shard-rkl: [SKIP][301] ([i915#14544] / [i915#2527]) -> [SKIP][302] ([i915#2527]) +2 other tests skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@gen9_exec_parse@secure-batches.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@gen9_exec_parse@secure-batches.html
* igt@i915_query@test-query-geometry-subslices:
- shard-rkl: [SKIP][303] ([i915#14544] / [i915#5723]) -> [SKIP][304] ([i915#5723])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@i915_query@test-query-geometry-subslices.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_suspend@forcewake:
- shard-rkl: [ABORT][305] ([i915#15140]) -> [INCOMPLETE][306] ([i915#4817])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-1/igt@i915_suspend@forcewake.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@i915_suspend@forcewake.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: [SKIP][307] ([i915#12454] / [i915#12712] / [i915#14544]) -> [SKIP][308] ([i915#12454] / [i915#12712])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-rkl: [SKIP][309] ([i915#14544] / [i915#5286]) -> [SKIP][310] ([i915#5286])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: [SKIP][311] ([i915#14544] / [i915#3638]) -> [SKIP][312] ([i915#3638]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-90.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-5/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-rkl: [SKIP][313] ([i915#3638]) -> [SKIP][314] ([i915#14544] / [i915#3638]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs:
- shard-rkl: [SKIP][315] ([i915#14098] / [i915#6095]) -> [SKIP][316] ([i915#14098] / [i915#14544] / [i915#6095]) +6 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][317] ([i915#6095]) -> [SKIP][318] ([i915#14544] / [i915#6095]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][319] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][320] ([i915#14098] / [i915#6095]) +10 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][321] ([i915#14544] / [i915#6095]) -> [SKIP][322] ([i915#6095]) +5 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][323] ([i915#12313] / [i915#14544]) -> [SKIP][324] ([i915#12313]) +1 other test skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: [SKIP][325] ([i915#14544] / [i915#3742]) -> [SKIP][326] ([i915#3742])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_cdclk@plane-scaling.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-rkl: [SKIP][327] ([i915#11151] / [i915#7828]) -> [SKIP][328] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-rkl: [SKIP][329] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][330] ([i915#11151] / [i915#7828]) +2 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_chamelium_edid@hdmi-mode-timings.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-dg2: [FAIL][331] ([i915#7173]) -> [SKIP][332] ([i915#6944])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-11/igt@kms_content_protection@atomic-hdcp14.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-6/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@legacy:
- shard-rkl: [SKIP][333] ([i915#14544] / [i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][334] ([i915#6944] / [i915#7118] / [i915#9424]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_content_protection@legacy.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][335] ([i915#6944] / [i915#9424]) -> [SKIP][336] ([i915#9433])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-16/igt@kms_content_protection@mei-interface.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-12/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-rkl: [SKIP][337] ([i915#6944] / [i915#7118]) -> [SKIP][338] ([i915#14544] / [i915#6944] / [i915#7118])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_content_protection@srm.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][339] ([i915#6944] / [i915#7118] / [i915#9424]) -> [SKIP][340] ([i915#6944] / [i915#7118] / [i915#7162] / [i915#9424])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-3/igt@kms_content_protection@type1.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg2: [SKIP][341] ([i915#6944] / [i915#7118] / [i915#9424]) -> [FAIL][342] ([i915#1339] / [i915#7173])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-4/igt@kms_content_protection@uevent.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-11/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-rkl: [SKIP][343] ([i915#14544] / [i915#3555]) -> [SKIP][344] ([i915#3555]) +2 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-rkl: [SKIP][345] ([i915#13049] / [i915#14544]) -> [SKIP][346] ([i915#13049])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: [SKIP][347] ([i915#14544]) -> [SKIP][348] +8 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-rkl: [SKIP][349] -> [SKIP][350] ([i915#14544]) +3 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: [SKIP][351] ([i915#9723]) -> [SKIP][352] ([i915#14544] / [i915#9723])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-rkl: [SKIP][353] ([i915#13691] / [i915#14544]) -> [SKIP][354] ([i915#13691])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_display_modes@extended-mode-basic.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: [SKIP][355] ([i915#13749] / [i915#14544]) -> [SKIP][356] ([i915#13749])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-sst.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dsc@dsc-with-bpc:
- shard-rkl: [SKIP][357] ([i915#3555] / [i915#3840]) -> [SKIP][358] ([i915#14544] / [i915#3555] / [i915#3840])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_dsc@dsc-with-bpc.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: [SKIP][359] ([i915#14544] / [i915#3955]) -> [SKIP][360] ([i915#3955])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_fbcon_fbt@psr.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-2x:
- shard-rkl: [SKIP][361] ([i915#1839]) -> [SKIP][362] ([i915#14544] / [i915#1839])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-1/igt@kms_feature_discovery@display-2x.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: [SKIP][363] ([i915#14544] / [i915#658]) -> [SKIP][364] ([i915#658])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_feature_discovery@psr1.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-rkl: [SKIP][365] ([i915#14544] / [i915#9934]) -> [SKIP][366] ([i915#9934]) +3 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-rkl: [SKIP][367] ([i915#14544] / [i915#15643]) -> [SKIP][368] ([i915#15643])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][369] ([i915#14544] / [i915#1825]) -> [SKIP][370] ([i915#1825]) +18 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: [SKIP][371] -> [SKIP][372] ([i915#4423])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: [SKIP][373] ([i915#14544] / [i915#5439]) -> [SKIP][374] ([i915#5439])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt:
- shard-rkl: [SKIP][375] ([i915#14544] / [i915#15102]) -> [SKIP][376] ([i915#15102]) +1 other test skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-rkl: [SKIP][377] ([i915#15102]) -> [SKIP][378] ([i915#14544] / [i915#15102])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: [SKIP][379] ([i915#15102] / [i915#3023]) -> [SKIP][380] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-fullscreen:
- shard-dg1: [SKIP][381] ([i915#15102] / [i915#3458] / [i915#4423]) -> [SKIP][382] ([i915#15102] / [i915#3458])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-fullscreen.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-dg1: [SKIP][383] ([i915#8708]) -> [SKIP][384] ([i915#4423] / [i915#8708])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
- shard-rkl: [SKIP][385] ([i915#1825]) -> [SKIP][386] ([i915#14544] / [i915#1825]) +5 other tests skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][387] ([i915#15102] / [i915#3458]) -> [SKIP][388] ([i915#10433] / [i915#15102] / [i915#3458]) +2 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-rkl: [SKIP][389] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][390] ([i915#15102] / [i915#3023]) +8 other tests skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-cpu:
- shard-rkl: [SKIP][391] ([i915#15574]) -> [SKIP][392] ([i915#14544] / [i915#15574])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-cpu.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite:
- shard-rkl: [SKIP][393] ([i915#14544] / [i915#15574]) -> [SKIP][394] ([i915#15574])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: [SKIP][395] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][396] ([i915#15102] / [i915#3458]) +5 other tests skip
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu: [SKIP][397] ([i915#1187] / [i915#12713]) -> [SKIP][398] ([i915#12713])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-tglu-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-0:
- shard-rkl: [SKIP][399] ([i915#15608]) -> [SKIP][400] ([i915#14544] / [i915#15608])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-0.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-0.html
* igt@kms_plane@pixel-format-4-tiled-modifier@pipe-b-plane-5:
- shard-rkl: [SKIP][401] ([i915#15608] / [i915#8825]) -> [SKIP][402] ([i915#14544] / [i915#15608] / [i915#8825]) +1 other test skip
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-b-plane-5.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-rkl: [SKIP][403] ([i915#13958] / [i915#14544]) -> [SKIP][404] ([i915#13958])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-4.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-rkl: [SKIP][405] ([i915#13958]) -> [SKIP][406] ([i915#13958] / [i915#14544])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-x.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_pm_backlight@fade:
- shard-rkl: [SKIP][407] ([i915#14544] / [i915#5354]) -> [SKIP][408] ([i915#5354])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_pm_backlight@fade.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_pm_backlight@fade.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: [SKIP][409] ([i915#14544] / [i915#8430]) -> [SKIP][410] ([i915#8430])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_pm_lpsp@screens-disabled.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [SKIP][411] ([i915#14544] / [i915#15073]) -> [SKIP][412] ([i915#15073])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: [SKIP][413] ([i915#6524]) -> [SKIP][414] ([i915#14544] / [i915#6524])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_prime@basic-modeset-hybrid.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-rkl: [SKIP][415] ([i915#11520]) -> [SKIP][416] ([i915#11520] / [i915#14544]) +2 other tests skip
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: [SKIP][417] ([i915#11520] / [i915#14544]) -> [SKIP][418] ([i915#11520]) +4 other tests skip
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-rkl: [SKIP][419] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][420] ([i915#1072] / [i915#9732]) +8 other tests skip
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-cursor-mmap-gtt:
- shard-rkl: [SKIP][421] ([i915#1072] / [i915#9732]) -> [SKIP][422] ([i915#1072] / [i915#14544] / [i915#9732]) +3 other tests skip
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_psr@fbc-psr-cursor-mmap-gtt.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_psr@fbc-psr-cursor-mmap-gtt.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#9685]) -> [SKIP][424] ([i915#9685])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-rkl: [SKIP][425] ([i915#3555]) -> [SKIP][426] ([i915#14544] / [i915#3555]) +1 other test skip
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_17928/shard-rkl-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/shard-rkl-6/igt@kms_setmode@invalid-clone-exclusive-crtc.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[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#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[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#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[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#1339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1339
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14433
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14600
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15095
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15140]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15140
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15574]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15574
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15609]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15609
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15645]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15645
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[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#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#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#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[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#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[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#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* Linux: CI_DRM_17928 -> Patchwork_161046v2
CI-20190529: 20190529
CI_DRM_17928: ff449f153b0966cfd7a7291670c927f6b6971d2a @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8731: 8731
Patchwork_161046v2: ff449f153b0966cfd7a7291670c927f6b6971d2a @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_161046v2/index.html
[-- Attachment #2: Type: text/html, Size: 148175 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2026-02-04 15:37 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 2:41 [PATCH] drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare Suraj Kandpal
2026-02-03 4:33 ` ✓ i915.CI.BAT: success for " Patchwork
2026-02-03 8:25 ` [PATCH] " Imre Deak
2026-02-03 8:40 ` Kandpal, Suraj
2026-02-03 16:10 ` Imre Deak
2026-02-04 2:23 ` Kandpal, Suraj
2026-02-04 2:32 ` [PATCH v2] " Suraj Kandpal
2026-02-04 11:24 ` Imre Deak
2026-02-04 3:26 ` ✓ i915.CI.BAT: success for drm/i915/ltphy: Return true for TBT scenario during lt_phy_state compare (rev2) Patchwork
2026-02-04 15:37 ` ✓ i915.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox