* [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM
@ 2023-08-03 11:42 Lukasz Laguna
2023-08-03 11:46 ` [igt-dev] ✗ GitLab.Pipeline: warning for lib/xe_query: add helper getting available VRAM (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Lukasz Laguna @ 2023-08-03 11:42 UTC (permalink / raw)
To: igt-dev; +Cc: mauro.chehab
Helper allows to read available VRAM of a specified device and GT.
v2:
- Query for current memory usage instead of using cached one (Zbigniew)
Signed-off-by: Lukasz Laguna <lukasz.laguna@intel.com>
---
lib/xe/xe_query.c | 30 ++++++++++++++++++++++++++++++
lib/xe/xe_query.h | 1 +
2 files changed, 31 insertions(+)
diff --git a/lib/xe/xe_query.c b/lib/xe/xe_query.c
index 8963c7b06..ef515b088 100644
--- a/lib/xe/xe_query.c
+++ b/lib/xe/xe_query.c
@@ -630,6 +630,36 @@ uint64_t xe_visible_vram_size(int fd, int gt)
return visible_size;
}
+/**
+ * xe_vram_available:
+ * @fd: xe device fd
+ * @gt: gt
+ *
+ * Returns available vram of xe device @fd and @gt.
+ */
+uint64_t xe_vram_available(int fd, int gt)
+{
+ struct xe_device *xe_dev;
+ int region_idx;
+ struct drm_xe_query_mem_region *mem_region;
+
+ xe_dev = find_in_cache(fd);
+ igt_assert(xe_dev);
+
+ region_idx = ffs(native_region_for_gt(xe_dev->gts, gt)) - 1;
+ mem_region = &xe_dev->mem_usage->regions[region_idx];
+
+ if (XE_IS_CLASS_VRAM(mem_region)) {
+ pthread_mutex_lock(&cache.cache_mutex);
+ free(xe_dev->mem_usage);
+ xe_dev->mem_usage = xe_query_mem_usage_new(fd);
+ pthread_mutex_unlock(&cache.cache_mutex);
+
+ return mem_region->total_size - mem_region->used;
+ }
+
+ return 0;
+}
/**
* xe_get_default_alignment:
diff --git a/lib/xe/xe_query.h b/lib/xe/xe_query.h
index 1b74c58ab..20dbfa12c 100644
--- a/lib/xe/xe_query.h
+++ b/lib/xe/xe_query.h
@@ -97,6 +97,7 @@ unsigned int xe_number_hw_engines(int fd);
bool xe_has_vram(int fd);
uint64_t xe_vram_size(int fd, int gt);
uint64_t xe_visible_vram_size(int fd, int gt);
+uint64_t xe_vram_available(int fd, int gt);
uint32_t xe_get_default_alignment(int fd);
uint32_t xe_va_bits(int fd);
uint16_t xe_dev_id(int fd);
--
2.40.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for lib/xe_query: add helper getting available VRAM (rev2) 2023-08-03 11:42 [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Lukasz Laguna @ 2023-08-03 11:46 ` Patchwork 2023-08-03 12:18 ` [igt-dev] ○ CI.xeBAT: info " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-03 11:46 UTC (permalink / raw) To: Lukasz Laguna; +Cc: igt-dev == Series Details == Series: lib/xe_query: add helper getting available VRAM (rev2) URL : https://patchwork.freedesktop.org/series/121704/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/951524 for the overview. build-containers:build-debian has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46620120): time="2023-08-03T11:43:59Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-03T11:44:03Z" level=warning msg="signal: killed" time="2023-08-03T11:44:03Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691063044:step_script section_start:1691063044:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691063044:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46620122): time="2023-08-03T11:44:00Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-03T11:44:04Z" level=warning msg="signal: killed" time="2023-08-03T11:44:04Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691063045:step_script section_start:1691063045:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691063046:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46620121): time="2023-08-03T11:44:01Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-03T11:44:05Z" level=warning msg="signal: killed" time="2023-08-03T11:44:05Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691063046:step_script section_start:1691063046:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691063047:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46620123): time="2023-08-03T11:43:59Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-03T11:44:03Z" level=warning msg="signal: killed" time="2023-08-03T11:44:03Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691063044:step_script section_start:1691063044:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691063045:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46620124): time="2023-08-03T11:44:01Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM fedora:31 Getting image source signatures Copying blob sha256:854946d575a439a894349addd141568875d7c1e673d3286b08250f3dde002e6a Copying config sha256:7e94ed77b448a8d2ff08b92d3ca743e4e862c744892d6886c73487581eb5863a Writing manifest to image destination Storing signatures STEP 2: RUN dnf install -y gcc flex bison libatomic meson ninja-build xdotool 'pkgconfig(libdrm)' 'pkgconfig(pciaccess)' 'pkgconfig(libkmod)' 'pkgconfig(libprocps)' 'pkgconfig(libunwind)' 'pkgconfig(libdw)' 'pkgconfig(pixman-1)' 'pkgconfig(valgrind)' 'pkgconfig(cairo)' 'pkgconfig(libudev)' 'pkgconfig(glib-2.0)' 'pkgconfig(gsl)' 'pkgconfig(alsa)' 'pkgconfig(xmlrpc)' 'pkgconfig(xmlrpc_util)' 'pkgconfig(xmlrpc_client)' 'pkgconfig(json-c)' 'pkgconfig(gtk-doc)' 'pkgconfig(xv)' 'pkgconfig(xrandr)' python3-docutils error running container: error creating container for [/bin/sh -c dnf install -y gcc flex bison libatomic meson ninja-build xdotool 'pkgconfig(libdrm)' 'pkgconfig(pciaccess)' 'pkgconfig(libkmod)' 'pkgconfig(libprocps)' 'pkgconfig(libunwind)' 'pkgconfig(libdw)' 'pkgconfig(pixman-1)' 'pkgconfig(valgrind)' 'pkgconfig(cairo)' 'pkgconfig(libudev)' 'pkgconfig(glib-2.0)' 'pkgconfig(gsl)' 'pkgconfig(alsa)' 'pkgconfig(xmlrpc)' 'pkgconfig(xmlrpc_util)' 'pkgconfig(xmlrpc_client)' 'pkgconfig(json-c)' 'pkgconfig(gtk-doc)' 'pkgconfig(xv)' 'pkgconfig(xrandr)' python3-docutils]: time="2023-08-03T11:44:07Z" level=warning msg="signal: killed" time="2023-08-03T11:44:07Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN dnf install -y gcc flex bison libatomic meson ninja-build xdotool 'pkgconfig(libdrm)' 'pkgconfig(pciaccess)' 'pkgconfig(libkmod)' 'pkgconfig(libprocps)' 'pkgconfig(libunwind)' 'pkgconfig(libdw)' 'pkgconfig(pixman-1)' 'pkgconfig(valgrind)' 'pkgconfig(cairo)' 'pkgconfig(libudev)' 'pkgconfig(glib-2.0)' 'pkgconfig(gsl)' 'pkgconfig(alsa)' 'pkgconfig(xmlrpc)' 'pkgconfig(xmlrpc_util)' 'pkgconfig(xmlrpc_client)' 'pkgconfig(json-c)' 'pkgconfig(gtk-doc)' 'pkgconfig(xv)' 'pkgconfig(xrandr)' python3-docutils": error while running runtime: exit status 1 section_end:1691063047:step_script section_start:1691063047:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691063047:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/951524 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for lib/xe_query: add helper getting available VRAM (rev2) 2023-08-03 11:42 [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Lukasz Laguna 2023-08-03 11:46 ` [igt-dev] ✗ GitLab.Pipeline: warning for lib/xe_query: add helper getting available VRAM (rev2) Patchwork @ 2023-08-03 12:18 ` Patchwork 2023-08-03 12:27 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-03 12:18 UTC (permalink / raw) To: Lukasz Laguna; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 352 bytes --] == Series Details == Series: lib/xe_query: add helper getting available VRAM (rev2) URL : https://patchwork.freedesktop.org/series/121704/ State : info == Summary == Participating hosts: bat-pvc-2 bat-atsm-2 bat-dg2-oem2 bat-adlp-7 Missing hosts results[0]: Results: [IGTPW_9506](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9506/index.html) [-- Attachment #2: Type: text/html, Size: 868 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/xe_query: add helper getting available VRAM (rev2) 2023-08-03 11:42 [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Lukasz Laguna 2023-08-03 11:46 ` [igt-dev] ✗ GitLab.Pipeline: warning for lib/xe_query: add helper getting available VRAM (rev2) Patchwork 2023-08-03 12:18 ` [igt-dev] ○ CI.xeBAT: info " Patchwork @ 2023-08-03 12:27 ` Patchwork 2023-08-03 17:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-03 20:20 ` [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Zbigniew Kempczyński 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-03 12:27 UTC (permalink / raw) To: Lukasz Laguna; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7860 bytes --] == Series Details == Series: lib/xe_query: add helper getting available VRAM (rev2) URL : https://patchwork.freedesktop.org/series/121704/ State : success == Summary == CI Bug Log - changes from CI_DRM_13469 -> IGTPW_9506 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/index.html Participating hosts (43 -> 42) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9506 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_rpm@basic-pci-d3-state: - bat-adlp-9: [PASS][1] -> [FAIL][2] ([i915#7940]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html - fi-cfl-8109u: [PASS][3] -> [FAIL][4] ([i915#7940]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-cfl-8109u/igt@i915_pm_rpm@basic-pci-d3-state.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-cfl-8109u/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rpm@module-reload: - fi-rkl-11600: [PASS][5] -> [FAIL][6] ([i915#7940]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@guc: - bat-rpls-1: [PASS][7] -> [DMESG-WARN][8] ([i915#7852]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-rpls-1/igt@i915_selftest@live@guc.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-rpls-1/igt@i915_selftest@live@guc.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [PASS][9] -> [DMESG-FAIL][10] ([i915#8497]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-mtlp-6/igt@i915_selftest@live@requests.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-rpls-1: [PASS][11] -> [DMESG-WARN][12] ([i915#6367]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-rpls-1/igt@i915_selftest@live@slpc.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: NOTRUN -> [SKIP][13] ([i915#1845] / [i915#5354]) +2 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html #### Possible fixes #### * igt@i915_pm_rpm@basic-rte: - fi-cfl-8109u: [FAIL][14] ([i915#7940]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-cfl-8109u/igt@i915_pm_rpm@basic-rte.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-cfl-8109u/igt@i915_pm_rpm@basic-rte.html - fi-kbl-7567u: [FAIL][16] ([i915#7940]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-kbl-7567u/igt@i915_pm_rpm@basic-rte.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-kbl-7567u/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@module-reload: - fi-cfl-guc: [FAIL][18] ([i915#7940]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-cfl-guc/igt@i915_pm_rpm@module-reload.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-cfl-guc/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@gt_heartbeat: - fi-kbl-soraka: [DMESG-FAIL][20] ([i915#5334] / [i915#7872]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@mman: - bat-rpls-2: [TIMEOUT][22] ([i915#6794] / [i915#7392]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-rpls-2/igt@i915_selftest@live@mman.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-rpls-2/igt@i915_selftest@live@mman.html * igt@i915_selftest@live@requests: - bat-mtlp-8: [DMESG-FAIL][24] ([i915#8497]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-mtlp-8/igt@i915_selftest@live@requests.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s2idle-without-i915: - bat-rpls-2: [WARN][26] ([i915#8747]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html * igt@kms_chamelium_frames@dp-crc-fast: - {bat-dg2-13}: [DMESG-WARN][28] ([Intel XE#485]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html #### Warnings #### * igt@i915_pm_rpm@basic-pci-d3-state: - fi-cfl-8700k: [FAIL][30] ([i915#7691]) -> [FAIL][31] ([i915#7940]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/fi-cfl-8700k/igt@i915_pm_rpm@basic-pci-d3-state.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/fi-cfl-8700k/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@kms_psr@cursor_plane_move: - bat-rplp-1: [SKIP][32] ([i915#1072]) -> [ABORT][33] ([i915#8434] / [i915#8668]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/bat-rplp-1/igt@kms_psr@cursor_plane_move.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#485]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/485 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7852]: https://gitlab.freedesktop.org/drm/intel/issues/7852 [i915#7872]: https://gitlab.freedesktop.org/drm/intel/issues/7872 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7412 -> IGTPW_9506 CI-20190529: 20190529 CI_DRM_13469: c9688b127361ba2cf524e4a3bf19b598654b4308 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9506: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/index.html IGT_7412: 7412 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/index.html [-- Attachment #2: Type: text/html, Size: 9335 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/xe_query: add helper getting available VRAM (rev2) 2023-08-03 11:42 [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Lukasz Laguna ` (2 preceding siblings ...) 2023-08-03 12:27 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2023-08-03 17:40 ` Patchwork 2023-08-03 20:20 ` [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Zbigniew Kempczyński 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-03 17:40 UTC (permalink / raw) To: Lukasz Laguna; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 84157 bytes --] == Series Details == Series: lib/xe_query: add helper getting available VRAM (rev2) URL : https://patchwork.freedesktop.org/series/121704/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13469_full -> IGTPW_9506_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9506_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9506_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_9506/index.html Participating hosts (10 -> 10) ------------------------------ Additional (1): shard-rkl0 Missing (1): pig-kbl-iris Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9506_full: ### IGT changes ### #### Possible regressions #### * igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1: - shard-apl: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-apl4/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-apl4/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html * igt@kms_psr@psr2_suspend: - shard-mtlp: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-2/igt@kms_psr@psr2_suspend.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_psr@psr2_suspend.html Known issues ------------ Here are the changes found in IGTPW_9506_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#7701]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-idle-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8414]) +5 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@drm_fdinfo@busy-idle-check-all@ccs0.html * igt@gem_caching@read-writes: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#4873]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@gem_caching@read-writes.html * igt@gem_ccs@block-copy-compressed: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#5325]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@gem_ccs@block-copy-compressed.html - shard-dg1: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#5325]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#5325]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@gem_ccs@ctrl-surf-copy-new-ctx.html - shard-tglu: NOTRUN -> [SKIP][11] ([i915#5325]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-10/igt@gem_ccs@ctrl-surf-copy-new-ctx.html - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#5325]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#6335]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-3/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#8562]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglu: NOTRUN -> [SKIP][15] ([fdo#109314]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-7/igt@gem_ctx_param@set-priority-not-supported.html - shard-mtlp: NOTRUN -> [SKIP][16] ([fdo#109314]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@engines-persistence: - shard-snb: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#1099]) +2 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb6/igt@gem_ctx_persistence@engines-persistence.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#5882]) +9 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][19] ([i915#7975] / [i915#8213]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-6/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-snb: NOTRUN -> [FAIL][20] ([i915#8898]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb6/igt@gem_eio@reset-stress.html - shard-dg1: [PASS][21] -> [FAIL][22] ([i915#5784]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-12/igt@gem_eio@reset-stress.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-18/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-dual: - shard-dg2: NOTRUN -> [SKIP][23] ([i915#4771]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-5/igt@gem_exec_balancer@bonded-dual.html - shard-dg1: NOTRUN -> [SKIP][24] ([i915#4771]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-pair: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4771]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@gem_exec_balancer@bonded-pair.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#6334]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk8/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-deadline: - shard-glk: [PASS][27] -> [FAIL][28] ([i915#2846]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-glk4/igt@gem_exec_fair@basic-deadline.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk9/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@vcs0: - shard-rkl: [PASS][29] -> [FAIL][30] ([i915#2842]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-rkl-1/igt@gem_exec_fair@basic-none@vcs0.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][31] -> [FAIL][32] ([i915#2842]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#7697]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +6 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-3/igt@gem_exec_reloc@basic-cpu-noreloc.html - shard-rkl: NOTRUN -> [SKIP][37] ([i915#3281]) +3 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-range: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281]) +4 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@gem_exec_reloc@basic-range.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3281]) +2 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-19/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_schedule@semaphore-power: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4812]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@gem_exec_schedule@semaphore-power.html * igt@gem_exec_whisper@basic-fds-priority-all: - shard-tglu: [PASS][41] -> [INCOMPLETE][42] ([i915#6755] / [i915#7392]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-tglu-7/igt@gem_exec_whisper@basic-fds-priority-all.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-3/igt@gem_exec_whisper@basic-fds-priority-all.html * igt@gem_fence_thrash@bo-write-verify-x: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4860]) +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-2/igt@gem_fence_thrash@bo-write-verify-x.html - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4860]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-x.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4860]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#4613] / [i915#7582]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4613]) +4 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@gem_lmem_swapping@heavy-verify-multi.html - shard-tglu: NOTRUN -> [SKIP][48] ([i915#4613]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-3/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-rkl: NOTRUN -> [SKIP][49] ([i915#4613]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#4565]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html * igt@gem_lmem_swapping@verify-random: - shard-glk: NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#4613]) +3 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk6/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap_gtt@basic-small-bo-tiledx: - shard-dg1: NOTRUN -> [SKIP][52] ([i915#4077]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-14/igt@gem_mmap_gtt@basic-small-bo-tiledx.html * igt@gem_mmap_gtt@basic-write-cpu-read-gtt: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4077]) +3 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@gem_mmap_gtt@basic-write-cpu-read-gtt.html * igt@gem_mmap_gtt@cpuset-basic-small-copy-xy: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4077]) +4 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@gem_mmap_gtt@cpuset-basic-small-copy-xy.html * igt@gem_mmap_wc@copy: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4083]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@gem_mmap_wc@copy.html * igt@gem_pread@exhaustion: - shard-glk: NOTRUN -> [WARN][56] ([i915#2658]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk8/igt@gem_pread@exhaustion.html * igt@gem_pxp@create-regular-buffer: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4270]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@gem_pxp@create-regular-buffer.html * igt@gem_pxp@display-protected-crc: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#4270]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-tglu: NOTRUN -> [SKIP][59] ([i915#4270]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#3282]) +2 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#8428]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-rkl: NOTRUN -> [SKIP][62] ([i915#3282]) +2 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@gem_set_tiling_vs_pwrite.html * igt@gem_tiled_pread_basic: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4079]) +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-6/igt@gem_tiled_pread_basic.html - shard-dg1: NOTRUN -> [SKIP][64] ([i915#4079]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-17/igt@gem_tiled_pread_basic.html * igt@gem_userptr_blits@access-control: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#3297]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#3323]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk5/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3297]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#3297] / [i915#4880]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html - shard-dg1: NOTRUN -> [SKIP][69] ([i915#3297] / [i915#4880]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-16/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#3297]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_workarounds@suspend-resume-fd: - shard-snb: NOTRUN -> [DMESG-WARN][71] ([i915#8841]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb4/igt@gem_workarounds@suspend-resume-fd.html * igt@gen7_exec_parse@chained-batch: - shard-dg2: NOTRUN -> [SKIP][72] ([fdo#109289]) +3 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@gen7_exec_parse@chained-batch.html - shard-rkl: NOTRUN -> [SKIP][73] ([fdo#109289]) +1 similar issue [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@gen7_exec_parse@chained-batch.html - shard-dg1: NOTRUN -> [SKIP][74] ([fdo#109289]) +2 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-14/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@bb-oversize: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#2856]) +1 similar issue [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#2527]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@gen9_exec_parse@bb-start-cmd.html - shard-rkl: NOTRUN -> [SKIP][77] ([i915#2527]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-2/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@shadow-peek: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#2856]) +1 similar issue [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@gen9_exec_parse@shadow-peek.html * igt@gen9_exec_parse@valid-registers: - shard-tglu: NOTRUN -> [SKIP][79] ([i915#2527] / [i915#2856]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-6/igt@gen9_exec_parse@valid-registers.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [PASS][80] -> [ABORT][81] ([i915#4528]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#8399]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-2/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#8399]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-4/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [PASS][84] -> [FAIL][85] ([fdo#103375]) +3 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-11/igt@i915_pm_freq_api@freq-suspend@gt0.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@i915_pm_freq_api@freq-suspend@gt0.html - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#6645]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_freq_api@freq-suspend@gt1: - shard-mtlp: NOTRUN -> [SKIP][87] ([i915#8805]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@i915_pm_freq_api@freq-suspend@gt1.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-dg1: [PASS][88] -> [FAIL][89] ([i915#3591]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rpm@cursor-dpms: - shard-tglu: [PASS][90] -> [FAIL][91] ([i915#7940]) +1 similar issue [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-tglu-6/igt@i915_pm_rpm@cursor-dpms.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@i915_pm_rpm@cursor-dpms.html - shard-dg1: [PASS][92] -> [FAIL][93] ([i915#7940]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-19/igt@i915_pm_rpm@cursor-dpms.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@i915_pm_rpm@cursor-dpms.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [PASS][94] -> [SKIP][95] ([i915#1397]) +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-rkl: [PASS][96] -> [SKIP][97] ([i915#1397]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-rkl-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@drm-resources-equal: - shard-tglu: NOTRUN -> [FAIL][98] ([i915#7940]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-3/igt@i915_pm_rpm@drm-resources-equal.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#1397]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][100] ([fdo#109506]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#8925]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [PASS][102] -> [DMESG-FAIL][103] ([i915#6763]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-7/igt@i915_selftest@live@workarounds.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-2/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][104] -> [FAIL][105] ([fdo#103375]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#4212]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#4212]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#8502] / [i915#8709]) +11 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#8502]) +3 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][110] ([i915#8247]) +1 similar issue [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][111] ([i915#8247]) +3 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-5/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_async_flips@crc@pipe-b-vga-1: - shard-snb: NOTRUN -> [FAIL][112] ([i915#8247]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb4/igt@kms_async_flips@crc@pipe-b-vga-1.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-glk: NOTRUN -> [SKIP][113] ([fdo#109271] / [i915#1769]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-dg2: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-primary-toggle-with-vblank-wait@pipe-a-edp-1: - shard-mtlp: [PASS][115] -> [DMESG-WARN][116] ([i915#2017]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-8/igt@kms_atomic_transition@plane-primary-toggle-with-vblank-wait@pipe-a-edp-1.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@kms_atomic_transition@plane-primary-toggle-with-vblank-wait@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-16bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-19/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html * igt@kms_big_fb@4-tiled-32bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#5286]) +2 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][119] ([fdo#111614]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-addfb: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#5286]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-18/igt@kms_big_fb@4-tiled-addfb.html - shard-tglu: NOTRUN -> [SKIP][121] ([i915#5286]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-3/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-tglu: NOTRUN -> [SKIP][122] ([fdo#111615] / [i915#5286]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][123] ([fdo#111614]) +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][124] ([fdo#111614] / [i915#3638]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][125] ([i915#3638]) +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6187]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#5190]) +5 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +2 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][129] ([fdo#110723]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][130] ([i915#4538]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-tglu: NOTRUN -> [SKIP][131] ([fdo#111615]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][132] ([fdo#111615]) +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_joiner@basic: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#2705]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-bad-rotation-90-4_tiled_mtl_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#5354] / [i915#6095]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_ccs@pipe-a-bad-rotation-90-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#3886] / [i915#5354]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-8/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html - shard-rkl: NOTRUN -> [SKIP][136] ([i915#3886] / [i915#5354] / [i915#6095]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html - shard-dg1: NOTRUN -> [SKIP][137] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][138] ([fdo#109271] / [i915#3886]) +7 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk2/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#3886] / [i915#6095]) +3 similar issues [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#5354]) +12 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html - shard-rkl: NOTRUN -> [SKIP][142] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html - shard-dg1: NOTRUN -> [SKIP][143] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#3689] / [i915#5354] / [i915#6095]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-9/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#5354]) +10 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-2/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][146] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +2 similar issues [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-5/igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs.html - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#6095]) +10 similar issues [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_ccs@pipe-c-bad-pixel-format-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_rc_ccs: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#5354] / [i915#6095]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][149] ([i915#5354] / [i915#6095]) +4 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-8/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][150] ([i915#5354]) +9 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#3742]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_cdclk@plane-scaling.html - shard-dg1: NOTRUN -> [SKIP][152] ([i915#3742]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-18/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#4087]) +3 similar issues [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#7828]) +2 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_chamelium_frames@dp-frame-dump.html - shard-dg1: NOTRUN -> [SKIP][155] ([i915#7828]) +1 similar issue [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#7828]) +2 similar issues [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-tglu: NOTRUN -> [SKIP][157] ([i915#7828]) +2 similar issues [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#7828]) +2 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#3555]) +3 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_color@deep-color.html * igt@kms_concurrent@pipe-d: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#4070] / [i915#533] / [i915#6768]) +1 similar issue [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@kms_concurrent@pipe-d.html * igt@kms_content_protection@dp-mst-type-0: - shard-tglu: NOTRUN -> [SKIP][161] ([i915#3116] / [i915#3299]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-4/igt@kms_content_protection@dp-mst-type-0.html - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#3299]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#8814]) +1 similar issue [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#3359]) +1 similar issue [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x170.html - shard-rkl: NOTRUN -> [SKIP][165] ([i915#3359]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-2/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: NOTRUN -> [SKIP][166] ([i915#3555]) +4 similar issues [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#4103] / [i915#4213]) +1 similar issue [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-rkl: NOTRUN -> [SKIP][168] ([i915#4103]) +1 similar issue [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-dg1: NOTRUN -> [SKIP][169] ([i915#4103] / [i915#4213]) +1 similar issue [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][170] ([fdo#111825]) +9 similar issues [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#3546]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-dg2: NOTRUN -> [SKIP][172] ([fdo#109274] / [i915#5354]) +1 similar issue [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][173] ([fdo#111767] / [i915#3546]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html - shard-tglu: NOTRUN -> [SKIP][174] ([fdo#109274] / [fdo#111767]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][175] -> [FAIL][176] ([i915#2346]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][177] -> [FAIL][178] ([i915#2346]) +1 similar issue [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_display_modes@extended-mode-basic: - shard-dg1: NOTRUN -> [SKIP][179] ([i915#3555]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-15/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#3840]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-dg2: [PASS][181] -> [FAIL][182] ([i915#4767]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-1/igt@kms_fbcon_fbt@fbc-suspend.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-8/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][183] ([fdo#109274]) +2 similar issues [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-3/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-blocking-absolute-wf_vblank: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#3637]) +2 similar issues [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@kms_flip@2x-blocking-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-tglu: NOTRUN -> [SKIP][185] ([fdo#109274] / [fdo#111767] / [i915#3637]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html - shard-mtlp: NOTRUN -> [SKIP][186] ([fdo#111767] / [i915#3637]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-nonexisting-fb: - shard-tglu: NOTRUN -> [SKIP][187] ([fdo#109274] / [i915#3637]) +1 similar issue [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][188] ([fdo#111825]) +9 similar issues [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-19/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][189] ([i915#2672]) +1 similar issue [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][190] ([i915#2587] / [i915#2672]) +1 similar issue [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#2672]) +3 similar issues [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][192] ([i915#2587] / [i915#2672]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-17/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#1825]) +10 similar issues [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][194] ([fdo#109280]) +9 similar issues [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][195] ([fdo#111825] / [i915#1825]) +13 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#8708]) +5 similar issues [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html - shard-dg1: NOTRUN -> [SKIP][197] ([i915#8708]) +2 similar issues [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][198] ([fdo#110189]) +3 similar issues [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8708]) +2 similar issues [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#3458]) +3 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html - shard-rkl: NOTRUN -> [SKIP][201] ([i915#3023]) +6 similar issues [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html - shard-dg1: NOTRUN -> [SKIP][202] ([i915#3458]) +2 similar issues [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#3555] / [i915#8228]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#8228]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][205] ([i915#4816]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#6301]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-tglu: NOTRUN -> [SKIP][207] ([fdo#109289]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html - shard-mtlp: NOTRUN -> [SKIP][208] ([fdo#109289]) +3 similar issues [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][209] ([i915#8292]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][210] ([i915#5176]) +19 similar issues [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#5176]) +7 similar issues [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-8/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][212] ([i915#5176]) +5 similar issues [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][213] ([i915#5235]) +3 similar issues [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#5235]) +15 similar issues [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#5235]) +3 similar issues [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-9/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#5235]) +19 similar issues [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-14/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][217] ([fdo#109271]) +283 similar issues [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk9/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-hdmi-a-1.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#658]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html - shard-dg1: NOTRUN -> [SKIP][219] ([i915#658]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-13/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#658]) +1 similar issue [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_psr2_sf@plane-move-sf-dmg-area.html - shard-rkl: NOTRUN -> [SKIP][221] ([fdo#111068] / [i915#658]) +1 similar issue [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@kms_psr2_sf@plane-move-sf-dmg-area.html - shard-dg1: NOTRUN -> [SKIP][222] ([fdo#111068] / [i915#658]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-18/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-glk: NOTRUN -> [SKIP][223] ([fdo#109271] / [i915#658]) +4 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk9/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-rkl: NOTRUN -> [SKIP][224] ([i915#1072]) +2 similar issues [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-1/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr@psr2_sprite_plane_move: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#1072]) +4 similar issues [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-2/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#1072] / [i915#4078]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-16/igt@kms_psr@sprite_plane_onoff.html * igt@kms_rotation_crc@bad-pixel-format: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#4235]) +1 similar issue [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_scaling_modes@scaling-mode-none: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#3555]) +2 similar issues [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-2/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-d: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#5030]) +3 similar issues [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-d.html * igt@kms_selftest@drm_cmdline: - shard-glk: NOTRUN -> [SKIP][230] ([fdo#109271] / [i915#8661]) +1 similar issue [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk8/igt@kms_selftest@drm_cmdline.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][231] ([i915#5465]) +1 similar issue [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb5/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#8623]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-snb: NOTRUN -> [SKIP][233] ([fdo#109271]) +127 similar issues [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb2/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@pipe-c-accuracy-idle: - shard-glk: [PASS][234] -> [FAIL][235] ([i915#8713]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-glk9/igt@kms_vblank@pipe-c-accuracy-idle.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk8/igt@kms_vblank@pipe-c-accuracy-idle.html * igt@kms_vrr@flip-basic: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#8808]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@kms_vrr@flip-basic.html * igt@kms_writeback@writeback-pixel-formats: - shard-glk: NOTRUN -> [SKIP][237] ([fdo#109271] / [i915#2437]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-glk5/igt@kms_writeback@writeback-pixel-formats.html * igt@prime_vgem@basic-read: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#3291] / [i915#3708]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-tglu: NOTRUN -> [SKIP][239] ([fdo#109295] / [fdo#111656]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-10/igt@prime_vgem@coherency-gtt.html - shard-mtlp: NOTRUN -> [SKIP][240] ([i915#3708] / [i915#4077]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@prime_vgem@coherency-gtt.html * igt@v3d/v3d_job_submission@array-job-submission: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#2575]) +3 similar issues [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-12/igt@v3d/v3d_job_submission@array-job-submission.html - shard-tglu: NOTRUN -> [SKIP][242] ([fdo#109315] / [i915#2575]) +3 similar issues [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-4/igt@v3d/v3d_job_submission@array-job-submission.html * igt@v3d/v3d_perfmon@destroy-invalid-perfmon: - shard-dg2: NOTRUN -> [SKIP][243] ([i915#2575]) +3 similar issues [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-2/igt@v3d/v3d_perfmon@destroy-invalid-perfmon.html * igt@v3d/v3d_submit_csd@job-perfmon: - shard-mtlp: NOTRUN -> [SKIP][244] ([i915#2575]) +5 similar issues [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@v3d/v3d_submit_csd@job-perfmon.html * igt@v3d/v3d_submit_csd@valid-multisync-submission: - shard-rkl: NOTRUN -> [SKIP][245] ([fdo#109315]) +3 similar issues [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@v3d/v3d_submit_csd@valid-multisync-submission.html * igt@vc4/vc4_label_bo@set-bad-name: - shard-tglu: NOTRUN -> [SKIP][246] ([i915#2575]) +2 similar issues [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-10/igt@vc4/vc4_label_bo@set-bad-name.html - shard-mtlp: NOTRUN -> [SKIP][247] ([i915#7711]) +1 similar issue [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-1/igt@vc4/vc4_label_bo@set-bad-name.html * igt@vc4/vc4_mmap@mmap-bo: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#7711]) +2 similar issues [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@vc4/vc4_mmap@mmap-bo.html - shard-dg1: NOTRUN -> [SKIP][249] ([i915#7711]) +1 similar issue [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-12/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-rkl: NOTRUN -> [SKIP][250] ([i915#7711]) +3 similar issues [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-4/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [FAIL][251] ([i915#6268]) -> [PASS][252] [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hang@vcs0: - shard-mtlp: [FAIL][253] ([i915#2410]) -> [PASS][254] +3 similar issues [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-8/igt@gem_ctx_persistence@engines-hang@vcs0.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][255] ([i915#5784]) -> [PASS][256] [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-1/igt@gem_eio@reset-stress.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-3/igt@gem_eio@reset-stress.html * igt@gem_exec_await@wide-contexts: - shard-dg2: [TIMEOUT][257] ([i915#5892]) -> [PASS][258] [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-8/igt@gem_exec_await@wide-contexts.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@gem_exec_await@wide-contexts.html * igt@gem_exec_balancer@hang: - shard-mtlp: [ABORT][259] ([i915#8104]) -> [PASS][260] [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-6/igt@gem_exec_balancer@hang.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@gem_exec_balancer@hang.html * igt@gem_exec_big@single: - shard-dg2: [TIMEOUT][261] -> [PASS][262] [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-8/igt@gem_exec_big@single.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-6/igt@gem_exec_big@single.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][263] ([i915#2842]) -> [PASS][264] [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][265] ([i915#2842]) -> [PASS][266] [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg1: [ABORT][267] ([i915#7975] / [i915#8213]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-18/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_exec_whisper@basic-fds-forked-all: - shard-dg1: [FAIL][269] -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-17/igt@gem_exec_whisper@basic-fds-forked-all.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-16/igt@gem_exec_whisper@basic-fds-forked-all.html * igt@i915_hangman@detector@vcs0: - shard-mtlp: [FAIL][271] ([i915#8456]) -> [PASS][272] +2 similar issues [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-2/igt@i915_hangman@detector@vcs0.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-6/igt@i915_hangman@detector@vcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [DMESG-WARN][273] ([i915#7061] / [i915#8617]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pipe_stress@stress-xrgb8888-untiled: - shard-mtlp: [FAIL][275] ([i915#8691]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-dg1: [SKIP][277] ([i915#1397]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@i2c: - shard-dg2: [FAIL][279] ([i915#8717]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-2/igt@i915_pm_rpm@i2c.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: [FAIL][281] ([i915#7940]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-17/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rps@reset: - shard-tglu: [INCOMPLETE][283] ([i915#8320]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-tglu-4/igt@i915_pm_rps@reset.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-3/igt@i915_pm_rps@reset.html * igt@i915_selftest@live@slpc: - shard-mtlp: [DMESG-WARN][285] ([i915#6367]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-7/igt@i915_selftest@live@slpc.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-2/igt@i915_selftest@live@slpc.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-mtlp: [FAIL][287] ([i915#3743]) -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - shard-dg2: [FAIL][289] ([i915#6880]) -> [PASS][290] +1 similar issue [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][291] ([i915#433]) -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-tglu-2/igt@kms_hdmi_inject@inject-audio.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-tglu-10/igt@kms_hdmi_inject@inject-audio.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes: - shard-dg2: [FAIL][293] ([fdo#103375]) -> [PASS][294] +3 similar issues [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-rkl: [ABORT][295] ([i915#7461] / [i915#8178]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-rkl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_universal_plane@disable-primary-vs-flip-pipe-b: - shard-snb: [ABORT][297] ([i915#7461]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-snb7/igt@kms_universal_plane@disable-primary-vs-flip-pipe-b.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb5/igt@kms_universal_plane@disable-primary-vs-flip-pipe-b.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [FAIL][299] ([i915#4349]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][301] ([i915#4349]) -> [PASS][302] +3 similar issues [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-10/igt@perf_pmu@busy-double-start@vecs1.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html #### Warnings #### * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [ABORT][303] ([i915#7392] / [i915#8131]) -> [TIMEOUT][304] ([i915#7392] / [i915#8628]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-4/igt@gem_exec_whisper@basic-contexts-forked-all.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-5/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [ABORT][305] ([i915#7392] / [i915#8131]) -> [TIMEOUT][306] ([i915#7392]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@i915_selftest@live@requests: - shard-mtlp: [DMESG-FAIL][307] ([i915#8497]) -> [DMESG-FAIL][308] ([i915#7269]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-7/igt@i915_selftest@live@requests.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-2/igt@i915_selftest@live@requests.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: [DMESG-FAIL][309] ([i915#8561]) -> [DMESG-FAIL][310] ([i915#1982] / [i915#8561]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc: - shard-dg2: [TIMEOUT][311] -> [SKIP][312] ([i915#5354]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-8/igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-mtlp: [FAIL][313] ([i915#2346]) -> [DMESG-FAIL][314] ([i915#2017] / [i915#5954]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-mtlp-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: [TIMEOUT][315] -> [SKIP][316] ([i915#8381]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-8/igt@kms_flip@2x-flip-vs-fences-interruptible.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-2/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][317] ([fdo#109285]) -> [SKIP][318] ([fdo#109285] / [i915#4098]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-rkl-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes: - shard-snb: [DMESG-FAIL][319] ([fdo#103375]) -> [DMESG-WARN][320] ([i915#8841]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-snb7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-snb1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html * igt@kms_psr@cursor_plane_onoff: - shard-dg2: [TIMEOUT][321] -> [SKIP][322] ([i915#1072]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-8/igt@kms_psr@cursor_plane_onoff.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-11/igt@kms_psr@cursor_plane_onoff.html * igt@kms_psr@primary_page_flip: - shard-dg1: [SKIP][323] ([i915#1072]) -> [SKIP][324] ([i915#1072] / [i915#4078]) +1 similar issue [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg1-17/igt@kms_psr@primary_page_flip.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg1-16/igt@kms_psr@primary_page_flip.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [CRASH][325] ([i915#7331]) -> [INCOMPLETE][326] ([i915#5493]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13469/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/shard-dg2-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [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#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [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#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [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#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [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#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#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#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#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [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#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#5030]: https://gitlab.freedesktop.org/drm/intel/issues/5030 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882 [i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892 [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [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#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6755]: https://gitlab.freedesktop.org/drm/intel/issues/6755 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061 [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269 [i915#7331]: https://gitlab.freedesktop.org/drm/intel/issues/7331 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8104]: https://gitlab.freedesktop.org/drm/intel/issues/8104 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8178]: https://gitlab.freedesktop.org/drm/intel/issues/8178 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8320]: https://gitlab.freedesktop.org/drm/intel/issues/8320 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8713]: https://gitlab.freedesktop.org/drm/intel/issues/8713 [i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717 [i915#8805]: https://gitlab.freedesktop.org/drm/intel/issues/8805 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8898]: https://gitlab.freedesktop.org/drm/intel/issues/8898 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7412 -> IGTPW_9506 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13469: c9688b127361ba2cf524e4a3bf19b598654b4308 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9506: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/index.html IGT_7412: 7412 piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9506/index.html [-- Attachment #2: Type: text/html, Size: 103931 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM 2023-08-03 11:42 [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Lukasz Laguna ` (3 preceding siblings ...) 2023-08-03 17:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-08-03 20:20 ` Zbigniew Kempczyński 4 siblings, 0 replies; 6+ messages in thread From: Zbigniew Kempczyński @ 2023-08-03 20:20 UTC (permalink / raw) To: Lukasz Laguna; +Cc: igt-dev, mauro.chehab On Thu, Aug 03, 2023 at 01:42:32PM +0200, Lukasz Laguna wrote: > Helper allows to read available VRAM of a specified device and GT. > > v2: > - Query for current memory usage instead of using cached one (Zbigniew) > > Signed-off-by: Lukasz Laguna <lukasz.laguna@intel.com> > --- > lib/xe/xe_query.c | 30 ++++++++++++++++++++++++++++++ > lib/xe/xe_query.h | 1 + > 2 files changed, 31 insertions(+) > > diff --git a/lib/xe/xe_query.c b/lib/xe/xe_query.c > index 8963c7b06..ef515b088 100644 > --- a/lib/xe/xe_query.c > +++ b/lib/xe/xe_query.c > @@ -630,6 +630,36 @@ uint64_t xe_visible_vram_size(int fd, int gt) > > return visible_size; > } > +/** > + * xe_vram_available: > + * @fd: xe device fd > + * @gt: gt > + * > + * Returns available vram of xe device @fd and @gt. > + */ > +uint64_t xe_vram_available(int fd, int gt) > +{ > + struct xe_device *xe_dev; > + int region_idx; > + struct drm_xe_query_mem_region *mem_region; > + > + xe_dev = find_in_cache(fd); > + igt_assert(xe_dev); > + > + region_idx = ffs(native_region_for_gt(xe_dev->gts, gt)) - 1; > + mem_region = &xe_dev->mem_usage->regions[region_idx]; I think this pointer will point out to freed mem_usage soon, so I bet: > + > + if (XE_IS_CLASS_VRAM(mem_region)) { > + pthread_mutex_lock(&cache.cache_mutex); > + free(xe_dev->mem_usage); > + xe_dev->mem_usage = xe_query_mem_usage_new(fd); > + pthread_mutex_unlock(&cache.cache_mutex); > + > + return mem_region->total_size - mem_region->used; uaf will happen here (mem_region points to freed memory). Reacquire mem_region after xe_query_mem_usage_new(fd) and this should be good. -- Zbigniew > + } > + > + return 0; > +} > > /** > * xe_get_default_alignment: > diff --git a/lib/xe/xe_query.h b/lib/xe/xe_query.h > index 1b74c58ab..20dbfa12c 100644 > --- a/lib/xe/xe_query.h > +++ b/lib/xe/xe_query.h > @@ -97,6 +97,7 @@ unsigned int xe_number_hw_engines(int fd); > bool xe_has_vram(int fd); > uint64_t xe_vram_size(int fd, int gt); > uint64_t xe_visible_vram_size(int fd, int gt); > +uint64_t xe_vram_available(int fd, int gt); > uint32_t xe_get_default_alignment(int fd); > uint32_t xe_va_bits(int fd); > uint16_t xe_dev_id(int fd); > -- > 2.40.0 > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-08-03 20:20 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-03 11:42 [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Lukasz Laguna 2023-08-03 11:46 ` [igt-dev] ✗ GitLab.Pipeline: warning for lib/xe_query: add helper getting available VRAM (rev2) Patchwork 2023-08-03 12:18 ` [igt-dev] ○ CI.xeBAT: info " Patchwork 2023-08-03 12:27 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-08-03 17:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-03 20:20 ` [igt-dev] [PATCH i-g-t v2] lib/xe_query: add helper getting available VRAM Zbigniew Kempczyński
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox