* [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
@ 2025-01-24 19:12 Gustavo Sousa
2025-01-24 21:22 ` ✗ i915.CI.BAT: failure for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 15+ messages in thread
From: Gustavo Sousa @ 2025-01-24 19:12 UTC (permalink / raw)
To: intel-gfx, intel-xe
Enabling and disabling of DMC wakelock is already coupled with enabling
and disabling of dynamic DC states, which already depend on the DMC
being properly loaded. As such, we do not need to check if we already
have a DMC payload parsed in __intel_dmc_wl_supported().
Furthermore, the presence of such a check causes inconsistencies in the
refcount if the following sequence of events happen:
1. A call to one of the register accessors from intel_de.h is done
before the DMC payload is parsed. That causes intel_dmc_wl_get() to
be called. Suppose the register offset qualifies as needing the
wakelock.
In normal circumstances, the refcount would be incremented, but,
because __intel_dmc_wl_supported() returns false, the refcount is
untouched.
2. In a separate worker thread, the DMC firmware is parsed. Parsing of
the DMC payload is finished before the corresponding
intel_dmc_wl_put() from (1) is called.
3. When in the context of (1), intel_dmc_wl_put() gets called, now we
have __intel_dmc_wl_supported() returning true and we hit the
warning, because the code doesn't expect a zero refcount.
Let's remove that check, since it is unnecessary and causes the
inconsistency illustrated above.
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
drivers/gpu/drm/i915/display/intel_dmc_wl.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dmc_wl.c b/drivers/gpu/drm/i915/display/intel_dmc_wl.c
index 43884740f8ea..9be6ad11ff5d 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc_wl.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc_wl.c
@@ -10,7 +10,6 @@
#include "i915_drv.h"
#include "i915_reg.h"
#include "intel_de.h"
-#include "intel_dmc.h"
#include "intel_dmc_regs.h"
#include "intel_dmc_wl.h"
@@ -282,7 +281,7 @@ static bool intel_dmc_wl_check_range(struct intel_display *display,
static bool __intel_dmc_wl_supported(struct intel_display *display)
{
- return display->params.enable_dmc_wl && intel_dmc_has_payload(display);
+ return display->params.enable_dmc_wl;
}
static void intel_dmc_wl_sanitize_param(struct intel_display *display)
--
2.48.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* ✗ i915.CI.BAT: failure for drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
@ 2025-01-24 21:22 ` Patchwork
2025-01-27 13:31 ` Gustavo Sousa
2025-01-28 4:56 ` ✓ i915.CI.BAT: success " Patchwork
` (5 subsequent siblings)
6 siblings, 1 reply; 15+ messages in thread
From: Patchwork @ 2025-01-24 21:22 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 4885 bytes --]
== Series Details ==
Series: drm/i915/dmc_wl: Do not check for DMC payload
URL : https://patchwork.freedesktop.org/series/143951/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_16018 -> Patchwork_143951v1
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_143951v1 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_143951v1, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/index.html
Participating hosts (38 -> 37)
------------------------------
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_143951v1:
### IGT changes ###
#### Possible regressions ####
* igt@kms_pm_rpm@basic-rte:
- bat-apl-1: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
Known issues
------------
Here are the changes found in Patchwork_143951v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@load:
- fi-pnv-d510: [PASS][3] -> [ABORT][4] ([i915#13203])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/fi-pnv-d510/igt@i915_module_load@load.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/fi-pnv-d510/igt@i915_module_load@load.html
* igt@i915_pm_rpm@module-reload:
- bat-dg1-7: [PASS][5] -> [FAIL][6] ([i915#13401])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
- bat-adls-6: [PASS][7] -> [FAIL][8] ([i915#13401])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-adls-6/igt@i915_pm_rpm@module-reload.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-adls-6/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live:
- bat-mtlp-6: [PASS][9] -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-mtlp-6/igt@i915_selftest@live.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-mtlp-6/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][11] -> [DMESG-FAIL][12] ([i915#12061]) +1 other test dmesg-fail
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-arls-5/igt@i915_selftest@live@workarounds.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-arls-5/igt@i915_selftest@live@workarounds.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [PASS][13] -> [SKIP][14] ([i915#9197]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][15] ([i915#12061]) -> [PASS][16] +1 other test pass
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-mtlp-8/igt@i915_selftest@live.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-mtlp-8/igt@i915_selftest@live.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203
[i915#13401]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13401
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* Linux: CI_DRM_16018 -> Patchwork_143951v1
CI-20190529: 20190529
CI_DRM_16018: b36df02c99e3246ba2a90e951c71797327374db7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8209: 07ec14a8b00849e82a6ee7aff433c8f564787bf0 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_143951v1: b36df02c99e3246ba2a90e951c71797327374db7 @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/index.html
[-- Attachment #2: Type: text/html, Size: 5892 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ i915.CI.BAT: failure for drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 21:22 ` ✗ i915.CI.BAT: failure for " Patchwork
@ 2025-01-27 13:31 ` Gustavo Sousa
2025-01-28 5:11 ` Ravali, JupallyX
0 siblings, 1 reply; 15+ messages in thread
From: Gustavo Sousa @ 2025-01-27 13:31 UTC (permalink / raw)
To: I915-ci-infra, intel-gfx; +Cc: intel-gfx
Quoting Patchwork (2025-01-24 18:22:41-03:00)
>== Series Details ==
>
>Series: drm/i915/dmc_wl: Do not check for DMC payload
>URL : https://patchwork.freedesktop.org/series/143951/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_16018 -> Patchwork_143951v1
>====================================================
>
>Summary
>-------
>
> **FAILURE**
>
> Serious unknown changes coming with Patchwork_143951v1 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in Patchwork_143951v1, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/index.html
>
>Participating hosts (38 -> 37)
>------------------------------
>
> Missing (1): fi-snb-2520m
>
>Possible new issues
>-------------------
>
> Here are the unknown changes that may have been introduced in Patchwork_143951v1:
>
>### IGT changes ###
>
>#### Possible regressions ####
>
> * igt@kms_pm_rpm@basic-rte:
> - bat-apl-1: [PASS][1] -> [DMESG-WARN][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
Hi CI Team,
DMC wakelock is not exercised for this platform. This should not be
related to this patch.
Could you please re-report?
--
Gustavo Sousa
^ permalink raw reply [flat|nested] 15+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
2025-01-24 21:22 ` ✗ i915.CI.BAT: failure for " Patchwork
@ 2025-01-28 4:56 ` Patchwork
2025-01-30 9:41 ` [PATCH] " Luca Coelho
` (4 subsequent siblings)
6 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-01-28 4:56 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 4451 bytes --]
== Series Details ==
Series: drm/i915/dmc_wl: Do not check for DMC payload
URL : https://patchwork.freedesktop.org/series/143951/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_16018 -> Patchwork_143951v1
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/index.html
Participating hosts (38 -> 37)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_143951v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@load:
- fi-pnv-d510: [PASS][1] -> [ABORT][2] ([i915#13203])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/fi-pnv-d510/igt@i915_module_load@load.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/fi-pnv-d510/igt@i915_module_load@load.html
* igt@i915_pm_rpm@module-reload:
- bat-dg1-7: [PASS][3] -> [FAIL][4] ([i915#13401])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
- bat-adls-6: [PASS][5] -> [FAIL][6] ([i915#13401])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-adls-6/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-adls-6/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live:
- bat-mtlp-6: [PASS][7] -> [DMESG-FAIL][8] ([i915#12061]) +1 other test dmesg-fail
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-mtlp-6/igt@i915_selftest@live.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-mtlp-6/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][9] -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-arls-5/igt@i915_selftest@live@workarounds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-arls-5/igt@i915_selftest@live@workarounds.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [PASS][11] -> [SKIP][12] ([i915#9197]) +3 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
* igt@kms_pm_rpm@basic-rte:
- bat-apl-1: [PASS][13] -> [DMESG-WARN][14] ([i915#13532])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][15] ([i915#12061]) -> [PASS][16] +1 other test pass
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-mtlp-8/igt@i915_selftest@live.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-mtlp-8/igt@i915_selftest@live.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203
[i915#13401]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13401
[i915#13532]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13532
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* Linux: CI_DRM_16018 -> Patchwork_143951v1
CI-20190529: 20190529
CI_DRM_16018: b36df02c99e3246ba2a90e951c71797327374db7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8209: 07ec14a8b00849e82a6ee7aff433c8f564787bf0 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_143951v1: b36df02c99e3246ba2a90e951c71797327374db7 @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/index.html
[-- Attachment #2: Type: text/html, Size: 5445 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: ✗ i915.CI.BAT: failure for drm/i915/dmc_wl: Do not check for DMC payload
2025-01-27 13:31 ` Gustavo Sousa
@ 2025-01-28 5:11 ` Ravali, JupallyX
0 siblings, 0 replies; 15+ messages in thread
From: Ravali, JupallyX @ 2025-01-28 5:11 UTC (permalink / raw)
To: i915-ci-infra@lists.freedesktop.org,
intel-gfx@lists.freedesktop.org
Hi,
https://patchwork.freedesktop.org/series/143951/ - Re-reported.
i915.CI.BAT - Re-reported.
Thanks,
Ravali.
-----Original Message-----
From: I915-ci-infra <i915-ci-infra-bounces@lists.freedesktop.org> On Behalf Of Gustavo Sousa
Sent: 27 January 2025 19:01
To: I915-ci-infra@lists.freedesktop.org; intel-gfx@lists.freedesktop.org
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ i915.CI.BAT: failure for drm/i915/dmc_wl: Do not check for DMC payload
Quoting Patchwork (2025-01-24 18:22:41-03:00)
>== Series Details ==
>
>Series: drm/i915/dmc_wl: Do not check for DMC payload
>URL : https://patchwork.freedesktop.org/series/143951/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_16018 -> Patchwork_143951v1
>====================================================
>
>Summary
>-------
>
> **FAILURE**
>
> Serious unknown changes coming with Patchwork_143951v1 absolutely
> need to be verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in Patchwork_143951v1, please notify your bug team
> (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI.
>
> External URL:
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/index.html
>
>Participating hosts (38 -> 37)
>------------------------------
>
> Missing (1): fi-snb-2520m
>
>Possible new issues
>-------------------
>
> Here are the unknown changes that may have been introduced in Patchwork_143951v1:
>
>### IGT changes ###
>
>#### Possible regressions ####
>
> * igt@kms_pm_rpm@basic-rte:
> - bat-apl-1: [PASS][1] -> [DMESG-WARN][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16018/bat-apl-1/igt@kms_pm_rpm@basic-rte.html
> [2]:
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v1/bat-apl-1/
> igt@kms_pm_rpm@basic-rte.html
Hi CI Team,
DMC wakelock is not exercised for this platform. This should not be related to this patch.
Could you please re-report?
--
Gustavo Sousa
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
2025-01-24 21:22 ` ✗ i915.CI.BAT: failure for " Patchwork
2025-01-28 4:56 ` ✓ i915.CI.BAT: success " Patchwork
@ 2025-01-30 9:41 ` Luca Coelho
2025-01-30 12:58 ` ✓ i915.CI.BAT: success for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
` (3 subsequent siblings)
6 siblings, 0 replies; 15+ messages in thread
From: Luca Coelho @ 2025-01-30 9:41 UTC (permalink / raw)
To: Gustavo Sousa, intel-gfx, intel-xe
On Fri, 2025-01-24 at 16:12 -0300, Gustavo Sousa wrote:
> Enabling and disabling of DMC wakelock is already coupled with enabling
> and disabling of dynamic DC states, which already depend on the DMC
> being properly loaded. As such, we do not need to check if we already
> have a DMC payload parsed in __intel_dmc_wl_supported().
>
> Furthermore, the presence of such a check causes inconsistencies in the
> refcount if the following sequence of events happen:
>
> 1. A call to one of the register accessors from intel_de.h is done
> before the DMC payload is parsed. That causes intel_dmc_wl_get() to
> be called. Suppose the register offset qualifies as needing the
> wakelock.
>
> In normal circumstances, the refcount would be incremented, but,
> because __intel_dmc_wl_supported() returns false, the refcount is
> untouched.
>
> 2. In a separate worker thread, the DMC firmware is parsed. Parsing of
> the DMC payload is finished before the corresponding
> intel_dmc_wl_put() from (1) is called.
>
> 3. When in the context of (1), intel_dmc_wl_put() gets called, now we
> have __intel_dmc_wl_supported() returning true and we hit the
> warning, because the code doesn't expect a zero refcount.
>
> Let's remove that check, since it is unnecessary and causes the
> inconsistency illustrated above.
>
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
> ---
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
--
Cheers,
Luca.
^ permalink raw reply [flat|nested] 15+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/dmc_wl: Do not check for DMC payload (rev2)
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
` (2 preceding siblings ...)
2025-01-30 9:41 ` [PATCH] " Luca Coelho
@ 2025-01-30 12:58 ` Patchwork
2025-01-30 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Krzysztof Karas
` (2 subsequent siblings)
6 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2025-01-30 12:58 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 3061 bytes --]
== Series Details ==
Series: drm/i915/dmc_wl: Do not check for DMC payload (rev2)
URL : https://patchwork.freedesktop.org/series/143951/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_16041 -> Patchwork_143951v2
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/index.html
Participating hosts (44 -> 41)
------------------------------
Missing (3): bat-rplp-1 bat-arlh-2 fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_143951v2 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_module_load@load:
- fi-pnv-d510: [PASS][1] -> [ABORT][2] ([i915#13203])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/fi-pnv-d510/igt@i915_module_load@load.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/fi-pnv-d510/igt@i915_module_load@load.html
* igt@i915_selftest@live:
- bat-mtlp-8: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/bat-mtlp-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/bat-mtlp-8/igt@i915_selftest@live.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [PASS][5] -> [SKIP][6] ([i915#9197]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- {bat-arls-6}: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/bat-arls-6/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/bat-arls-6/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* Linux: CI_DRM_16041 -> Patchwork_143951v2
CI-20190529: 20190529
CI_DRM_16041: c2a5da40b8b1c5af77dcdabed8516069949fea3b @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8214: 7a8a3744466fbb89127201077f030033c72df948 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_143951v2: c2a5da40b8b1c5af77dcdabed8516069949fea3b @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/index.html
[-- Attachment #2: Type: text/html, Size: 3825 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
` (3 preceding siblings ...)
2025-01-30 12:58 ` ✓ i915.CI.BAT: success for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
@ 2025-01-30 14:18 ` Krzysztof Karas
2025-01-31 20:16 ` Gustavo Sousa
2025-01-30 14:50 ` ✗ i915.CI.Full: failure for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
2025-02-05 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
6 siblings, 1 reply; 15+ messages in thread
From: Krzysztof Karas @ 2025-01-30 14:18 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: intel-gfx, intel-xe
Hi Gustavo,
[...]
> Let's remove that check, since it is unnecessary and causes the
> inconsistency illustrated above.
>
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
> ---
Would you add:
Fixes: c01e78a96e12 ("drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support")?
after that LGTM:
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Krzysztof
^ permalink raw reply [flat|nested] 15+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915/dmc_wl: Do not check for DMC payload (rev2)
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
` (4 preceding siblings ...)
2025-01-30 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Krzysztof Karas
@ 2025-01-30 14:50 ` Patchwork
2025-02-05 11:46 ` Gustavo Sousa
2025-02-05 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
6 siblings, 1 reply; 15+ messages in thread
From: Patchwork @ 2025-01-30 14:50 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 98527 bytes --]
== Series Details ==
Series: drm/i915/dmc_wl: Do not check for DMC payload (rev2)
URL : https://patchwork.freedesktop.org/series/143951/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_16041_full -> Patchwork_143951v2_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_143951v2_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_143951v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/index.html
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_143951v2_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_gttfill@engines:
- shard-dg2: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-5/igt@gem_exec_gttfill@engines.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-3/igt@gem_exec_gttfill@engines.html
* igt@perf_pmu@module-unload:
- shard-tglu: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-5/igt@perf_pmu@module-unload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-9/igt@perf_pmu@module-unload.html
* igt@sysfs_heartbeat_interval@nopreempt@vcs1:
- shard-mtlp: [PASS][5] -> [DMESG-WARN][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@vcs1.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt@vcs1.html
Known issues
------------
Here are the changes found in Patchwork_143951v2_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#8411])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#8411]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@device_reset@cold-reset-bound:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#11078])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@device_reset@cold-reset-bound.html
- shard-rkl: NOTRUN -> [SKIP][10] ([i915#11078])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#11078])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@device_reset@unbind-cold-reset-rebind.html
* igt@device_reset@unbind-reset-rebind:
- shard-tglu: [PASS][12] -> [ABORT][13] ([i915#12817] / [i915#5507])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-9/igt@device_reset@unbind-reset-rebind.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-6/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@busy-idle@vcs1:
- shard-dg1: NOTRUN -> [SKIP][14] ([i915#8414]) +5 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@drm_fdinfo@busy-idle@vcs1.html
* igt@drm_fdinfo@busy@rcs0:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#8414]) +7 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@drm_fdinfo@busy@rcs0.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#9323])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0:
- shard-dg2: [PASS][17] -> [INCOMPLETE][18] ([i915#12392] / [i915#7297])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-7/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-6/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-mtlp: NOTRUN -> [SKIP][19] ([i915#7697]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#7697])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][21] ([i915#12353]) +1 other test incomplete
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk2/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_persistence@engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][22] ([i915#1099]) +4 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb5/igt@gem_ctx_persistence@engines-hostile-preempt.html
* igt@gem_ctx_persistence@hang:
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#8555])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg1: NOTRUN -> [SKIP][25] ([i915#4812]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-sync:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4771])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#4525])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_flush@basic-batch-kernel-default-wb:
- shard-dg1: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gem_exec_flush@basic-batch-kernel-default-wb.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#3539])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_reloc@basic-cpu-read-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#3281]) +2 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@gem_exec_reloc@basic-cpu-read-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][31] ([i915#3281]) +7 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3281]) +4 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#3281]) +5 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@smoketest-all:
- shard-glk: [PASS][34] -> [DMESG-WARN][35] ([i915#118])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk8/igt@gem_exec_schedule@smoketest-all.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk5/igt@gem_exec_schedule@smoketest-all.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg2: NOTRUN -> [ABORT][36] ([i915#7975] / [i915#8213]) +1 other test abort
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#4860]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@smem-oom:
- shard-glk: NOTRUN -> [SKIP][38] ([i915#4613])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@verify:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4613]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@gem_lmem_swapping@verify.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy:
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#4077]) +8 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gem_mmap_gtt@cpuset-basic-small-copy.html
* igt@gem_mmap_gtt@fault-concurrent-x:
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4077]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@gem_mmap_gtt@fault-concurrent-x.html
* igt@gem_mmap_wc@bad-offset:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#4083]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_mmap_wc@bad-offset.html
* igt@gem_mmap_wc@close:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#4083]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@gem_mmap_wc@close.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4083])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#3282]) +4 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pwrite@basic-exhaustion:
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#3282]) +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4270]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#4270])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4270])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][50] +312 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb2/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-rkl: NOTRUN -> [TIMEOUT][51] ([i915#12917] / [i915#12964])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#3282]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_readwrite@beyond-eob.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#3282]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#5190] / [i915#8428]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#8428]) +3 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4079])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gem_set_tiling_vs_gtt.html
* igt@gem_tiled_partial_pwrite_pread@reads:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4077]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_tiled_partial_pwrite_pread@reads.html
* igt@gem_userptr_blits@access-control:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#3297])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@coherency-sync:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#3297]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#3297])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#3297]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#3297] / [i915#4880])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@relocations:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3281] / [i915#3297])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#3297] / [i915#4958])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_userptr_blits@sd-probe.html
* igt@gem_workarounds@reset-fd:
- shard-mtlp: [PASS][65] -> [ABORT][66] ([i915#13193]) +2 other tests abort
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-3/igt@gem_workarounds@reset-fd.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-7/igt@gem_workarounds@reset-fd.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [PASS][67] -> [ABORT][68] ([i915#5566])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk1/igt@gen9_exec_parse@allowed-all.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk4/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#2856]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-chained:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#2527]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#2527]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_fb_tiling:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4881])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: NOTRUN -> [ABORT][73] ([i915#13493] / [i915#9820])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@i915_module_load@reload-with-fault-injection.html
- shard-tglu: [PASS][74] -> [ABORT][75] ([i915#12817] / [i915#9820])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html
- shard-glk: [PASS][76] -> [ABORT][77] ([i915#9820])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk7/igt@i915_module_load@reload-with-fault-injection.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#8399]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-dg1: [PASS][79] -> [FAIL][80] ([i915#12739] / [i915#3591])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#11681] / [i915#6621])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-idle:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#11681])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@i915_pm_rps@thresholds-idle.html
* igt@i915_pm_rps@thresholds-park:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#11681])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@i915_pm_rps@thresholds-park.html
* igt@i915_selftest@mock:
- shard-mtlp: NOTRUN -> [DMESG-WARN][84] ([i915#9311]) +1 other test dmesg-warn
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@i915_selftest@mock.html
* igt@i915_selftest@mock@memory_region:
- shard-rkl: NOTRUN -> [DMESG-WARN][85] ([i915#9311]) +1 other test dmesg-warn
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@i915_selftest@mock@memory_region.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4212]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][87] ([i915#12761])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-5/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#8709]) +3 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#8709]) +7 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#12967])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#3555])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#1769] / [i915#3555])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#1769] / [i915#3555])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][94] -> [FAIL][95] ([i915#11808]) +1 other test fail
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#5286]) +2 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#4538] / [i915#5286]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#3638]) +4 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#3638]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#6187])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][101] +6 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#4538] / [i915#5190]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][103] ([i915#4538]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#5190])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#10307] / [i915#10434] / [i915#6095]) +5 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#6095]) +24 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#10307] / [i915#6095]) +158 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#12313])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#12313])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#6095]) +57 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#12805])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#12805])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#6095]) +7 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][114] ([i915#6095]) +161 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#3742]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#3742])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#11151] / [i915#7828]) +4 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-fast.html
- shard-mtlp: NOTRUN -> [SKIP][118] ([i915#11151] / [i915#7828])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#11151] / [i915#7828]) +5 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#11151] / [i915#7828]) +8 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_content_protection@atomic@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][121] ([i915#7173])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-10/igt@kms_content_protection@atomic@pipe-a-dp-4.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3116])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_content_protection@dp-mst-type-0.html
- shard-dg1: NOTRUN -> [SKIP][123] ([i915#3299]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-mtlp: NOTRUN -> [SKIP][124] ([i915#8063] / [i915#9433])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#7116])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-mtlp: NOTRUN -> [SKIP][126] ([i915#3555] / [i915#8814]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#13049]) +1 other test skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#13049]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#13049])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#3555]) +3 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#9809])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#13046] / [i915#5354]) +3 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#4103] / [i915#4213])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-rkl: [PASS][134] -> [DMESG-WARN][135] ([i915#12964]) +6 other tests dmesg-warn
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#9067])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#4103])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#4103] / [i915#4213])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#3555]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][140] ([i915#8812])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#3840])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#3840])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#3555] / [i915#3840])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#3555] / [i915#3840])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#3955])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-mtlp: NOTRUN -> [SKIP][146] ([i915#1839])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#1839]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_feature_discovery@display-4x.html
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#1839])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#658])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1:
- shard-snb: NOTRUN -> [FAIL][150] ([i915#11989]) +1 other test fail
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#9934]) +3 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][152] ([i915#9934]) +5 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#9934])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-snb: [PASS][154] -> [FAIL][155] ([i915#11989]) +1 other test fail
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-snb5/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-mtlp: [PASS][156] -> [FAIL][157] ([i915#11989]) +1 other test fail
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#8381])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-rkl: NOTRUN -> [FAIL][159] ([i915#11989]) +1 other test fail
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#2672] / [i915#3555]) +3 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#2672]) +3 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#2587] / [i915#2672]) +2 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#2672] / [i915#3555] / [i915#8813])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#2672] / [i915#8813])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#2587] / [i915#2672] / [i915#3555])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#2672] / [i915#3555] / [i915#5190])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#2672])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#8813])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#8810])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#2672] / [i915#3555]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][171] +26 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#1825]) +8 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#5354]) +10 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary:
- shard-dg2: [PASS][174] -> [FAIL][175] ([i915#6880]) +2 other tests fail
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#3458]) +7 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#8708]) +17 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][178] +11 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#1825]) +23 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#3458]) +18 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#8708]) +2 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#5439])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg1: NOTRUN -> [SKIP][183] ([i915#9766])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#8708]) +5 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#3023]) +17 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#8228])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_hdr@bpc-switch-dpms.html
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#8228])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [PASS][188] -> [SKIP][189] ([i915#3555] / [i915#8228])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-10/igt@kms_hdr@static-toggle.html
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-8/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#10656])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_joiner@basic-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#10656])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#10656])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: [PASS][193] -> [SKIP][194] ([i915#12388])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-10/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#12339])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#12339])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#6301])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#6301])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_panel_fitting@legacy.html
- shard-dg1: NOTRUN -> [SKIP][199] ([i915#6301])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128:
- shard-rkl: NOTRUN -> [DMESG-WARN][200] ([i915#12964]) +11 other tests dmesg-warn
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-4/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128.html
* igt@kms_plane_lowres@tiling-x:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#11614] / [i915#3582]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_plane_lowres@tiling-x.html
* igt@kms_plane_lowres@tiling-x@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#3555]) +3 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#12247] / [i915#9423]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation:
- shard-glk: NOTRUN -> [SKIP][205] +138 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#12247]) +7 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#12247]) +4 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#12247] / [i915#6953])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#12247] / [i915#6953])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#12247]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#12247]) +3 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html
* igt@kms_pm_backlight@fade:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#5354])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#3828])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_pm_dc@dc5-retention-flops.html
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#3828])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#9685])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#9340])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: [PASS][217] -> [SKIP][218] ([i915#9519])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#9519])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_pm_rpm@dpms-non-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#9519])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [PASS][221] -> [SKIP][222] ([i915#9519]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#9519])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#6524])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#6524] / [i915#6805])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#12316]) +2 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#11520]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#11520]) +5 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#9808])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][230] ([i915#11520]) +3 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#11520]) +4 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-7/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-snb: NOTRUN -> [SKIP][232] ([i915#11520]) +7 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb5/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg1: NOTRUN -> [SKIP][233] ([i915#9683])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#9683])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#9683])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#9688]) +6 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1.html
* igt@kms_psr@fbc-psr2-cursor-blt:
- shard-dg1: NOTRUN -> [SKIP][237] ([i915#1072] / [i915#9732]) +16 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_psr@fbc-psr2-cursor-blt.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#1072] / [i915#9732]) +15 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#1072] / [i915#9732]) +7 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_selftest@drm_framebuffer:
- shard-snb: NOTRUN -> [ABORT][240] ([i915#13179]) +1 other test abort
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb2/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic:
- shard-snb: NOTRUN -> [FAIL][241] ([i915#5465]) +2 other tests fail
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb5/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-hdmi-a-3:
- shard-dg2: [PASS][242] -> [FAIL][243] ([i915#5465]) +2 other tests fail
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-2/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-6/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: NOTRUN -> [FAIL][244] ([IGT#160])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#8623])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-suspend:
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#3555] / [i915#8808])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@lobf:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#11920])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@kms_vrr@lobf.html
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#11920])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-glk: NOTRUN -> [SKIP][249] ([i915#2437])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#2437])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-rkl: NOTRUN -> [SKIP][251] ([i915#2437] / [i915#9412])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-1/igt@kms_writeback@writeback-pixel-formats.html
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#2437] / [i915#9412])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-14/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][253] +6 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#8516])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#8516])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-17/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#3291] / [i915#3708]) +1 other test skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-1/igt@prime_vgem@basic-write.html
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#10216] / [i915#3708])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@prime_vgem@basic-write.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#3708] / [i915#4077])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-write-hang:
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#3708])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@prime_vgem@fence-write-hang.html
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#3708])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-1/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-2:
- shard-mtlp: NOTRUN -> [FAIL][261] ([i915#12910]) +9 other tests fail
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-2.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg1: NOTRUN -> [SKIP][262] ([i915#9917])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
#### Possible fixes ####
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [ABORT][263] ([i915#13427]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_eio@in-flight-10ms:
- shard-mtlp: [ABORT][265] -> [PASS][266] +1 other test pass
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-7/igt@gem_eio@in-flight-10ms.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-8/igt@gem_eio@in-flight-10ms.html
* igt@gem_eio@in-flight-1us:
- shard-mtlp: [ABORT][267] ([i915#13193]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-7/igt@gem_eio@in-flight-1us.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@gem_eio@in-flight-1us.html
* igt@i915_module_load@load:
- shard-glk: ([PASS][269], [PASS][270], [PASS][271], [PASS][272], [PASS][273], [PASS][274], [PASS][275], [PASS][276], [PASS][277], [PASS][278], [PASS][279], [PASS][280], [PASS][281], [PASS][282], [PASS][283], [PASS][284], [PASS][285], [PASS][286], [DMESG-WARN][287], [PASS][288], [PASS][289], [PASS][290]) ([i915#118]) -> ([PASS][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk2/igt@i915_module_load@load.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk4/igt@i915_module_load@load.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk1/igt@i915_module_load@load.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk3/igt@i915_module_load@load.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk7/igt@i915_module_load@load.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk6/igt@i915_module_load@load.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk6/igt@i915_module_load@load.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk8/igt@i915_module_load@load.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk2/igt@i915_module_load@load.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk1/igt@i915_module_load@load.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk8/igt@i915_module_load@load.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk3/igt@i915_module_load@load.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk4/igt@i915_module_load@load.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk9/igt@i915_module_load@load.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk7/igt@i915_module_load@load.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk9/igt@i915_module_load@load.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk8/igt@i915_module_load@load.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk1/igt@i915_module_load@load.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk7/igt@i915_module_load@load.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk7/igt@i915_module_load@load.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk6/igt@i915_module_load@load.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk2/igt@i915_module_load@load.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk6/igt@i915_module_load@load.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk3/igt@i915_module_load@load.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk1/igt@i915_module_load@load.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk6/igt@i915_module_load@load.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk2/igt@i915_module_load@load.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk5/igt@i915_module_load@load.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk3/igt@i915_module_load@load.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk2/igt@i915_module_load@load.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk7/igt@i915_module_load@load.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk4/igt@i915_module_load@load.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk5/igt@i915_module_load@load.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk7/igt@i915_module_load@load.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@i915_module_load@load.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk2/igt@i915_module_load@load.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk8/igt@i915_module_load@load.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk8/igt@i915_module_load@load.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk4/igt@i915_module_load@load.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk1/igt@i915_module_load@load.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk4/igt@i915_module_load@load.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk1/igt@i915_module_load@load.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@i915_module_load@load.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk9/igt@i915_module_load@load.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk4/igt@i915_module_load@load.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [FAIL][314] ([i915#12739] / [i915#3591]) -> [PASS][315]
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_rpm@gem-execbuf-stress@smem0:
- shard-dg1: [DMESG-WARN][316] ([i915#4423]) -> [PASS][317] +3 other tests pass
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-12/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-18/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][318] ([i915#5138]) -> [PASS][319]
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [FAIL][320] ([i915#13566]) -> [PASS][321] +2 other tests pass
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-tglu: [FAIL][322] ([i915#13566]) -> [PASS][323] +5 other tests pass
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-10/igt@kms_cursor_crc@cursor-random-128x42.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-5/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-snb: [SKIP][324] -> [PASS][325] +4 other tests pass
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-snb5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-tglu: [FAIL][326] ([i915#11989]) -> [PASS][327] +2 other tests pass
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-7/igt@kms_flip@plain-flip-fb-recreate.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-8/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_hdr@bpc-switch:
- shard-dg2: [SKIP][328] ([i915#3555] / [i915#8228]) -> [PASS][329]
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-8/igt@kms_hdr@bpc-switch.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-10/igt@kms_hdr@bpc-switch.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format:
- shard-dg1: [DMESG-WARN][330] ([i915#1982] / [i915#4423]) -> [PASS][331]
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-18/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [SKIP][332] ([i915#9519]) -> [PASS][333]
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_setmode@basic@pipe-b-hdmi-a-1:
- shard-tglu: [FAIL][334] ([i915#5465]) -> [PASS][335]
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-9/igt@kms_setmode@basic@pipe-b-hdmi-a-1.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-2/igt@kms_setmode@basic@pipe-b-hdmi-a-1.html
* igt@perf_pmu@busy-double-start@vcs0:
- shard-dg2: [FAIL][336] ([i915#4349]) -> [PASS][337]
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-2/igt@perf_pmu@busy-double-start@vcs0.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-6/igt@perf_pmu@busy-double-start@vcs0.html
* igt@prime_vgem@fence-wait:
- shard-rkl: [DMESG-WARN][338] ([i915#12964]) -> [PASS][339] +8 other tests pass
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-4/igt@prime_vgem@fence-wait.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-5/igt@prime_vgem@fence-wait.html
#### Warnings ####
* igt@gem_eio@in-flight-suspend:
- shard-glk: [INCOMPLETE][340] ([i915#13197] / [i915#13390]) -> [INCOMPLETE][341] ([i915#13390])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk7/igt@gem_eio@in-flight-suspend.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk3/igt@gem_eio@in-flight-suspend.html
* igt@gem_tiled_swapping@non-threaded:
- shard-snb: [ABORT][342] ([i915#13263] / [i915#13449]) -> [ABORT][343] ([i915#13449])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-snb7/igt@gem_tiled_swapping@non-threaded.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-snb2/igt@gem_tiled_swapping@non-threaded.html
- shard-glk: [ABORT][344] ([i915#13263] / [i915#13449]) -> [ABORT][345] ([i915#13449])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk8/igt@gem_tiled_swapping@non-threaded.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk5/igt@gem_tiled_swapping@non-threaded.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [DMESG-WARN][346] ([i915#13475]) -> [ABORT][347] ([i915#10131] / [i915#13493] / [i915#9820])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg2: [DMESG-WARN][348] ([i915#10887] / [i915#13475]) -> [ABORT][349] ([i915#9820])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@gem-evict-pwrite:
- shard-rkl: [DMESG-WARN][350] ([i915#12964]) -> [SKIP][351] ([i915#13328])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-2/igt@i915_pm_rpm@gem-evict-pwrite.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-2/igt@i915_pm_rpm@gem-evict-pwrite.html
* igt@i915_selftest@mock:
- shard-glk: [DMESG-WARN][352] ([i915#1982] / [i915#9311]) -> [DMESG-WARN][353] ([i915#9311])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-glk9/igt@i915_selftest@mock.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-glk1/igt@i915_selftest@mock.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [DMESG-FAIL][354] ([i915#12964]) -> [INCOMPLETE][355] ([i915#12761])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-4/igt@kms_async_flips@async-flip-suspend-resume.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-5/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
- shard-dg1: [SKIP][356] ([i915#4423] / [i915#6095]) -> [SKIP][357] ([i915#6095])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-13/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-18/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_content_protection@atomic:
- shard-dg2: [SKIP][358] ([i915#7118] / [i915#9424]) -> [TIMEOUT][359] ([i915#7173])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-8/igt@kms_content_protection@atomic.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-10/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: [TIMEOUT][360] ([i915#7173]) -> [SKIP][361] ([i915#9424])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-10/igt@kms_content_protection@lic-type-0.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-8/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@uevent:
- shard-dg2: [FAIL][362] ([i915#1339] / [i915#7173]) -> [SKIP][363] ([i915#7118] / [i915#9424])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-10/igt@kms_content_protection@uevent.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-8/igt@kms_content_protection@uevent.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][364] ([i915#10433] / [i915#3458]) -> [SKIP][365] ([i915#3458])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg1: [SKIP][366] ([i915#12713]) -> [SKIP][367] ([i915#1187] / [i915#12713])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-14/igt@kms_hdr@brightness-with-hdr.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg1: [SKIP][368] ([i915#12394] / [i915#13522]) -> [SKIP][369] ([i915#12394])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-18/igt@kms_joiner@basic-force-ultra-joiner.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-12/igt@kms_joiner@basic-force-ultra-joiner.html
- shard-mtlp: [SKIP][370] ([i915#10656] / [i915#13522]) -> [SKIP][371] ([i915#10656]) +1 other test skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-5/igt@kms_joiner@basic-force-ultra-joiner.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-6/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2: [SKIP][372] ([i915#10656] / [i915#13522]) -> [SKIP][373] ([i915#10656]) +1 other test skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-rkl: [SKIP][374] ([i915#12394] / [i915#13522]) -> [SKIP][375] ([i915#12394])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [SKIP][376] ([i915#9340]) -> [SKIP][377] ([i915#3828])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-5/igt@kms_pm_lpsp@kms-lpsp.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [SKIP][378] ([i915#9519]) -> [DMESG-WARN][379] ([i915#12964])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pm-caching:
- shard-dg1: [SKIP][380] ([i915#4077] / [i915#4423]) -> [SKIP][381] ([i915#4077])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg1-13/igt@kms_pm_rpm@pm-caching.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg1-18/igt@kms_pm_rpm@pm-caching.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#160]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/160
[i915#10030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030
[i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226
[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#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[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#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339
[i915#12353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353
[i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12739
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12817
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#12967]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12967
[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#13193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193
[i915#13197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13197
[i915#13263]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13263
[i915#13328]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13328
[i915#1339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1339
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13427]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427
[i915#13449]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13449
[i915#13475]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13475
[i915#13493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13493
[i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[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#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582
[i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[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#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958
[i915#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#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465
[i915#5507]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5507
[i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
[i915#8063]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063
[i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9351]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9351
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* Linux: CI_DRM_16041 -> Patchwork_143951v2
CI-20190529: 20190529
CI_DRM_16041: c2a5da40b8b1c5af77dcdabed8516069949fea3b @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8214: 7a8a3744466fbb89127201077f030033c72df948 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_143951v2: c2a5da40b8b1c5af77dcdabed8516069949fea3b @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/index.html
[-- Attachment #2: Type: text/html, Size: 121708 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-30 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Krzysztof Karas
@ 2025-01-31 20:16 ` Gustavo Sousa
2025-01-31 23:49 ` Lucas De Marchi
0 siblings, 1 reply; 15+ messages in thread
From: Gustavo Sousa @ 2025-01-31 20:16 UTC (permalink / raw)
To: Krzysztof Karas; +Cc: intel-gfx, intel-xe
Quoting Krzysztof Karas (2025-01-30 11:18:28-03:00)
>Hi Gustavo,
>
>[...]
>> Let's remove that check, since it is unnecessary and causes the
>> inconsistency illustrated above.
>>
>> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
>> ---
>
>Would you add:
>Fixes: c01e78a96e12 ("drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support")?
I believe the above commit should not be a "fixes" candidate, the check
for intel_dmc_has_payload() was already there when that commit was
applied.
Also, do we need a "Fixes:" tag here? There only platform where the DMC
Wakelock mechanism is enabled by default is PTL, which is still under
force_probe protection.
--
Gustavo Sousa
>
>after that LGTM:
>Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
>
>Krzysztof
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-31 20:16 ` Gustavo Sousa
@ 2025-01-31 23:49 ` Lucas De Marchi
2025-02-03 11:44 ` Gustavo Sousa
0 siblings, 1 reply; 15+ messages in thread
From: Lucas De Marchi @ 2025-01-31 23:49 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: Krzysztof Karas, intel-gfx, intel-xe
On Fri, Jan 31, 2025 at 05:16:29PM -0300, Gustavo Sousa wrote:
>Quoting Krzysztof Karas (2025-01-30 11:18:28-03:00)
>>Hi Gustavo,
>>
>>[...]
>>> Let's remove that check, since it is unnecessary and causes the
>>> inconsistency illustrated above.
>>>
>>> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
>>> ---
>>
>>Would you add:
>>Fixes: c01e78a96e12 ("drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support")?
>
>I believe the above commit should not be a "fixes" candidate, the check
>for intel_dmc_has_payload() was already there when that commit was
>applied.
>
>Also, do we need a "Fixes:" tag here? There only platform where the DMC
>Wakelock mechanism is enabled by default is PTL, which is still under
>force_probe protection.
it's not user visible, so no. Sometimes we may want to backport fixes
for platforms that may be used with previous kernel versions, but that
is mainly when we are close to remove the force_probe.
Lucas De Marchi
>
>--
>Gustavo Sousa
>
>>
>>after that LGTM:
>>Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
>>
>>Krzysztof
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-31 23:49 ` Lucas De Marchi
@ 2025-02-03 11:44 ` Gustavo Sousa
2025-02-05 9:07 ` Krzysztof Karas
0 siblings, 1 reply; 15+ messages in thread
From: Gustavo Sousa @ 2025-02-03 11:44 UTC (permalink / raw)
To: Lucas De Marchi; +Cc: Krzysztof Karas, intel-gfx, intel-xe
Quoting Lucas De Marchi (2025-01-31 20:49:35-03:00)
>On Fri, Jan 31, 2025 at 05:16:29PM -0300, Gustavo Sousa wrote:
>>Quoting Krzysztof Karas (2025-01-30 11:18:28-03:00)
>>>Hi Gustavo,
>>>
>>>[...]
>>>> Let's remove that check, since it is unnecessary and causes the
>>>> inconsistency illustrated above.
>>>>
>>>> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
>>>> ---
>>>
>>>Would you add:
>>>Fixes: c01e78a96e12 ("drm/i915/dmc_wl: Sanitize enable_dmc_wl according to hardware support")?
>>
>>I believe the above commit should not be a "fixes" candidate, the check
>>for intel_dmc_has_payload() was already there when that commit was
>>applied.
>>
>>Also, do we need a "Fixes:" tag here? There only platform where the DMC
>>Wakelock mechanism is enabled by default is PTL, which is still under
>>force_probe protection.
>
>it's not user visible, so no. Sometimes we may want to backport fixes
>for platforms that may be used with previous kernel versions, but that
>is mainly when we are close to remove the force_probe.
Okay. Thanks!
Krzysztof, does the r-b stand without the "Fixes" tag?
--
Gustavo Sousa
>
>Lucas De Marchi
>
>>
>>--
>>Gustavo Sousa
>>
>>>
>>>after that LGTM:
>>>Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
>>>
>>>Krzysztof
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-02-03 11:44 ` Gustavo Sousa
@ 2025-02-05 9:07 ` Krzysztof Karas
0 siblings, 0 replies; 15+ messages in thread
From: Krzysztof Karas @ 2025-02-05 9:07 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: Lucas De Marchi, intel-gfx, intel-xe
> Okay. Thanks!
>
> Krzysztof, does the r-b stand without the "Fixes" tag?
>
Yup, sorry for the late response:
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Krzysztof
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: ✗ i915.CI.Full: failure for drm/i915/dmc_wl: Do not check for DMC payload (rev2)
2025-01-30 14:50 ` ✗ i915.CI.Full: failure for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
@ 2025-02-05 11:46 ` Gustavo Sousa
0 siblings, 0 replies; 15+ messages in thread
From: Gustavo Sousa @ 2025-02-05 11:46 UTC (permalink / raw)
To: intel-gfx
Quoting Patchwork (2025-01-30 11:50:41-03:00)
>== Series Details ==
>
>Series: drm/i915/dmc_wl: Do not check for DMC payload (rev2)
>URL : https://patchwork.freedesktop.org/series/143951/
>State : failure
>
>== Summary ==
>
>CI Bug Log - changes from CI_DRM_16041_full -> Patchwork_143951v2_full
>====================================================
>
>Summary
>-------
>
> **FAILURE**
>
> Serious unknown changes coming with Patchwork_143951v2_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in Patchwork_143951v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/index.html
>
>Participating hosts (11 -> 11)
>------------------------------
>
> No changes in participating hosts
>
>Possible new issues
>-------------------
>
> Here are the unknown changes that may have been introduced in Patchwork_143951v2_full:
>
>### IGT changes ###
>
>#### Possible regressions ####
None of the failures below are related to this patch, since only PTL
effectively uses the DMC wakelock.
> * igt@gem_exec_gttfill@engines:
> - shard-dg2: [PASS][1] -> [FAIL][2] +1 other test fail
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-dg2-5/igt@gem_exec_gttfill@engines.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-dg2-3/igt@gem_exec_gttfill@engines.html
This maps to
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13546 .
>
> * igt@perf_pmu@module-unload:
> - shard-tglu: [PASS][3] -> [INCOMPLETE][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-tglu-5/igt@perf_pmu@module-unload.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-tglu-9/igt@perf_pmu@module-unload.html
This possibly maps to
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13604 .
>
> * igt@sysfs_heartbeat_interval@nopreempt@vcs1:
> - shard-mtlp: [PASS][5] -> [DMESG-WARN][6]
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16041/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@vcs1.html
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143951v2/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt@vcs1.html
This maps to
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193 .
--
Gustavo Sousa
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH] drm/i915/dmc_wl: Do not check for DMC payload
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
` (5 preceding siblings ...)
2025-01-30 14:50 ` ✗ i915.CI.Full: failure for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
@ 2025-02-05 14:18 ` Gustavo Sousa
6 siblings, 0 replies; 15+ messages in thread
From: Gustavo Sousa @ 2025-02-05 14:18 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: Krzysztof Karas, Lucas De Marchi, Luca Coelho
Quoting Gustavo Sousa (2025-01-24 16:12:34-03:00)
>Enabling and disabling of DMC wakelock is already coupled with enabling
>and disabling of dynamic DC states, which already depend on the DMC
>being properly loaded. As such, we do not need to check if we already
>have a DMC payload parsed in __intel_dmc_wl_supported().
>
>Furthermore, the presence of such a check causes inconsistencies in the
>refcount if the following sequence of events happen:
>
> 1. A call to one of the register accessors from intel_de.h is done
> before the DMC payload is parsed. That causes intel_dmc_wl_get() to
> be called. Suppose the register offset qualifies as needing the
> wakelock.
>
> In normal circumstances, the refcount would be incremented, but,
> because __intel_dmc_wl_supported() returns false, the refcount is
> untouched.
>
> 2. In a separate worker thread, the DMC firmware is parsed. Parsing of
> the DMC payload is finished before the corresponding
> intel_dmc_wl_put() from (1) is called.
>
> 3. When in the context of (1), intel_dmc_wl_put() gets called, now we
> have __intel_dmc_wl_supported() returning true and we hit the
> warning, because the code doesn't expect a zero refcount.
>
>Let's remove that check, since it is unnecessary and causes the
>inconsistency illustrated above.
>
>Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Pushed to drm-intel-next. Thank you all for the reviews/feedback!
--
Gustavo Sousa
>---
> drivers/gpu/drm/i915/display/intel_dmc_wl.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
>diff --git a/drivers/gpu/drm/i915/display/intel_dmc_wl.c b/drivers/gpu/drm/i915/display/intel_dmc_wl.c
>index 43884740f8ea..9be6ad11ff5d 100644
>--- a/drivers/gpu/drm/i915/display/intel_dmc_wl.c
>+++ b/drivers/gpu/drm/i915/display/intel_dmc_wl.c
>@@ -10,7 +10,6 @@
> #include "i915_drv.h"
> #include "i915_reg.h"
> #include "intel_de.h"
>-#include "intel_dmc.h"
> #include "intel_dmc_regs.h"
> #include "intel_dmc_wl.h"
>
>@@ -282,7 +281,7 @@ static bool intel_dmc_wl_check_range(struct intel_display *display,
>
> static bool __intel_dmc_wl_supported(struct intel_display *display)
> {
>- return display->params.enable_dmc_wl && intel_dmc_has_payload(display);
>+ return display->params.enable_dmc_wl;
> }
>
> static void intel_dmc_wl_sanitize_param(struct intel_display *display)
>--
>2.48.1
>
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2025-02-05 14:19 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 19:12 [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
2025-01-24 21:22 ` ✗ i915.CI.BAT: failure for " Patchwork
2025-01-27 13:31 ` Gustavo Sousa
2025-01-28 5:11 ` Ravali, JupallyX
2025-01-28 4:56 ` ✓ i915.CI.BAT: success " Patchwork
2025-01-30 9:41 ` [PATCH] " Luca Coelho
2025-01-30 12:58 ` ✓ i915.CI.BAT: success for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
2025-01-30 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Krzysztof Karas
2025-01-31 20:16 ` Gustavo Sousa
2025-01-31 23:49 ` Lucas De Marchi
2025-02-03 11:44 ` Gustavo Sousa
2025-02-05 9:07 ` Krzysztof Karas
2025-01-30 14:50 ` ✗ i915.CI.Full: failure for drm/i915/dmc_wl: Do not check for DMC payload (rev2) Patchwork
2025-02-05 11:46 ` Gustavo Sousa
2025-02-05 14:18 ` [PATCH] drm/i915/dmc_wl: Do not check for DMC payload Gustavo Sousa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox