* [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests
@ 2022-10-26 2:16 Alex Hung
2022-10-26 3:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Alex Hung @ 2022-10-26 2:16 UTC (permalink / raw)
To: igt-dev; +Cc: markyacoub
Without DP port connected, kernel reports "Too many retries"
that indicates no sink to respond. This is the same across GPUs.
amdgpu ... DM aux hw bus 2: Too many retries, giving up. First error: -5
i915 ... AUX C/DDI C/PHY C: Too many retries, giving up. First error: -110
In addition, the test can result time out such as below:
/dev/drm_dp_aux0: Connection timed out
/dev/drm_dp_aux1: Connection timed out
As a result, checking DP connection alone should be sufficient.
Signed-off-by: Alex Hung <alex.hung@amd.com>
---
tests/kms_dp_aux_dev.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/kms_dp_aux_dev.c b/tests/kms_dp_aux_dev.c
index ed9dd510..7fce74a4 100644
--- a/tests/kms_dp_aux_dev.c
+++ b/tests/kms_dp_aux_dev.c
@@ -53,8 +53,7 @@ static bool test(int drm_fd, uint32_t connector_id)
drmModeFreeConnector(connector);
igt_assert(dir_fd >= 0);
- if (connector->connection != DRM_MODE_CONNECTED &&
- is_mst_connector(drm_fd, connector_id)) {
+ if (connector->connection != DRM_MODE_CONNECTED) {
close(dir_fd);
return false;
}
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_dp_aux_dev: Check DP connection only before tests
2022-10-26 2:16 [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests Alex Hung
@ 2022-10-26 3:16 ` Patchwork
2022-10-26 7:59 ` [igt-dev] [PATCH] " Petri Latvala
2022-10-26 18:14 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2022-10-26 3:16 UTC (permalink / raw)
To: Alex Hung; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 6163 bytes --]
== Series Details ==
Series: tests/kms_dp_aux_dev: Check DP connection only before tests
URL : https://patchwork.freedesktop.org/series/110149/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12295 -> IGTPW_8002
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/index.html
Participating hosts (41 -> 39)
------------------------------
Missing (2): fi-ctg-p8600 fi-bdw-samus
Known issues
------------
Here are the changes found in IGTPW_8002 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_tiled_blits@basic:
- fi-pnv-d510: [PASS][1] -> [SKIP][2] ([fdo#109271]) +1 similar issue
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-pnv-d510/igt@gem_tiled_blits@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-pnv-d510/igt@gem_tiled_blits@basic.html
* igt@i915_selftest@live@hangcheck:
- fi-hsw-g3258: [PASS][3] -> [INCOMPLETE][4] ([i915#3303] / [i915#4785])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-hsw-4770: NOTRUN -> [SKIP][5] ([fdo#109271] / [fdo#111827])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html
- fi-bdw-5557u: NOTRUN -> [SKIP][6] ([fdo#109271] / [fdo#111827])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-bdw-5557u/igt@kms_chamelium@common-hpd-after-suspend.html
- fi-rkl-guc: NOTRUN -> [SKIP][7] ([fdo#111827])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-rkl-guc/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_flip@basic-flip-vs-wf_vblank@a-vga1:
- fi-pnv-d510: [PASS][8] -> [FAIL][9] ([i915#2122])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-pnv-d510/igt@kms_flip@basic-flip-vs-wf_vblank@a-vga1.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-pnv-d510/igt@kms_flip@basic-flip-vs-wf_vblank@a-vga1.html
* igt@runner@aborted:
- fi-hsw-g3258: NOTRUN -> [FAIL][10] ([fdo#109271] / [i915#4312] / [i915#4991])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-hsw-g3258/igt@runner@aborted.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0@smem:
- {bat-rplp-1}: [DMESG-WARN][11] ([i915#2867]) -> [PASS][12] +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/bat-rplp-1/igt@gem_exec_suspend@basic-s0@smem.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/bat-rplp-1/igt@gem_exec_suspend@basic-s0@smem.html
- fi-bdw-5557u: [DMESG-WARN][13] -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-bdw-5557u/igt@gem_exec_suspend@basic-s0@smem.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-bdw-5557u/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_exec_suspend@basic-s3@smem:
- {bat-adlm-1}: [DMESG-WARN][15] ([i915#2867]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/bat-adlm-1/igt@gem_exec_suspend@basic-s3@smem.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/bat-adlm-1/igt@gem_exec_suspend@basic-s3@smem.html
* igt@i915_selftest@live@gt_engines:
- fi-rkl-guc: [INCOMPLETE][17] ([i915#4418]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-rkl-guc/igt@i915_selftest@live@gt_engines.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-rkl-guc/igt@i915_selftest@live@gt_engines.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-bdw-5557u: [DMESG-FAIL][19] ([i915#5334]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-bdw-5557u/igt@i915_selftest@live@gt_heartbeat.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-bdw-5557u/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: [INCOMPLETE][21] ([i915#4785]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4418]: https://gitlab.freedesktop.org/drm/intel/issues/4418
[i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
[i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5537]: https://gitlab.freedesktop.org/drm/intel/issues/5537
[i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257
[i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7026 -> IGTPW_8002
CI-20190529: 20190529
CI_DRM_12295: 3844a56a09225527d7d9148d7e05ef5a99ac282f @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8002: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/index.html
IGT_7026: ce0f97e7e0aa54c40049a8365b3d61773c92e588 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/index.html
[-- Attachment #2: Type: text/html, Size: 7250 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests
2022-10-26 2:16 [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests Alex Hung
2022-10-26 3:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2022-10-26 7:59 ` Petri Latvala
2022-10-26 11:14 ` Modem, Bhanuprakash
2022-10-26 18:14 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2 siblings, 1 reply; 7+ messages in thread
From: Petri Latvala @ 2022-10-26 7:59 UTC (permalink / raw)
To: Alex Hung, Bhanuprakash Modem, Swati Sharma; +Cc: igt-dev, markyacoub
On Tue, Oct 25, 2022 at 08:16:15PM -0600, Alex Hung wrote:
> Without DP port connected, kernel reports "Too many retries"
> that indicates no sink to respond. This is the same across GPUs.
>
> amdgpu ... DM aux hw bus 2: Too many retries, giving up. First error: -5
> i915 ... AUX C/DDI C/PHY C: Too many retries, giving up. First error: -110
>
> In addition, the test can result time out such as below:
>
> /dev/drm_dp_aux0: Connection timed out
> /dev/drm_dp_aux1: Connection timed out
>
> As a result, checking DP connection alone should be sufficient.
>
> Signed-off-by: Alex Hung <alex.hung@amd.com>
> ---
> tests/kms_dp_aux_dev.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/kms_dp_aux_dev.c b/tests/kms_dp_aux_dev.c
> index ed9dd510..7fce74a4 100644
> --- a/tests/kms_dp_aux_dev.c
> +++ b/tests/kms_dp_aux_dev.c
> @@ -53,8 +53,7 @@ static bool test(int drm_fd, uint32_t connector_id)
> drmModeFreeConnector(connector);
> igt_assert(dir_fd >= 0);
>
> - if (connector->connection != DRM_MODE_CONNECTED &&
> - is_mst_connector(drm_fd, connector_id)) {
> + if (connector->connection != DRM_MODE_CONNECTED) {
> close(dir_fd);
> return false;
> }
Bhanuprakash, Swati, you wrote/reviewed this piece of code, please review
this patch.
--
Petri Latvala
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests
2022-10-26 7:59 ` [igt-dev] [PATCH] " Petri Latvala
@ 2022-10-26 11:14 ` Modem, Bhanuprakash
2022-10-26 15:07 ` Alex Hung
0 siblings, 1 reply; 7+ messages in thread
From: Modem, Bhanuprakash @ 2022-10-26 11:14 UTC (permalink / raw)
To: Petri Latvala, Alex Hung, Swati Sharma; +Cc: igt-dev, markyacoub
On Wed-26-10-2022 01:29 pm, Petri Latvala wrote:
> On Tue, Oct 25, 2022 at 08:16:15PM -0600, Alex Hung wrote:
>> Without DP port connected, kernel reports "Too many retries"
>> that indicates no sink to respond. This is the same across GPUs.
>>
>> amdgpu ... DM aux hw bus 2: Too many retries, giving up. First error: -5
>> i915 ... AUX C/DDI C/PHY C: Too many retries, giving up. First error: -110
>>
>> In addition, the test can result time out such as below:
>>
>> /dev/drm_dp_aux0: Connection timed out
>> /dev/drm_dp_aux1: Connection timed out
These timeouts are already handled in this test:
https://cgit.freedesktop.org/drm/igt-gpu-tools/tree/tests/kms_dp_aux_dev.c#n88
IMO, It could be fine with existing test, since it'll work as a kind of
negative scenario.
- Bhanu
>>
>> As a result, checking DP connection alone should be sufficient.
>>
>> Signed-off-by: Alex Hung <alex.hung@amd.com>
>> ---
>> tests/kms_dp_aux_dev.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/tests/kms_dp_aux_dev.c b/tests/kms_dp_aux_dev.c
>> index ed9dd510..7fce74a4 100644
>> --- a/tests/kms_dp_aux_dev.c
>> +++ b/tests/kms_dp_aux_dev.c
>> @@ -53,8 +53,7 @@ static bool test(int drm_fd, uint32_t connector_id)
>> drmModeFreeConnector(connector);
>> igt_assert(dir_fd >= 0);
>>
>> - if (connector->connection != DRM_MODE_CONNECTED &&
>> - is_mst_connector(drm_fd, connector_id)) {
>> + if (connector->connection != DRM_MODE_CONNECTED) {
>> close(dir_fd);
>> return false;
>> }
>
>
> Bhanuprakash, Swati, you wrote/reviewed this piece of code, please review
> this patch.
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests
2022-10-26 11:14 ` Modem, Bhanuprakash
@ 2022-10-26 15:07 ` Alex Hung
2022-10-27 1:12 ` Modem, Bhanuprakash
0 siblings, 1 reply; 7+ messages in thread
From: Alex Hung @ 2022-10-26 15:07 UTC (permalink / raw)
To: Modem, Bhanuprakash, Petri Latvala, Swati Sharma; +Cc: igt-dev, markyacoub
On 2022-10-26 05:14, Modem, Bhanuprakash wrote:
> On Wed-26-10-2022 01:29 pm, Petri Latvala wrote:
>> On Tue, Oct 25, 2022 at 08:16:15PM -0600, Alex Hung wrote:
>>> Without DP port connected, kernel reports "Too many retries"
>>> that indicates no sink to respond. This is the same across GPUs.
>>>
>>> amdgpu ... DM aux hw bus 2: Too many retries, giving up. First error: -5
>>> i915 ... AUX C/DDI C/PHY C: Too many retries, giving up. First error:
>>> -110
>>>
>>> In addition, the test can result time out such as below:
>>>
>>> /dev/drm_dp_aux0: Connection timed out
>>> /dev/drm_dp_aux1: Connection timed out
>
> These timeouts are already handled in this test:
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcgit.freedesktop.org%2Fdrm%2Figt-gpu-tools%2Ftree%2Ftests%2Fkms_dp_aux_dev.c%23n88&data=05%7C01%7Calex.hung%40amd.com%7Cf247127341e34be42d0608dab7434b53%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C638023796906119251%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4kt0bcLG6jsPpagnkqwcVWxhvf00Omjr3kjCTs%2BEu2o%3D&reserved=0
>
> IMO, It could be fine with existing test, since it'll work as a kind of
> negative scenario.
1. If a case is known for not going to work, is it necessary to test it?
2. copied code here for discussion
igt_assert(ret == sizeof(buf) ||
errno == ETIMEDOUT ||
errno == EIO && is_mst_connector(drm_fd, connector_id)));
As in description, the i915 returns -110 (ETIMEOUT) but amdgpu returns
-5 (EIO), and the above code handles i915 well but that's not always
true for other scenario.
Do you prefer I made changes like the below instead?
igt_assert(ret == sizeof(buf) ||
errno == ETIMEDOUT ||
- errno == EIO && is_mst_connector(drm_fd, connector_id)));
+ errno == EIO);
>
> - Bhanu
>
>>>
>>> As a result, checking DP connection alone should be sufficient.
>>>
>>> Signed-off-by: Alex Hung <alex.hung@amd.com>
>>> ---
>>> tests/kms_dp_aux_dev.c | 3 +--
>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/tests/kms_dp_aux_dev.c b/tests/kms_dp_aux_dev.c
>>> index ed9dd510..7fce74a4 100644
>>> --- a/tests/kms_dp_aux_dev.c
>>> +++ b/tests/kms_dp_aux_dev.c
>>> @@ -53,8 +53,7 @@ static bool test(int drm_fd, uint32_t connector_id)
>>> drmModeFreeConnector(connector);
>>> igt_assert(dir_fd >= 0);
>>> - if (connector->connection != DRM_MODE_CONNECTED &&
>>> - is_mst_connector(drm_fd, connector_id)) {
>>> + if (connector->connection != DRM_MODE_CONNECTED) {
>>> close(dir_fd);
>>> return false;
>>> }
>>
>>
>> Bhanuprakash, Swati, you wrote/reviewed this piece of code, please review
>> this patch.
>>
>>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_dp_aux_dev: Check DP connection only before tests
2022-10-26 2:16 [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests Alex Hung
2022-10-26 3:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-10-26 7:59 ` [igt-dev] [PATCH] " Petri Latvala
@ 2022-10-26 18:14 ` Patchwork
2 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2022-10-26 18:14 UTC (permalink / raw)
To: Alex Hung; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 50628 bytes --]
== Series Details ==
Series: tests/kms_dp_aux_dev: Check DP connection only before tests
URL : https://patchwork.freedesktop.org/series/110149/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12295_full -> IGTPW_8002_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_8002_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8002_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/index.html
Participating hosts (9 -> 8)
------------------------------
Additional (2): shard-rkl shard-dg1
Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_8002_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-apl: [PASS][1] -> [TIMEOUT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl3/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_dp_aux_dev:
- {shard-rkl}: NOTRUN -> [SKIP][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-rkl-5/igt@kms_dp_aux_dev.html
* igt@sysfs_preempt_timeout@idempotent@rcs0:
- {shard-dg1}: NOTRUN -> [FAIL][4] +4 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-dg1-17/igt@sysfs_preempt_timeout@idempotent@rcs0.html
Known issues
------------
Here are the changes found in IGTPW_8002_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-iclb: NOTRUN -> [SKIP][5] ([i915#6230])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb6/igt@api_intel_bb@crc32.html
- shard-tglb: NOTRUN -> [SKIP][6] ([i915#6230])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb8/igt@api_intel_bb@crc32.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglb: [PASS][7] -> [FAIL][8] ([i915#6268])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-tglb2/igt@gem_ctx_exec@basic-nohangcheck.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb8/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@engines-hang:
- shard-snb: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#1099])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-snb4/igt@gem_ctx_persistence@engines-hang.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglb: NOTRUN -> [SKIP][10] ([i915#280])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb2/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-iclb: [PASS][11] -> [SKIP][12] ([i915#4525]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb1/igt@gem_exec_balancer@parallel-out-fence.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-iclb: NOTRUN -> [SKIP][13] ([i915#6334])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html
- shard-tglb: NOTRUN -> [SKIP][14] ([i915#6334])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture-recoverable:
- shard-tglb: NOTRUN -> [SKIP][15] ([i915#6344])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb5/igt@gem_exec_capture@capture-recoverable.html
- shard-iclb: NOTRUN -> [SKIP][16] ([i915#6344])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb1/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [PASS][17] -> [FAIL][18] ([i915#2842]) +2 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk6/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-apl: [PASS][19] -> [FAIL][20] ([i915#2842])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl3/igt@gem_exec_fair@basic-pace-share@rcs0.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl1/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-iclb: NOTRUN -> [SKIP][21] ([i915#4613]) +1 similar issue
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglb: NOTRUN -> [SKIP][22] ([i915#4613]) +1 similar issue
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb6/igt@gem_lmem_swapping@heavy-random.html
- shard-glk: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#4613]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk2/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@smem-oom:
- shard-apl: NOTRUN -> [SKIP][24] ([fdo#109271] / [i915#4613]) +3 similar issues
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_pread@exhaustion:
- shard-snb: NOTRUN -> [WARN][25] ([i915#2658])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-snb5/igt@gem_pread@exhaustion.html
- shard-tglb: NOTRUN -> [WARN][26] ([i915#2658])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb8/igt@gem_pread@exhaustion.html
- shard-iclb: NOTRUN -> [WARN][27] ([i915#2658])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@gem_pread@exhaustion.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][28] ([fdo#109271]) +130 similar issues
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-snb6/igt@gem_pxp@reject-modify-context-protection-off-3.html
- shard-tglb: NOTRUN -> [SKIP][29] ([i915#4270])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@gem_pxp@reject-modify-context-protection-off-3.html
- shard-iclb: NOTRUN -> [SKIP][30] ([i915#4270])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb8/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-iclb: NOTRUN -> [SKIP][31] ([i915#768])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-tglb: NOTRUN -> [SKIP][32] ([fdo#109312])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@gem_softpin@evict-snoop.html
- shard-iclb: NOTRUN -> [SKIP][33] ([fdo#109312])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb8/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-tglb: NOTRUN -> [SKIP][34] ([i915#3297])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@gem_userptr_blits@readonly-pwrite-unsync.html
- shard-iclb: NOTRUN -> [SKIP][35] ([i915#3297])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gen3_render_mixed_blits:
- shard-iclb: NOTRUN -> [SKIP][36] ([fdo#109289]) +3 similar issues
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb1/igt@gen3_render_mixed_blits.html
* igt@gen7_exec_parse@basic-allowed:
- shard-tglb: NOTRUN -> [SKIP][37] ([fdo#109289]) +4 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb7/igt@gen7_exec_parse@basic-allowed.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [PASS][38] -> [DMESG-WARN][39] ([i915#5566] / [i915#716]) +1 similar issue
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-glk7/igt@gen9_exec_parse@allowed-all.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk2/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [PASS][40] -> [DMESG-WARN][41] ([i915#5566] / [i915#716])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl6/igt@gen9_exec_parse@allowed-single.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-tglb: NOTRUN -> [SKIP][42] ([i915#2527] / [i915#2856]) +2 similar issues
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-start-far:
- shard-iclb: NOTRUN -> [SKIP][43] ([i915#2856]) +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb8/igt@gen9_exec_parse@bb-start-far.html
* igt@i915_pm_dc@dc6-psr:
- shard-tglb: NOTRUN -> [FAIL][44] ([i915#3989] / [i915#454])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb7/igt@i915_pm_dc@dc6-psr.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
- shard-apl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#1937])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
* igt@i915_query@hwconfig_table:
- shard-tglb: NOTRUN -> [SKIP][46] ([i915#6245])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@i915_query@hwconfig_table.html
- shard-iclb: NOTRUN -> [SKIP][47] ([i915#6245])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@i915_query@hwconfig_table.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglb: NOTRUN -> [SKIP][48] ([i915#3826])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb2/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
- shard-iclb: NOTRUN -> [SKIP][49] ([i915#3826])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglb: NOTRUN -> [SKIP][50] ([i915#5286]) +4 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-iclb: NOTRUN -> [SKIP][51] ([i915#5286]) +4 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-tglb: NOTRUN -> [SKIP][52] ([fdo#111614]) +3 similar issues
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
- shard-iclb: NOTRUN -> [SKIP][53] ([fdo#110725] / [fdo#111614]) +3 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb8/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
- shard-iclb: NOTRUN -> [SKIP][54] ([fdo#110723]) +2 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb1/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-tglb: NOTRUN -> [SKIP][55] ([fdo#111615]) +4 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][56] ([i915#3689] / [i915#3886]) +5 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs:
- shard-tglb: NOTRUN -> [SKIP][57] ([i915#3689] / [i915#6095]) +2 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb2/igt@kms_ccs@pipe-a-random-ccs-data-4_tiled_dg2_rc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][58] ([fdo#109271] / [i915#3886]) +7 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl1/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
- shard-iclb: NOTRUN -> [SKIP][59] ([fdo#109278] / [i915#3886]) +7 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][60] ([fdo#109271] / [i915#3886]) +7 similar issues
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk1/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][61] ([fdo#109278]) +24 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][62] ([fdo#111615] / [i915#3689]) +3 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb2/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][63] ([i915#3689]) +5 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb6/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_chamelium@dp-crc-multiple:
- shard-tglb: NOTRUN -> [SKIP][64] ([fdo#109284] / [fdo#111827]) +8 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb2/igt@kms_chamelium@dp-crc-multiple.html
* igt@kms_chamelium@dp-crc-single:
- shard-snb: NOTRUN -> [SKIP][65] ([fdo#109271] / [fdo#111827]) +3 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-snb6/igt@kms_chamelium@dp-crc-single.html
- shard-apl: NOTRUN -> [SKIP][66] ([fdo#109271] / [fdo#111827]) +9 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl1/igt@kms_chamelium@dp-crc-single.html
* igt@kms_chamelium@dp-edid-read:
- shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [fdo#111827]) +8 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk5/igt@kms_chamelium@dp-edid-read.html
* igt@kms_chamelium@hdmi-crc-single:
- shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109284] / [fdo#111827]) +8 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_chamelium@hdmi-crc-single.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglb: NOTRUN -> [SKIP][69] ([i915#7118])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@kms_content_protection@atomic-dpms.html
- shard-iclb: NOTRUN -> [SKIP][70] ([i915#7118])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@lic@pipe-a-dp-1:
- shard-apl: NOTRUN -> [INCOMPLETE][71] ([i915#7121] / [i915#7173]) +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl2/igt@kms_content_protection@lic@pipe-a-dp-1.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-iclb: NOTRUN -> [SKIP][72] ([i915#3555]) +3 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109279] / [i915#3359])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-tglb: NOTRUN -> [SKIP][74] ([fdo#109279] / [i915#3359])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb8/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-iclb: NOTRUN -> [SKIP][75] ([i915#3359]) +1 similar issue
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-tglb: NOTRUN -> [SKIP][76] ([i915#3359]) +1 similar issue
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb6/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_legacy@cursorb-vs-flipb@atomic:
- shard-tglb: NOTRUN -> [SKIP][77] ([fdo#109274] / [fdo#111825]) +6 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@kms_cursor_legacy@cursorb-vs-flipb@atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb@legacy:
- shard-iclb: NOTRUN -> [SKIP][78] ([fdo#109274]) +6 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@kms_cursor_legacy@cursorb-vs-flipb@legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
- shard-glk: [PASS][79] -> [FAIL][80] ([i915#2346])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-with-bpc:
- shard-iclb: NOTRUN -> [SKIP][81] ([i915#3840])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp1:
- shard-apl: [PASS][82] -> [FAIL][83] ([i915#79])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp1.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl6/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp1.html
* igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1:
- shard-glk: [PASS][84] -> [FAIL][85] ([i915#79])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk7/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-tglb: NOTRUN -> [SKIP][86] ([i915#2587] / [i915#2672]) +2 similar issues
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-iclb: NOTRUN -> [SKIP][87] ([i915#2587] / [i915#2672]) +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:
- shard-iclb: NOTRUN -> [SKIP][88] ([i915#2672]) +7 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-msflip-blt:
- shard-iclb: NOTRUN -> [SKIP][89] ([fdo#109280]) +26 similar issues
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy:
- shard-tglb: NOTRUN -> [SKIP][90] ([i915#6497]) +8 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][91] ([fdo#109271]) +118 similar issues
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
- shard-tglb: NOTRUN -> [SKIP][92] ([fdo#109280] / [fdo#111825]) +26 similar issues
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render:
- shard-apl: NOTRUN -> [SKIP][93] ([fdo#109271]) +161 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-tglb: NOTRUN -> [SKIP][94] ([i915#3555]) +2 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-b-dp-1:
- shard-apl: NOTRUN -> [FAIL][95] ([i915#4573]) +2 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl1/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-b-dp-1.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][96] ([i915#4573]) +2 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk6/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-tglb: NOTRUN -> [SKIP][97] ([fdo#112054] / [i915#5288])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb7/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:
- shard-iclb: NOTRUN -> [SKIP][98] ([i915#3536]) +2 similar issues
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-edp-1:
- shard-iclb: NOTRUN -> [SKIP][99] ([i915#5176]) +2 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-edp-1.html
* igt@kms_prime@basic-crc-hybrid:
- shard-iclb: NOTRUN -> [SKIP][100] ([i915#6524])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@kms_prime@basic-crc-hybrid.html
- shard-tglb: NOTRUN -> [SKIP][101] ([i915#6524])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-sf:
- shard-apl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#658]) +2 similar issues
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl2/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html
- shard-tglb: NOTRUN -> [SKIP][103] ([i915#2920]) +1 similar issue
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb7/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html
- shard-iclb: NOTRUN -> [SKIP][104] ([i915#658]) +1 similar issue
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#658]) +1 similar issue
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
- shard-iclb: NOTRUN -> [SKIP][106] ([i915#2920])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@psr2_no_drrs:
- shard-iclb: [PASS][107] -> [SKIP][108] ([fdo#109441]) +3 similar issues
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb2/igt@kms_psr@psr2_no_drrs.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb6/igt@kms_psr@psr2_no_drrs.html
* igt@kms_psr@psr2_primary_mmap_cpu:
- shard-iclb: NOTRUN -> [SKIP][109] ([fdo#109441]) +3 similar issues
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@kms_psr@psr2_primary_mmap_cpu.html
* igt@kms_psr@psr2_sprite_mmap_cpu:
- shard-tglb: NOTRUN -> [FAIL][110] ([i915#132] / [i915#3467]) +3 similar issues
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb7/igt@kms_psr@psr2_sprite_mmap_cpu.html
* igt@kms_tv_load_detect@load-detect:
- shard-tglb: NOTRUN -> [SKIP][111] ([fdo#109309])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb5/igt@kms_tv_load_detect@load-detect.html
- shard-iclb: NOTRUN -> [SKIP][112] ([fdo#109309])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb8/igt@kms_tv_load_detect@load-detect.html
* igt@kms_writeback@writeback-check-output:
- shard-iclb: NOTRUN -> [SKIP][113] ([i915#2437])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@kms_writeback@writeback-check-output.html
- shard-apl: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2437])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@kms_writeback@writeback-check-output.html
- shard-tglb: NOTRUN -> [SKIP][115] ([i915#2437])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb8/igt@kms_writeback@writeback-check-output.html
- shard-glk: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2437])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk1/igt@kms_writeback@writeback-check-output.html
* igt@prime_vgem@coherency-gtt:
- shard-iclb: NOTRUN -> [SKIP][117] ([fdo#109292] / [fdo#109295])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@prime_vgem@coherency-gtt.html
- shard-tglb: NOTRUN -> [SKIP][118] ([fdo#109295] / [fdo#111656])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb3/igt@prime_vgem@coherency-gtt.html
* igt@sysfs_clients@fair-3:
- shard-apl: NOTRUN -> [SKIP][119] ([fdo#109271] / [i915#2994]) +2 similar issues
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl1/igt@sysfs_clients@fair-3.html
- shard-tglb: NOTRUN -> [SKIP][120] ([i915#2994]) +2 similar issues
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb1/igt@sysfs_clients@fair-3.html
* igt@sysfs_clients@sema-10:
- shard-glk: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#2994]) +2 similar issues
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk1/igt@sysfs_clients@sema-10.html
* igt@sysfs_clients@split-25:
- shard-iclb: NOTRUN -> [SKIP][122] ([i915#2994]) +2 similar issues
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@sysfs_clients@split-25.html
#### Possible fixes ####
* igt@gem_exec_endless@dispatch@vcs1:
- shard-tglb: [INCOMPLETE][123] ([i915#3778]) -> [PASS][124]
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-tglb5/igt@gem_exec_endless@dispatch@vcs1.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb8/igt@gem_exec_endless@dispatch@vcs1.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglb: [FAIL][125] ([i915#2842]) -> [PASS][126]
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-tglb6/igt@gem_exec_fair@basic-none-share@rcs0.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-tglb6/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [FAIL][127] ([i915#2842]) -> [PASS][128]
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl8/igt@gem_exec_fair@basic-none-solo@rcs0.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-glk: [FAIL][129] ([i915#2842]) -> [PASS][130]
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-glk6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_pm_dc@dc9-dpms:
- shard-iclb: [SKIP][131] ([i915#4281]) -> [PASS][132]
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb1/igt@i915_pm_dc@dc9-dpms.html
* igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1:
- shard-snb: [DMESG-WARN][133] ([i915#5090]) -> [PASS][134]
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-snb2/igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1.html
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-snb7/igt@kms_cursor_crc@cursor-suspend@pipe-b-vga-1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1:
- shard-apl: [FAIL][135] ([i915#79]) -> [PASS][136]
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html
* igt@kms_flip@flip-vs-suspend@c-dp1:
- shard-apl: [DMESG-WARN][137] ([i915#180]) -> [PASS][138] +1 similar issue
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl3/igt@kms_flip@flip-vs-suspend@c-dp1.html
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1:
- shard-iclb: [SKIP][139] ([i915#5235]) -> [PASS][140] +2 similar issues
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1.html
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1.html
* igt@kms_psr@psr2_primary_render:
- shard-iclb: [SKIP][141] ([fdo#109441]) -> [PASS][142] +1 similar issue
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb1/igt@kms_psr@psr2_primary_render.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@kms_psr@psr2_primary_render.html
* igt@sysfs_heartbeat_interval@precise@vecs0:
- shard-apl: [FAIL][143] ([i915#1755]) -> [PASS][144]
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl6/igt@sysfs_heartbeat_interval@precise@vecs0.html
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@sysfs_heartbeat_interval@precise@vecs0.html
#### Warnings ####
* igt@gem_pwrite@basic-exhaustion:
- shard-glk: [INCOMPLETE][145] ([i915#7248]) -> [WARN][146] ([i915#2658])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-glk1/igt@gem_pwrite@basic-exhaustion.html
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-glk6/igt@gem_pwrite@basic-exhaustion.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-iclb: [SKIP][147] ([fdo#111068] / [i915#658]) -> [SKIP][148] ([i915#2920])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb8/igt@kms_psr2_sf@cursor-plane-update-sf.html
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf:
- shard-iclb: [SKIP][149] ([i915#2920]) -> [SKIP][150] ([i915#658])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html
* igt@runner@aborted:
- shard-apl: ([FAIL][151], [FAIL][152], [FAIL][153], [FAIL][154], [FAIL][155], [FAIL][156]) ([i915#180] / [i915#3002] / [i915#4312]) -> ([FAIL][157], [FAIL][158], [FAIL][159], [FAIL][160], [FAIL][161], [FAIL][162], [FAIL][163]) ([fdo#109271] / [i915#3002] / [i915#4312])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl1/igt@runner@aborted.html
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl1/igt@runner@aborted.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl1/igt@runner@aborted.html
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl3/igt@runner@aborted.html
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl3/igt@runner@aborted.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-apl1/igt@runner@aborted.html
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl7/igt@runner@aborted.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl3/igt@runner@aborted.html
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@runner@aborted.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl8/igt@runner@aborted.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl3/igt@runner@aborted.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl3/igt@runner@aborted.html
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-apl3/igt@runner@aborted.html
- shard-iclb: ([FAIL][164], [FAIL][165], [FAIL][166], [FAIL][167], [FAIL][168], [FAIL][169]) ([i915#3002] / [i915#4312]) -> ([FAIL][170], [FAIL][171], [FAIL][172], [FAIL][173], [FAIL][174], [FAIL][175], [FAIL][176], [FAIL][177]) ([i915#3002] / [i915#4312] / [i915#7300])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb3/igt@runner@aborted.html
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb3/igt@runner@aborted.html
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb3/igt@runner@aborted.html
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb6/igt@runner@aborted.html
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb3/igt@runner@aborted.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12295/shard-iclb8/igt@runner@aborted.html
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb6/igt@runner@aborted.html
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@runner@aborted.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb7/igt@runner@aborted.html
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb5/igt@runner@aborted.html
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@runner@aborted.html
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb2/igt@runner@aborted.html
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb1/igt@runner@aborted.html
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/shard-iclb3/igt@runner@aborted.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
[fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109292]: https://bugs.freedesktop.org/show_bug.cgi?id=109292
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312
[fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
[i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
[i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
[i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850
[i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433
[i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
[i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2532]: https://gitlab.freedesktop.org/drm/intel/issues/2532
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920
[i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994
[i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002
[i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467
[i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
[i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528
[i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3692]: https://gitlab.freedesktop.org/drm/intel/issues/3692
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778
[i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3938]: https://gitlab.freedesktop.org/drm/intel/issues/3938
[i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818
[i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
[i915#4855]: https://gitlab.freedesktop.org/drm/intel/issues/4855
[i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
[i915#4877]: https://gitlab.freedesktop.org/drm/intel/issues/4877
[i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958
[i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991
[i915#5090]: https://gitlab.freedesktop.org/drm/intel/issues/5090
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
[i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335
[i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344
[i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412
[i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433
[i915#6463]: https://gitlab.freedesktop.org/drm/intel/issues/6463
[i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946
[i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7121]: https://gitlab.freedesktop.org/drm/intel/issues/7121
[i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178
[i915#7247]: https://gitlab.freedesktop.org/drm/intel/issues/7247
[i915#7248]: https://gitlab.freedesktop.org/drm/intel/issues/7248
[i915#7300]: https://gitlab.freedesktop.org/drm/intel/issues/7300
[i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7026 -> IGTPW_8002
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_12295: 3844a56a09225527d7d9148d7e05ef5a99ac282f @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8002: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/index.html
IGT_7026: ce0f97e7e0aa54c40049a8365b3d61773c92e588 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8002/index.html
[-- Attachment #2: Type: text/html, Size: 54018 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests
2022-10-26 15:07 ` Alex Hung
@ 2022-10-27 1:12 ` Modem, Bhanuprakash
0 siblings, 0 replies; 7+ messages in thread
From: Modem, Bhanuprakash @ 2022-10-27 1:12 UTC (permalink / raw)
To: Alex Hung, Petri Latvala, Swati Sharma; +Cc: igt-dev, markyacoub
On Wed-26-10-2022 08:37 pm, Alex Hung wrote:
>
>
> On 2022-10-26 05:14, Modem, Bhanuprakash wrote:
>> On Wed-26-10-2022 01:29 pm, Petri Latvala wrote:
>>> On Tue, Oct 25, 2022 at 08:16:15PM -0600, Alex Hung wrote:
>>>> Without DP port connected, kernel reports "Too many retries"
>>>> that indicates no sink to respond. This is the same across GPUs.
>>>>
>>>> amdgpu ... DM aux hw bus 2: Too many retries, giving up. First
>>>> error: -5
>>>> i915 ... AUX C/DDI C/PHY C: Too many retries, giving up. First
>>>> error: -110
>>>>
>>>> In addition, the test can result time out such as below:
>>>>
>>>> /dev/drm_dp_aux0: Connection timed out
>>>> /dev/drm_dp_aux1: Connection timed out
>>
>> These timeouts are already handled in this test:
>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcgit.freedesktop.org%2Fdrm%2Figt-gpu-tools%2Ftree%2Ftests%2Fkms_dp_aux_dev.c%23n88&data=05%7C01%7Calex.hung%40amd.com%7Cf247127341e34be42d0608dab7434b53%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C638023796906119251%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4kt0bcLG6jsPpagnkqwcVWxhvf00Omjr3kjCTs%2BEu2o%3D&reserved=0
>>
>> IMO, It could be fine with existing test, since it'll work as a kind
>> of negative scenario.
> 1. If a case is known for not going to work, is it necessary to test it?
>
> 2. copied code here for discussion
>
> igt_assert(ret == sizeof(buf) ||
> errno == ETIMEDOUT ||
> errno == EIO && is_mst_connector(drm_fd, connector_id)));
>
> As in description, the i915 returns -110 (ETIMEOUT) but amdgpu returns
> -5 (EIO), and the above code handles i915 well but that's not always
> true for other scenario.
>
> Do you prefer I made changes like the below instead?
>
> igt_assert(ret == sizeof(buf) ||
> errno == ETIMEDOUT ||
> - errno == EIO && is_mst_connector(drm_fd, connector_id)));
> + errno == EIO);
Yes, probably don't break the existing one:
igt_assert(ret == sizeof(buf) ||
errno == ETIMEDOUT ||
- (errno == EIO && is_mst_connector(drm_fd, connector_id)));
+ (errno == EIO &&
+ (is_mst_connector(drm_fd, connector_id ||
is_amdgpu_device(drm_fd)))));
- Bhanu
>
>>
>> - Bhanu
>>
>>>>
>>>> As a result, checking DP connection alone should be sufficient.
>>>>
>>>> Signed-off-by: Alex Hung <alex.hung@amd.com>
>>>> ---
>>>> tests/kms_dp_aux_dev.c | 3 +--
>>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>>
>>>> diff --git a/tests/kms_dp_aux_dev.c b/tests/kms_dp_aux_dev.c
>>>> index ed9dd510..7fce74a4 100644
>>>> --- a/tests/kms_dp_aux_dev.c
>>>> +++ b/tests/kms_dp_aux_dev.c
>>>> @@ -53,8 +53,7 @@ static bool test(int drm_fd, uint32_t connector_id)
>>>> drmModeFreeConnector(connector);
>>>> igt_assert(dir_fd >= 0);
>>>> - if (connector->connection != DRM_MODE_CONNECTED &&
>>>> - is_mst_connector(drm_fd, connector_id)) {
>>>> + if (connector->connection != DRM_MODE_CONNECTED) {
>>>> close(dir_fd);
>>>> return false;
>>>> }
>>>
>>>
>>> Bhanuprakash, Swati, you wrote/reviewed this piece of code, please
>>> review
>>> this patch.
>>>
>>>
>>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-10-27 1:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26 2:16 [igt-dev] [PATCH] tests/kms_dp_aux_dev: Check DP connection only before tests Alex Hung
2022-10-26 3:16 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-10-26 7:59 ` [igt-dev] [PATCH] " Petri Latvala
2022-10-26 11:14 ` Modem, Bhanuprakash
2022-10-26 15:07 ` Alex Hung
2022-10-27 1:12 ` Modem, Bhanuprakash
2022-10-26 18:14 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox