* [igt-dev] [i-g-t] lib/xe/xe_query: Fix the return type of xe_dev_id
@ 2023-03-16 8:45 Bhanuprakash Modem
2023-03-16 9:06 ` Modem, Bhanuprakash
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bhanuprakash Modem @ 2023-03-16 8:45 UTC (permalink / raw)
To: igt-dev, zbigniew.kempczynski
Since we are truncating the rev_dev_id value to 16 bit, the return
type of xe_dev_id() must be uint16_t.
Fixes: cfec580a8
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
lib/xe/xe_query.c | 2 +-
lib/xe/xe_query.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/xe/xe_query.c b/lib/xe/xe_query.c
index e27d14383..183523280 100644
--- a/lib/xe/xe_query.c
+++ b/lib/xe/xe_query.c
@@ -472,7 +472,7 @@ xe_dev_FN(xe_va_bits, va_bits, uint32_t);
*
* Returns Device id of xe device @fd.
*/
-xe_dev_FN(xe_dev_id, dev_id, uint32_t);
+xe_dev_FN(xe_dev_id, dev_id, uint16_t);
igt_constructor
{
diff --git a/lib/xe/xe_query.h b/lib/xe/xe_query.h
index 13ac77d3d..beea9d094 100644
--- a/lib/xe/xe_query.h
+++ b/lib/xe/xe_query.h
@@ -88,7 +88,7 @@ bool xe_has_vram(int fd);
uint64_t xe_vram_size(int fd, int gt);
uint32_t xe_get_default_alignment(int fd);
uint32_t xe_va_bits(int fd);
-uint32_t xe_dev_id(int fd);
+uint16_t xe_dev_id(int fd);
bool xe_supports_faults(int fd);
const char *xe_engine_class_string(uint32_t engine_class);
--
2.39.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [igt-dev] [i-g-t] lib/xe/xe_query: Fix the return type of xe_dev_id
2023-03-16 8:45 [igt-dev] [i-g-t] lib/xe/xe_query: Fix the return type of xe_dev_id Bhanuprakash Modem
@ 2023-03-16 9:06 ` Modem, Bhanuprakash
2023-03-16 9:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-03-16 11:08 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Modem, Bhanuprakash @ 2023-03-16 9:06 UTC (permalink / raw)
To: igt-dev, zbigniew.kempczynski, mchehab
Hi Mauro,
As discussed offline, I am adding your R-b:
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
- Bhanu
On Thu-16-03-2023 02:15 pm, Bhanuprakash Modem wrote:
> Since we are truncating the rev_dev_id value to 16 bit, the return
> type of xe_dev_id() must be uint16_t.
>
> Fixes: cfec580a8
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> lib/xe/xe_query.c | 2 +-
> lib/xe/xe_query.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/xe/xe_query.c b/lib/xe/xe_query.c
> index e27d14383..183523280 100644
> --- a/lib/xe/xe_query.c
> +++ b/lib/xe/xe_query.c
> @@ -472,7 +472,7 @@ xe_dev_FN(xe_va_bits, va_bits, uint32_t);
> *
> * Returns Device id of xe device @fd.
> */
> -xe_dev_FN(xe_dev_id, dev_id, uint32_t);
> +xe_dev_FN(xe_dev_id, dev_id, uint16_t);
>
> igt_constructor
> {
> diff --git a/lib/xe/xe_query.h b/lib/xe/xe_query.h
> index 13ac77d3d..beea9d094 100644
> --- a/lib/xe/xe_query.h
> +++ b/lib/xe/xe_query.h
> @@ -88,7 +88,7 @@ bool xe_has_vram(int fd);
> uint64_t xe_vram_size(int fd, int gt);
> uint32_t xe_get_default_alignment(int fd);
> uint32_t xe_va_bits(int fd);
> -uint32_t xe_dev_id(int fd);
> +uint16_t xe_dev_id(int fd);
> bool xe_supports_faults(int fd);
> const char *xe_engine_class_string(uint32_t engine_class);
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/xe/xe_query: Fix the return type of xe_dev_id
2023-03-16 8:45 [igt-dev] [i-g-t] lib/xe/xe_query: Fix the return type of xe_dev_id Bhanuprakash Modem
2023-03-16 9:06 ` Modem, Bhanuprakash
@ 2023-03-16 9:39 ` Patchwork
2023-03-16 11:08 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-03-16 9:39 UTC (permalink / raw)
To: Modem, Bhanuprakash; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2712 bytes --]
== Series Details ==
Series: lib/xe/xe_query: Fix the return type of xe_dev_id
URL : https://patchwork.freedesktop.org/series/115242/
State : success
== Summary ==
CI Bug Log - changes from IGT_7197 -> IGTPW_8619
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/index.html
Participating hosts (38 -> 37)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_8619 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@reset:
- bat-rpls-1: [PASS][1] -> [ABORT][2] ([i915#4983])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/bat-rpls-1/igt@i915_selftest@live@reset.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/bat-rpls-1/igt@i915_selftest@live@reset.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- fi-cfl-8700k: NOTRUN -> [SKIP][3] ([fdo#109271])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/fi-cfl-8700k/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-edp-1:
- bat-rplp-1: [PASS][4] -> [DMESG-WARN][5] ([i915#2867])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/bat-rplp-1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-edp-1.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/bat-rplp-1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-edp-1.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3@smem:
- fi-cfl-8700k: [ABORT][6] ([i915#8213]) -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/fi-cfl-8700k/igt@gem_exec_suspend@basic-s3@smem.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/fi-cfl-8700k/igt@gem_exec_suspend@basic-s3@smem.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7197 -> IGTPW_8619
CI-20190529: 20190529
CI_DRM_12867: 67d4276f8342780b8eaa6e9f5c15d979254a5675 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8619: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/index.html
IGT_7197: 3e049d7c5048c8e4d0b0cfc22afca18e9e897e9a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/index.html
[-- Attachment #2: Type: text/html, Size: 3389 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/xe/xe_query: Fix the return type of xe_dev_id
2023-03-16 8:45 [igt-dev] [i-g-t] lib/xe/xe_query: Fix the return type of xe_dev_id Bhanuprakash Modem
2023-03-16 9:06 ` Modem, Bhanuprakash
2023-03-16 9:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2023-03-16 11:08 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-03-16 11:08 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 25149 bytes --]
== Series Details ==
Series: lib/xe/xe_query: Fix the return type of xe_dev_id
URL : https://patchwork.freedesktop.org/series/115242/
State : success
== Summary ==
CI Bug Log - changes from IGT_7197_full -> IGTPW_8619_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/index.html
Participating hosts (8 -> 7)
------------------------------
Missing (1): shard-rkl0
Known issues
------------
Here are the changes found in IGTPW_8619_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-glk: [PASS][1] -> [FAIL][2] ([i915#2842]) +1 similar issue
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@i915_pm_rps@engine-order:
- shard-apl: [PASS][3] -> [FAIL][4] ([i915#6537])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-apl7/igt@i915_pm_rps@engine-order.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-apl2/igt@i915_pm_rps@engine-order.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#3886]) +2 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk2/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#3886]) +2 similar issues
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-apl6/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-glk: NOTRUN -> [SKIP][7] ([fdo#109271]) +24 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk6/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-apl: NOTRUN -> [SKIP][8] ([fdo#109271]) +33 similar issues
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-apl3/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][9] -> [FAIL][10] ([i915#2346])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1:
- shard-apl: NOTRUN -> [FAIL][11] ([i915#4573]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-apl1/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][12] ([i915#4573]) +1 similar issue
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk5/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
#### Possible fixes ####
* igt@drm_fdinfo@virtual-idle:
- {shard-rkl}: [FAIL][13] ([i915#7742]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-3/igt@drm_fdinfo@virtual-idle.html
* igt@fbdev@write:
- {shard-tglu}: [SKIP][15] ([i915#2582]) -> [PASS][16] +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-10/igt@fbdev@write.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-5/igt@fbdev@write.html
- {shard-rkl}: [SKIP][17] ([i915#2582]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-4/igt@fbdev@write.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-6/igt@fbdev@write.html
* igt@gem_ctx_persistence@engines-hang@bcs0:
- {shard-rkl}: [SKIP][19] ([i915#6252]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-5/igt@gem_ctx_persistence@engines-hang@bcs0.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-2/igt@gem_ctx_persistence@engines-hang@bcs0.html
* igt@gem_eio@in-flight-external:
- {shard-tglu}: [ABORT][21] -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-10/igt@gem_eio@in-flight-external.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-5/igt@gem_eio@in-flight-external.html
* igt@gem_eio@in-flight-suspend:
- {shard-rkl}: [FAIL][23] ([i915#5115] / [i915#7052]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-3/igt@gem_eio@in-flight-suspend.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-1/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@unwedge-stress:
- {shard-dg1}: [FAIL][25] ([i915#5784]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-dg1-14/igt@gem_eio@unwedge-stress.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-dg1-15/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-glk: [FAIL][27] ([i915#2842]) -> [PASS][28] +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-glk6/igt@gem_exec_fair@basic-none-rrul@rcs0.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- {shard-rkl}: [FAIL][29] ([i915#2842]) -> [PASS][30] +1 similar issue
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-3/igt@gem_exec_fair@basic-throttle@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-5/igt@gem_exec_fair@basic-throttle@rcs0.html
- {shard-tglu}: [FAIL][31] ([i915#2842]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-7/igt@gem_exec_fair@basic-throttle@rcs0.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-4/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- {shard-rkl}: [SKIP][33] ([fdo#109313]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_reloc@basic-write-read:
- {shard-rkl}: [SKIP][35] ([i915#3281]) -> [PASS][36] +5 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-1/igt@gem_exec_reloc@basic-write-read.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-5/igt@gem_exec_reloc@basic-write-read.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- {shard-rkl}: [SKIP][37] ([i915#3282]) -> [PASS][38] +3 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-4/igt@gem_tiled_partial_pwrite_pread@writes.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-5/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gen9_exec_parse@unaligned-jump:
- {shard-rkl}: [SKIP][39] ([i915#2527]) -> [PASS][40] +2 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-4/igt@gen9_exec_parse@unaligned-jump.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-5/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_pm_rpm@cursor:
- {shard-rkl}: [SKIP][41] ([i915#1849]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-2/igt@i915_pm_rpm@cursor.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-6/igt@i915_pm_rpm@cursor.html
* igt@i915_pm_rpm@system-suspend:
- {shard-rkl}: [FAIL][43] ([fdo#103375]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-3/igt@i915_pm_rpm@system-suspend.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-2/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-modeset:
- {shard-tglu}: [SKIP][45] ([i915#3547]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-10/igt@i915_pm_rpm@system-suspend-modeset.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-4/igt@i915_pm_rpm@system-suspend-modeset.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- {shard-rkl}: [SKIP][47] ([i915#1845] / [i915#4098]) -> [PASS][48] +16 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-4/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-6/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- {shard-tglu}: [SKIP][49] ([i915#1845] / [i915#7651]) -> [PASS][50] +18 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-9/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-7/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-apl: [FAIL][51] ([i915#4767]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-apl1/igt@kms_fbcon_fbt@fbc-suspend.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-apl3/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt:
- {shard-tglu}: [SKIP][53] ([i915#1849]) -> [PASS][54] +8 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc:
- {shard-rkl}: [SKIP][55] ([i915#1849] / [i915#4098]) -> [PASS][56] +15 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_plane@plane-position-hole-dpms@pipe-a-planes:
- {shard-tglu}: [SKIP][57] ([i915#1849] / [i915#3558]) -> [PASS][58] +1 similar issue
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-10/igt@kms_plane@plane-position-hole-dpms@pipe-a-planes.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-1/igt@kms_plane@plane-position-hole-dpms@pipe-a-planes.html
* igt@kms_psr@primary_blt:
- {shard-rkl}: [SKIP][59] ([i915#1072]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-3/igt@kms_psr@primary_blt.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-6/igt@kms_psr@primary_blt.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-d:
- {shard-tglu}: [SKIP][61] ([fdo#109274]) -> [PASS][62] +2 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-9/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html
* igt@kms_vblank@pipe-c-wait-forked:
- {shard-tglu}: [SKIP][63] ([i915#1845]) -> [PASS][64] +19 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-10/igt@kms_vblank@pipe-c-wait-forked.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-1/igt@kms_vblank@pipe-c-wait-forked.html
* igt@perf@gen12-unprivileged-single-ctx-counters:
- {shard-rkl}: [SKIP][65] ([fdo#109289]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-5/igt@perf@gen12-unprivileged-single-ctx-counters.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-4/igt@perf@gen12-unprivileged-single-ctx-counters.html
* igt@perf@polling-small-buf:
- {shard-tglu}: [FAIL][67] ([i915#1722]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-tglu-9/igt@perf@polling-small-buf.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-tglu-4/igt@perf@polling-small-buf.html
* igt@perf@stress-open-close:
- shard-glk: [ABORT][69] ([i915#5213]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-glk5/igt@perf@stress-open-close.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-glk3/igt@perf@stress-open-close.html
* igt@testdisplay:
- {shard-rkl}: [SKIP][71] ([i915#4098]) -> [PASS][72] +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7197/shard-rkl-5/igt@testdisplay.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/shard-rkl-6/igt@testdisplay.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[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#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[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#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644
[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#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[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#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
[i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436
[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#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[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#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[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#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
[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#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3371]: https://gitlab.freedesktop.org/drm/intel/issues/3371
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[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#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936
[i915#3938]: https://gitlab.freedesktop.org/drm/intel/issues/3938
[i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952
[i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
[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#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[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#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[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#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[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#5115]: https://gitlab.freedesktop.org/drm/intel/issues/5115
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
[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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[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#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230
[i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248
[i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252
[i915#6258]: https://gitlab.freedesktop.org/drm/intel/issues/6258
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433
[i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537
[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#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037
[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#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128
[i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276
[i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294
[i915#7330]: https://gitlab.freedesktop.org/drm/intel/issues/7330
[i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7949]: https://gitlab.freedesktop.org/drm/intel/issues/7949
[i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957
[i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984
[i915#8018]: https://gitlab.freedesktop.org/drm/intel/issues/8018
[i915#8150]: https://gitlab.freedesktop.org/drm/intel/issues/8150
[i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
[i915#8273]: https://gitlab.freedesktop.org/drm/intel/issues/8273
[i915#8282]: https://gitlab.freedesktop.org/drm/intel/issues/8282
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7197 -> IGTPW_8619
CI-20190529: 20190529
CI_DRM_12867: 67d4276f8342780b8eaa6e9f5c15d979254a5675 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8619: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/index.html
IGT_7197: 3e049d7c5048c8e4d0b0cfc22afca18e9e897e9a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8619/index.html
[-- Attachment #2: Type: text/html, Size: 19084 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-16 11:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16 8:45 [igt-dev] [i-g-t] lib/xe/xe_query: Fix the return type of xe_dev_id Bhanuprakash Modem
2023-03-16 9:06 ` Modem, Bhanuprakash
2023-03-16 9:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-03-16 11:08 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox