* [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm
@ 2023-10-11 10:17 Bhanuprakash Modem
2023-10-11 10:17 ` [igt-dev] [i-g-t V7 1/4] " Bhanuprakash Modem
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Bhanuprakash Modem @ 2023-10-11 10:17 UTC (permalink / raw)
To: igt-dev
Separate display specific tests from i915_pm_rpm and maintain
in kms_pm_rpm.
Bhanuprakash Modem (4):
tests/intel/pm: Separate display specific tests from i915_pm_rpm
tests/intel/pm_rpm: Split module-reload test
tests/intel/pm_rpm: Fix CI with renamed tests
tests/intel-ci: Add module-reload test to CI
tests/intel-ci/blacklist-pre-merge.txt | 8 +-
tests/intel-ci/blacklist.txt | 1 +
tests/intel-ci/fast-feedback.testlist | 5 +-
tests/intel/i915_pm_rpm.c | 1136 ----------------
tests/intel/kms_pm_rpm.c | 1722 ++++++++++++++++++++++++
tests/meson.build | 1 +
6 files changed, 1731 insertions(+), 1142 deletions(-)
create mode 100644 tests/intel/kms_pm_rpm.c
--
2.40.0
^ permalink raw reply [flat|nested] 10+ messages in thread* [igt-dev] [i-g-t V7 1/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem @ 2023-10-11 10:17 ` Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 2/4] tests/intel/pm_rpm: Split module-reload test Bhanuprakash Modem ` (5 subsequent siblings) 6 siblings, 0 replies; 10+ messages in thread From: Bhanuprakash Modem @ 2023-10-11 10:17 UTC (permalink / raw) To: igt-dev Separate display specific tests, from i915_pm_rpm and create a new binary "kms_pm_rpm" for them. V2: - Drop unnecessary header files V3: - Restore old Copyright - Fix missing display tests V4: - Fix/Optimize testplan documentation - Split module-reload into with & w/o display V5: - Fix module-reload test - Update BAT list V6: - Fix Copyright - New patch for CI changes - New patch for module-reload test Cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Swati Sharma <swati2.sharma@intel.com> --- tests/intel/i915_pm_rpm.c | 1125 ------------------------ tests/intel/kms_pm_rpm.c | 1700 +++++++++++++++++++++++++++++++++++++ tests/meson.build | 1 + 3 files changed, 1701 insertions(+), 1125 deletions(-) create mode 100644 tests/intel/kms_pm_rpm.c diff --git a/tests/intel/i915_pm_rpm.c b/tests/intel/i915_pm_rpm.c index 17413ffe5..2b0a63bde 100644 --- a/tests/intel/i915_pm_rpm.c +++ b/tests/intel/i915_pm_rpm.c @@ -43,25 +43,6 @@ /** * TEST: i915 pm rpm * - * SUBTEST: basic-pci-d3-state - * Description: Validate PCI device D3 state enter-exit scenario using runtime PM - * Feature: pm_rpm - * Functionality: D3 state entry-exit - * Run type: BAT - * Test category: pm_rpm - * - * SUBTEST: basic-rte - * Feature: pm_rpm - * Run type: BAT - * - * SUBTEST: cursor - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: cursor-dpms - * Feature: pm_rpm - * Run type: FULL - * * SUBTEST: debugfs-forcewake-user * Feature: pm_rpm * Run type: FULL @@ -70,34 +51,6 @@ * Feature: pm_rpm * Run type: FULL * - * SUBTEST: dpms-lpsp - * Feature: dpms, pm_rpm - * Run type: FULL - * - * SUBTEST: dpms-mode-unset-lpsp - * Feature: dpms, pm_rpm - * Run type: FULL - * - * SUBTEST: dpms-mode-unset-non-lpsp - * Feature: dpms, non-lpsp, pm_rpm - * Run type: FULL - * - * SUBTEST: dpms-non-lpsp - * Feature: dpms, non-lpsp, pm_rpm - * Run type: FULL - * - * SUBTEST: drm-resources-equal - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: fences - * Feature: gtt, pm_rpm, synchronization - * Run type: FULL - * - * SUBTEST: fences-dpms - * Feature: gtt, pm_rpm, synchronization - * Run type: FULL - * * SUBTEST: gem-evict-pwrite * Feature: gtt, pm_rpm * Run type: FULL @@ -127,66 +80,10 @@ * Feature: pm_rpm * Run type: FULL * - * SUBTEST: i2c - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: legacy-planes - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: legacy-planes-dpms - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-lpsp - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-lpsp-stress - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-lpsp-stress-no-wait - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-non-lpsp - * Feature: non-lpsp, pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-non-lpsp-stress - * Feature: non-lpsp, pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-non-lpsp-stress-no-wait - * Feature: non-lpsp, pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-pc8-residency-stress - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: modeset-stress-extra-wait - * Feature: pm_rpm - * Run type: FULL - * * SUBTEST: module-reload * Feature: pm_rpm * Run type: BAT * - * SUBTEST: pc8-residency - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: pm-caching - * Feature: gtt, pm_rpm - * Run type: FULL - * - * SUBTEST: pm-tiling - * Feature: gtt, pm_rpm - * Run type: FULL - * * SUBTEST: reg-read-ioctl * Feature: pm_rpm * Run type: FULL @@ -214,18 +111,6 @@ * SUBTEST: system-suspend-execbuf * Feature: pm_rpm * Run type: FULL - * - * SUBTEST: system-suspend-modeset - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: universal-planes - * Feature: pm_rpm - * Run type: FULL - * - * SUBTEST: universal-planes-dpms - * Feature: pm_rpm - * Run type: FULL */ #if defined(__linux__) @@ -605,17 +490,6 @@ static bool enable_one_screen_with_type(struct mode_set_data *data, return set_mode_for_params(params); } -static void enable_one_screen(struct mode_set_data *data) -{ - /* SKIP if there are no connected screens. */ - igt_require(enable_one_screen_with_type(data, SCREEN_TYPE_ANY)); -} - -#define enable_one_screen_and_wait(data) do { \ - enable_one_screen(data); \ - igt_assert(wait_for_active()); \ -} while (0) - static void enable_one_screen_or_forcewake_get_and_wait(struct mode_set_data *data) { @@ -707,343 +581,6 @@ static void fini_mode_set_data(struct mode_set_data *data) } } -static void get_drm_info(struct compare_data *data) -{ - int i; - - data->res = drmModeGetResources(drm_fd); - if (!data->res) - return; - - igt_assert(data->res->count_connectors <= MAX_CONNECTORS); - igt_assert(data->res->count_encoders <= MAX_ENCODERS); - igt_assert(data->res->count_crtcs <= MAX_CRTCS); - - for (i = 0; i < data->res->count_connectors; i++) { - /* Don't use GetConnectorCurrent, we want to force a reprobe - * here. */ - data->connectors[i] = drmModeGetConnector(drm_fd, - data->res->connectors[i]); - data->edids[i] = get_connector_edid(data->connectors[i], i); - } - for (i = 0; i < data->res->count_encoders; i++) - data->encoders[i] = drmModeGetEncoder(drm_fd, - data->res->encoders[i]); - for (i = 0; i < data->res->count_crtcs; i++) - data->crtcs[i] = drmModeGetCrtc(drm_fd, data->res->crtcs[i]); -} - -static void free_drm_info(struct compare_data *data) -{ - int i; - - if (!data->res) - return; - - for (i = 0; i < data->res->count_connectors; i++) { - drmModeFreeConnector(data->connectors[i]); - drmModeFreePropertyBlob(data->edids[i]); - } - for (i = 0; i < data->res->count_encoders; i++) - drmModeFreeEncoder(data->encoders[i]); - for (i = 0; i < data->res->count_crtcs; i++) - drmModeFreeCrtc(data->crtcs[i]); - - drmModeFreeResources(data->res); -} - -#define COMPARE(d1, d2, data) igt_assert_eq(d1->data, d2->data) -#define COMPARE_ARRAY(d1, d2, size, data) do { \ - for (i = 0; i < size; i++) \ - igt_assert(d1->data[i] == d2->data[i]); \ -} while (0) - -static void assert_drm_resources_equal(struct compare_data *d1, - struct compare_data *d2) -{ - COMPARE(d1, d2, res->count_connectors); - COMPARE(d1, d2, res->count_encoders); - COMPARE(d1, d2, res->count_crtcs); - COMPARE(d1, d2, res->min_width); - COMPARE(d1, d2, res->max_width); - COMPARE(d1, d2, res->min_height); - COMPARE(d1, d2, res->max_height); -} - -static void assert_modes_equal(drmModeModeInfoPtr m1, drmModeModeInfoPtr m2) -{ - COMPARE(m1, m2, clock); - COMPARE(m1, m2, hdisplay); - COMPARE(m1, m2, hsync_start); - COMPARE(m1, m2, hsync_end); - COMPARE(m1, m2, htotal); - COMPARE(m1, m2, hskew); - COMPARE(m1, m2, vdisplay); - COMPARE(m1, m2, vsync_start); - COMPARE(m1, m2, vsync_end); - COMPARE(m1, m2, vtotal); - COMPARE(m1, m2, vscan); - COMPARE(m1, m2, vrefresh); - COMPARE(m1, m2, flags); - COMPARE(m1, m2, type); - igt_assert(strcmp(m1->name, m2->name) == 0); -} - -static void assert_drm_connectors_equal(drmModeConnectorPtr c1, - drmModeConnectorPtr c2) -{ - int i; - - COMPARE(c1, c2, connector_id); - COMPARE(c1, c2, connector_type); - COMPARE(c1, c2, connector_type_id); - COMPARE(c1, c2, mmWidth); - COMPARE(c1, c2, mmHeight); - COMPARE(c1, c2, count_modes); - COMPARE(c1, c2, count_props); - COMPARE(c1, c2, count_encoders); - COMPARE_ARRAY(c1, c2, c1->count_props, props); - COMPARE_ARRAY(c1, c2, c1->count_encoders, encoders); - - for (i = 0; i < c1->count_modes; i++) - assert_modes_equal(&c1->modes[0], &c2->modes[0]); -} - -static void assert_drm_encoders_equal(drmModeEncoderPtr e1, - drmModeEncoderPtr e2) -{ - COMPARE(e1, e2, encoder_id); - COMPARE(e1, e2, encoder_type); - COMPARE(e1, e2, possible_crtcs); - COMPARE(e1, e2, possible_clones); -} - -static void assert_drm_crtcs_equal(drmModeCrtcPtr c1, drmModeCrtcPtr c2) -{ - COMPARE(c1, c2, crtc_id); -} - -static void assert_drm_edids_equal(drmModePropertyBlobPtr e1, - drmModePropertyBlobPtr e2) -{ - if (!e1 && !e2) - return; - igt_assert(e1 && e2); - - COMPARE(e1, e2, length); - - igt_assert(memcmp(e1->data, e2->data, e1->length) == 0); -} - -static void assert_drm_infos_equal(struct compare_data *d1, - struct compare_data *d2) -{ - int i; - - if (d1->res == d2->res) - return; - - igt_assert(d1->res); - igt_assert(d2->res); - - assert_drm_resources_equal(d1, d2); - - for (i = 0; i < d1->res->count_connectors; i++) { - assert_drm_connectors_equal(d1->connectors[i], - d2->connectors[i]); - assert_drm_edids_equal(d1->edids[i], d2->edids[i]); - } - - for (i = 0; i < d1->res->count_encoders; i++) - assert_drm_encoders_equal(d1->encoders[i], d2->encoders[i]); - - for (i = 0; i < d1->res->count_crtcs; i++) - assert_drm_crtcs_equal(d1->crtcs[i], d2->crtcs[i]); -} - -static bool find_i2c_path(const char *connector_name, - char *i2c_path, size_t i2c_path_size) -{ - struct dirent *dirent; - DIR *dir; - int sysfs_card_fd = igt_sysfs_open(drm_fd); - int connector_fd = -1; - bool found_i2c_file = false; - ssize_t r; - - dir = fdopendir(sysfs_card_fd); - igt_assert(dir); - - while ((dirent = readdir(dir))) { - /* Skip "cardx-" prefix */ - char *dirname = strchr(dirent->d_name, '-'); - if (dirname==NULL) - continue; - ++dirname; - - if (strcmp(dirname, connector_name) == 0) { - connector_fd = openat(sysfs_card_fd, dirent->d_name, O_RDONLY); - break; - } - } - closedir(dir); - - if (connector_fd < 0) - return false; - - /* try the standard "ddc" symlink first */ - r = readlinkat(connector_fd, "ddc", i2c_path, i2c_path_size); - if (r > 0 && r != i2c_path_size) { - int num; - - i2c_path[r] = '\0'; - - if (sscanf(basename(i2c_path), "i2c-%d", &num) == 1) { - snprintf(i2c_path, i2c_path_size, "/dev/i2c-%d", num); - return true; - } - } - - dir = fdopendir(connector_fd); - igt_assert(dir); - - /* fall back to old "i2c-?" symlink */ - /* FIXME nuke this at some point */ - while ((dirent = readdir(dir))) { - if (strncmp(dirent->d_name, "i2c-", 4) == 0) { - sprintf(i2c_path, "/dev/%s", dirent->d_name); - found_i2c_file = true; - } - } - closedir(dir); - return found_i2c_file; -} - - -static bool i2c_read_edid(const char *connector_name, unsigned char *edid) -{ - char i2c_path[PATH_MAX]; - bool result; - int rc, fd; - struct i2c_msg msgs[] = { - { /* Start at 0. */ - .addr = 0x50, - .flags = 0, - .len = 1, - .buf = edid, - }, { /* Now read the EDID. */ - .addr = 0x50, - .flags = I2C_M_RD, - .len = 128, - .buf = edid, - } - }; - struct i2c_rdwr_ioctl_data msgset = { - .msgs = msgs, - .nmsgs = 2, - }; - - result = find_i2c_path(connector_name, i2c_path, sizeof(i2c_path)); - if (!result) - return false; - - igt_info("Testing %s %s\n", connector_name, i2c_path); - - fd = open(i2c_path, O_RDWR); - igt_assert_neq(fd, -1); - - rc = ioctl(fd, I2C_RDWR, &msgset); - if (rc==-1) { - igt_debug("I2C access failed with errno %d, %s\n", - errno, strerror(errno)); - errno = 0; - } - - close(fd); - return rc >= 0; -} - -static void format_hex_string(const unsigned char edid[static EDID_BLOCK_SIZE], - char buf[static EDID_BLOCK_SIZE * 5 + 1]) -{ - for (int i = 0; i < EDID_BLOCK_SIZE; ++i) - sprintf(buf+i*5, "0x%02x ", edid[i]); -} - -static bool is_mst_connector(int fd, uint32_t connector_id) -{ - return kmstest_get_property(fd, connector_id, - DRM_MODE_OBJECT_CONNECTOR, - "PATH", NULL, NULL, NULL); -} - -static void test_i2c(struct mode_set_data *data) -{ - bool edid_mistmach_i2c_vs_drm = false; - igt_display_t display; - igt_display_require(&display, drm_fd); - - for (int i = 0; i < data->res->count_connectors; i++) { - unsigned char *drm_edid = data->edids[i] ? data->edids[i]->data : NULL; - unsigned char i2c_edid[EDID_BLOCK_SIZE] = {}; - - igt_output_t *output = igt_output_from_connector(&display, - data->connectors[i]); - char *connector_name = (char *) igt_output_name(output); - - bool got_i2c_edid = i2c_read_edid(connector_name, i2c_edid); - bool got_drm_edid = drm_edid != NULL; - bool is_vga = data->connectors[i]->connector_type == DRM_MODE_CONNECTOR_VGA; - - bool edids_equal; - - if (data->connectors[i]->connection != DRM_MODE_CONNECTED || - is_mst_connector(drm_fd, data->connectors[i]->connector_id)) - continue; - - /* We fail to detect some VGA monitors using our i2c method. If you look - * at the dmesg of these cases, you'll see the Kernel complaining about - * the EDID reading mostly FFs and then disabling bit-banging. Since we - * don't want to reimplement everything the Kernel does, let's just - * accept the fact that some VGA outputs won't be properly detected. */ - if (is_vga) - continue; - - if (!got_i2c_edid && !got_drm_edid) - continue; - - if (got_i2c_edid && got_drm_edid) - edids_equal = (0 == memcmp(drm_edid, i2c_edid, EDID_BLOCK_SIZE)); - else - edids_equal = false; - - - if (!edids_equal) { - char buf[5 * EDID_BLOCK_SIZE + 1]; - igt_critical("Detected EDID mismatch on connector %s\n", - connector_name); - - if(got_i2c_edid) - format_hex_string(i2c_edid, buf); - else - sprintf(buf, "NULL"); - - igt_critical("i2c: %s\n", buf); - - if(got_drm_edid) - format_hex_string(drm_edid, buf); - else - sprintf(buf, "NULL"); - - igt_critical("drm: %s\n", buf); - - edid_mistmach_i2c_vs_drm = true; - } - } - igt_fail_on_f(edid_mistmach_i2c_vs_drm, - "There is an EDID mismatch between i2c and DRM!\n"); -} - static void setup_pc8(void) { has_pc8 = false; @@ -1139,128 +676,6 @@ static void teardown_environment(bool display_enabled) has_runtime_pm = false; } -static void basic_subtest(void) -{ - disable_all_screens_and_wait(&ms_data); - - enable_one_screen_or_forcewake_get_and_wait(&ms_data); - forcewake_put(&ms_data); - - /* XXX Also we can test wake up via exec nop */ -} - -static void pc8_residency_subtest(void) -{ - igt_require(has_pc8); - - /* Make sure PC8+ residencies move! */ - disable_all_screens(&ms_data); - igt_assert_f(pc8_plus_residency_changed(30), - "Machine is not reaching PC8+ states, please check its " - "configuration.\n"); - - /* Make sure PC8+ residencies stop! */ - enable_one_screen(&ms_data); - igt_assert_f(!pc8_plus_residency_changed(10), - "PC8+ residency didn't stop with screen enabled.\n"); -} - -static void modeset_subtest(enum screen_type type, int rounds, int wait_flags) -{ - int i; - - if (wait_flags & WAIT_PC8_RES) - igt_require(has_pc8); - - if (wait_flags & WAIT_EXTRA) - rounds /= 2; - - for (i = 0; i < rounds; i++) { - if (wait_flags & USE_DPMS) - disable_all_screens_dpms(&ms_data); - else - disable_all_screens(&ms_data); - - if (wait_flags & WAIT_STATUS) - igt_assert(wait_for_suspended()); - if (wait_flags & WAIT_PC8_RES) - igt_assert(pc8_plus_residency_changed(30)); - if (wait_flags & WAIT_EXTRA) - sleep(5); - - /* If we skip this line it's because the type of screen we want - * is not connected. */ - igt_require(enable_one_screen_with_type(&ms_data, type)); - if (wait_flags & WAIT_STATUS) - igt_assert(wait_for_active()); - if (wait_flags & WAIT_PC8_RES) - igt_assert(!pc8_plus_residency_changed(5)); - if (wait_flags & WAIT_EXTRA) - sleep(5); - } -} - -/* Test of the DRM resources reported by the IOCTLs are still the same. This - * ensures we still see the monitors with the same eyes. We get the EDIDs and - * compare them, which ensures we use DP AUX or GMBUS depending on what's - * connected. */ -static void drm_resources_equal_subtest(void) -{ - struct compare_data pre_suspend, during_suspend, post_suspend; - - enable_one_screen_and_wait(&ms_data); - get_drm_info(&pre_suspend); - igt_assert(wait_for_active()); - - disable_all_screens_and_wait(&ms_data); - get_drm_info(&during_suspend); - igt_assert(wait_for_suspended()); - - enable_one_screen_and_wait(&ms_data); - get_drm_info(&post_suspend); - igt_assert(wait_for_active()); - - assert_drm_infos_equal(&pre_suspend, &during_suspend); - assert_drm_infos_equal(&pre_suspend, &post_suspend); - - free_drm_info(&pre_suspend); - free_drm_info(&during_suspend); - free_drm_info(&post_suspend); -} - -static void i2c_subtest_check_environment(void) -{ - int i2c_dev_files = 0; - DIR *dev_dir; - struct dirent *dirent; - - /* Make sure the /dev/i2c-* files exist. */ - igt_require(modprobe("i2c-dev") == 0); - - dev_dir = opendir("/dev"); - igt_assert(dev_dir); - while ((dirent = readdir(dev_dir))) { - if (strncmp(dirent->d_name, "i2c-", 4) == 0) - i2c_dev_files++; - } - closedir(dev_dir); - igt_require(i2c_dev_files); -} - -/* Try to use raw I2C, which also needs interrupts. */ -static void i2c_subtest(void) -{ - i2c_subtest_check_environment(); - - enable_one_screen_and_wait(&ms_data); - - disable_all_screens_and_wait(&ms_data); - test_i2c(&ms_data); - igt_assert(wait_for_suspended()); - - enable_one_screen(&ms_data); -} - struct read_entry_elapsed { uint64_t elapsed; char *path; @@ -1875,27 +1290,6 @@ static bool device_in_pci_d3(struct pci_device *pci_dev) return (val & 0x3) == 0x3; } -static void pci_d3_state_subtest(void) -{ - struct pci_device *pci_dev, *bridge_pci_dev; - - igt_require(has_runtime_pm); - - pci_dev = igt_device_get_pci_device(drm_fd); - bridge_pci_dev = pci_device_get_parent_bridge(pci_dev); - - disable_all_screens_and_wait(&ms_data); - igt_assert(igt_wait(device_in_pci_d3(pci_dev), 2000, 100)); - - if (gem_has_lmem(drm_fd)) - igt_require_f(pci_device_has_kernel_driver(bridge_pci_dev), - "pci bridge device does not bind with pcieport driver\n"); - - enable_one_screen_or_forcewake_get_and_wait(&ms_data); - igt_assert(!device_in_pci_d3(pci_dev)); - forcewake_put(&ms_data); -} - __noreturn static void stay_subtest(void) { disable_all_screens_and_wait(&ms_data); @@ -1951,445 +1345,6 @@ static void system_suspend_execbuf_subtest(void) gem_close(drm_fd, handle); } -static void system_suspend_modeset_subtest(void) -{ - disable_all_screens_and_wait(&ms_data); - igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE); - igt_assert(wait_for_suspended()); - - enable_one_screen_and_wait(&ms_data); - disable_all_screens_and_wait(&ms_data); -} - -/* Enable a screen, activate DPMS, then do a modeset. At some point our driver - * produced WARNs on this case. */ -static void dpms_mode_unset_subtest(enum screen_type type) -{ - disable_all_screens_and_wait(&ms_data); - - igt_require(enable_one_screen_with_type(&ms_data, type)); - igt_assert(wait_for_active()); - - disable_all_screens_dpms(&ms_data); - igt_assert(wait_for_suspended()); - - disable_all_screens_and_wait(&ms_data); -} - -static void fill_igt_fb(struct igt_fb *fb, uint32_t color) -{ - int i; - uint32_t *ptr; - - ptr = gem_mmap__device_coherent(drm_fd, fb->gem_handle, 0, fb->size, PROT_WRITE); - for (i = 0; i < fb->size/sizeof(uint32_t); i++) - ptr[i] = color; - igt_assert(munmap(ptr, fb->size) == 0); -} - -/* At some point, this test triggered WARNs in the Kernel. */ -static void cursor_subtest(bool dpms) -{ - int rc; - struct igt_fb cursor_fb1, cursor_fb2, cursor_fb3; - uint32_t crtc_id; - - disable_all_screens_and_wait(&ms_data); - - igt_require(default_mode_params); - crtc_id = default_mode_params->crtc_id; - - igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_ARGB8888, - DRM_FORMAT_MOD_LINEAR, &cursor_fb1); - igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_ARGB8888, - DRM_FORMAT_MOD_LINEAR, &cursor_fb2); - igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_XRGB8888, - I915_FORMAT_MOD_X_TILED, &cursor_fb3); - - fill_igt_fb(&cursor_fb1, 0xFF00FFFF); - fill_igt_fb(&cursor_fb2, 0xFF00FF00); - fill_igt_fb(&cursor_fb3, 0xFFFF0000); - - set_mode_for_params_and_wait(default_mode_params); - - rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb1.gem_handle, - cursor_fb1.width, cursor_fb1.height); - igt_assert_eq(rc, 0); - rc = drmModeMoveCursor(drm_fd, crtc_id, 0, 0); - igt_assert_eq(rc, 0); - igt_assert(wait_for_active()); - - disable_or_dpms_all_screens_and_wait(&ms_data, dpms); - - /* First, just move the cursor. */ - rc = drmModeMoveCursor(drm_fd, crtc_id, 1, 1); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Then unset it, and set a new one. */ - rc = drmModeSetCursor(drm_fd, crtc_id, 0, 0, 0); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb2.gem_handle, - cursor_fb1.width, cursor_fb2.height); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Move the new cursor. */ - rc = drmModeMoveCursor(drm_fd, crtc_id, 2, 2); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Now set a new one without unsetting the previous one. */ - rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb1.gem_handle, - cursor_fb1.width, cursor_fb1.height); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Cursor 3 was created with tiling and painted with a GTT mmap, so - * hopefully it has some fences around it. */ - rc = drmModeRmFB(drm_fd, cursor_fb3.fb_id); - igt_assert_eq(rc, 0); - __gem_set_tiling(drm_fd, cursor_fb3.gem_handle, false, cursor_fb3.strides[0]); - igt_assert(wait_for_suspended()); - - rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb3.gem_handle, - cursor_fb3.width, cursor_fb3.height); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Make sure nothing remains for the other tests. */ - rc = drmModeSetCursor(drm_fd, crtc_id, 0, 0, 0); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); -} - -static enum plane_type get_plane_type(uint32_t plane_id) -{ - int i; - bool found; - uint64_t prop_value; - drmModePropertyPtr prop; - const char *enum_name = NULL; - enum plane_type type; - - found = kmstest_get_property(drm_fd, plane_id, DRM_MODE_OBJECT_PLANE, - "type", NULL, &prop_value, &prop); - igt_assert(found); - - igt_assert(prop->flags & DRM_MODE_PROP_ENUM); - igt_assert(prop_value < prop->count_enums); - - for (i = 0; i < prop->count_enums; i++) { - if (prop->enums[i].value == prop_value) { - enum_name = prop->enums[i].name; - break; - } - } - igt_assert(enum_name); - - if (strcmp(enum_name, "Overlay") == 0) - type = PLANE_OVERLAY; - else if (strcmp(enum_name, "Primary") == 0) - type = PLANE_PRIMARY; - else if (strcmp(enum_name, "Cursor") == 0) - type = PLANE_CURSOR; - else - igt_assert(0); - - drmModeFreeProperty(prop); - - return type; -} - -static void test_one_plane(bool dpms, uint32_t plane_id, - enum plane_type plane_type) -{ - int rc; - uint32_t plane_format, plane_w, plane_h; - uint32_t crtc_id; - struct igt_fb plane_fb1, plane_fb2; - int32_t crtc_x = 0, crtc_y = 0; - uint64_t modifier; - - disable_all_screens_and_wait(&ms_data); - - crtc_id = default_mode_params->crtc_id; - - switch (plane_type) { - case PLANE_OVERLAY: - plane_format = DRM_FORMAT_XRGB8888; - plane_w = 64; - plane_h = 64; - modifier = I915_FORMAT_MOD_X_TILED; - break; - case PLANE_PRIMARY: - plane_format = DRM_FORMAT_XRGB8888; - plane_w = default_mode_params->mode->hdisplay; - plane_h = default_mode_params->mode->vdisplay; - modifier = I915_FORMAT_MOD_X_TILED; - break; - case PLANE_CURSOR: - plane_format = DRM_FORMAT_ARGB8888; - plane_w = 64; - plane_h = 64; - modifier = DRM_FORMAT_MOD_LINEAR; - break; - default: - igt_assert(0); - break; - } - - igt_create_fb(drm_fd, plane_w, plane_h, plane_format, modifier, - &plane_fb1); - igt_create_fb(drm_fd, plane_w, plane_h, plane_format, modifier, - &plane_fb2); - fill_igt_fb(&plane_fb1, 0xFF00FFFF); - fill_igt_fb(&plane_fb2, 0xFF00FF00); - - set_mode_for_params_and_wait(default_mode_params); - - rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb1.fb_id, 0, - 0, 0, plane_fb1.width, plane_fb1.height, - 0 << 16, 0 << 16, plane_fb1.width << 16, - plane_fb1.height << 16); - igt_assert_eq(rc, 0); - - disable_or_dpms_all_screens_and_wait(&ms_data, dpms); - - /* Just move the plane around. */ - if (plane_type != PLANE_PRIMARY) { - crtc_x++; - crtc_y++; - } - rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb1.fb_id, 0, - crtc_x, crtc_y, plane_fb1.width, plane_fb1.height, - 0 << 16, 0 << 16, plane_fb1.width << 16, - plane_fb1.height << 16); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Unset, then change the plane. */ - rc = drmModeSetPlane(drm_fd, plane_id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb2.fb_id, 0, - crtc_x, crtc_y, plane_fb2.width, plane_fb2.height, - 0 << 16, 0 << 16, plane_fb2.width << 16, - plane_fb2.height << 16); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Now change the plane without unsetting first. */ - rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb1.fb_id, 0, - crtc_x, crtc_y, plane_fb1.width, plane_fb1.height, - 0 << 16, 0 << 16, plane_fb1.width << 16, - plane_fb1.height << 16); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); - - /* Make sure nothing remains for the other tests. */ - rc = drmModeSetPlane(drm_fd, plane_id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); - igt_assert_eq(rc, 0); - igt_assert(wait_for_suspended()); -} - -/* This one also triggered WARNs on our driver at some point in time. */ -static void planes_subtest(bool universal, bool dpms) -{ - int i, crtc_idx; - drmModePlaneResPtr planes; - - igt_require(default_mode_params); - crtc_idx = kmstest_get_crtc_idx(ms_data.res, - default_mode_params->crtc_id); - - igt_assert_eq(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, - universal), 0); - - planes = drmModeGetPlaneResources(drm_fd); - for (i = 0; i < planes->count_planes; i++) { - drmModePlanePtr plane; - - plane = drmModeGetPlane(drm_fd, planes->planes[i]); - igt_assert(plane); - - if (plane->possible_crtcs & (1 << crtc_idx)) { - enum plane_type type; - - type = universal ? get_plane_type(plane->plane_id) : - PLANE_OVERLAY; - igt_dynamic_f("plane-%d", plane->plane_id) - test_one_plane(dpms, plane->plane_id, type); - } - drmModeFreePlane(plane); - } - drmModeFreePlaneResources(planes); - - igt_assert_eq(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, - 1), 0); -} - -static void pm_test_tiling(void) -{ - uint32_t *handles; - uint8_t **gem_bufs; - - int max_gem_objs = 0; - uint8_t off_bit = 14; - uint32_t gtt_obj_max_size = (256 * 1024); - - uint32_t i, j, k, tiling_modes[3] = { - I915_TILING_NONE, - I915_TILING_X, - I915_TILING_Y, - }; - uint32_t ti, sw; - - /* default stride value */ - uint32_t stride = 512; - - /* calculate how many objects we can map */ - for (i = 1 << off_bit; i <= gtt_obj_max_size; i <<= 1, max_gem_objs++) - ; - - gem_bufs = calloc(max_gem_objs, sizeof(*gem_bufs)); - handles = calloc(max_gem_objs, sizeof(*handles)); - - /* try to set different tiling for each handle */ - for (i = 0; i < ARRAY_SIZE(tiling_modes); i++) { - - for (j = 0, k = 1 << off_bit; - k <= gtt_obj_max_size; k <<= 1, j++) { - handles[j] = gem_create(drm_fd, k); - gem_bufs[j] = gem_mmap__gtt(drm_fd, handles[j], - k, PROT_WRITE); - memset(gem_bufs[j], 0x0, k); - } - - disable_all_screens_and_wait(&ms_data); - - for (j = 0; j < max_gem_objs; j++) { - gem_set_tiling(drm_fd, handles[j], - tiling_modes[i], stride); - gem_get_tiling(drm_fd, handles[j], &ti, &sw); - igt_assert(tiling_modes[i] == ti); - } - - enable_one_screen_and_wait(&ms_data); - - for (j = 0, k = 1 << off_bit; - k <= gtt_obj_max_size; k <<= 1, j++) { - igt_assert(munmap(gem_bufs[j], k) == 0); - gem_close(drm_fd, handles[j]); - } - } - - free(gem_bufs); - free(handles); -} - -static void pm_test_caching(void) -{ - uint32_t handle; - uint8_t *gem_buf; - - uint32_t i; - uint32_t default_cache_level; - uint32_t gtt_obj_max_size = (16 * 1024); - uint32_t cache_levels[3] = { - I915_CACHING_NONE, - I915_CACHING_CACHED, /* LLC caching */ - I915_CACHING_DISPLAY, /* eDRAM caching */ - }; - - disable_all_screens(&ms_data); - - handle = gem_create(drm_fd, gtt_obj_max_size); - default_cache_level = gem_get_caching(drm_fd, handle); - gem_buf = gem_mmap__gtt(drm_fd, handle, gtt_obj_max_size, PROT_WRITE); - - for (i = 0; i < ARRAY_SIZE(cache_levels); i++) { - igt_assert(wait_for_suspended()); - if (igt_has_set_caching(intel_get_drm_devid(drm_fd))) - gem_set_caching(drm_fd, handle, default_cache_level); - /* Ensure we bind the vma into the GGTT */ - memset(gem_buf, 16 << i, gtt_obj_max_size); - - /* Now try changing the cache-level on the bound object. - * This will either unlikely unbind the object from the GGTT, - * or more likely just change the PTEs inside the GGTT. Either - * way the driver must take the rpm wakelock around the GSM - * access. - */ - igt_debug("Setting cache level %u\n", cache_levels[i]); - igt_assert(wait_for_suspended()); - if (igt_has_set_caching(intel_get_drm_devid(drm_fd))) - gem_set_caching(drm_fd, handle, cache_levels[i]); - } - - igt_assert(munmap(gem_buf, gtt_obj_max_size) == 0); - gem_close(drm_fd, handle); -} - -static void fences_subtest(bool dpms) -{ - int i; - uint32_t *buf_ptr; - uint32_t tiling = false, swizzle; - struct modeset_params params; - - disable_all_screens_and_wait(&ms_data); - - igt_require(default_mode_params); - params.crtc_id = default_mode_params->crtc_id; - params.connector_id = default_mode_params->connector_id; - params.mode = default_mode_params->mode; - igt_create_fb(drm_fd, params.mode->hdisplay, params.mode->vdisplay, - DRM_FORMAT_XRGB8888, I915_FORMAT_MOD_X_TILED, - ¶ms.fb); - - /* Even though we passed "true" as the tiling argument, double-check - * that the fb is really tiled. */ - gem_get_tiling(drm_fd, params.fb.gem_handle, &tiling, &swizzle); - igt_assert(tiling); - - buf_ptr = gem_mmap__gtt(drm_fd, params.fb.gem_handle, params.fb.size, - PROT_WRITE | PROT_READ); - for (i = 0; i < params.fb.size/sizeof(uint32_t); i++) - buf_ptr[i] = i; - - set_mode_for_params_and_wait(¶ms); - - disable_or_dpms_all_screens_and_wait(&ms_data, dpms); - - for (i = 0; i < params.fb.size/sizeof(uint32_t); i++) - igt_assert_eq(buf_ptr[i], i); - igt_assert(wait_for_suspended()); - - if (dpms) { - drmModeConnectorPtr c = NULL; - - for (i = 0; i < ms_data.res->count_connectors; i++) - if (ms_data.connectors[i]->connector_id == - params.connector_id) - c = ms_data.connectors[i]; - igt_assert(c); - - kmstest_set_connector_dpms(drm_fd, c, DRM_MODE_DPMS_ON); - } else { - set_mode_for_params(¶ms); - } - igt_assert(wait_for_active()); - - for (i = 0; i < params.fb.size/sizeof(uint32_t); i++) - igt_assert_eq(buf_ptr[i], i); - - igt_assert(munmap(buf_ptr, params.fb.size) == 0); -} - int rounds = 10; bool stay = false; @@ -2420,11 +1375,6 @@ static struct option long_options[] = { igt_main_args("", long_options, help_str, opt_handler, NULL) { - igt_subtest("basic-rte") { - igt_assert(setup_environment(true)); - basic_subtest(); - } - /* Skip instead of failing in case the machine is not prepared to reach * PC8+. We don't want bug reports from cases where the machine is just * not properly configured. */ @@ -2436,22 +1386,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) igt_subtest("stay") stay_subtest(); - /* Essential things */ - igt_subtest("drm-resources-equal") - drm_resources_equal_subtest(); - igt_subtest("basic-pci-d3-state") - pci_d3_state_subtest(); - - /* Basic modeset */ - igt_subtest("modeset-lpsp") - modeset_subtest(SCREEN_TYPE_LPSP, 1, WAIT_STATUS); - igt_subtest("modeset-non-lpsp") - modeset_subtest(SCREEN_TYPE_NON_LPSP, 1, WAIT_STATUS); - igt_subtest("dpms-lpsp") - modeset_subtest(SCREEN_TYPE_LPSP, 1, WAIT_STATUS | USE_DPMS); - igt_subtest("dpms-non-lpsp") - modeset_subtest(SCREEN_TYPE_NON_LPSP, 1, WAIT_STATUS | USE_DPMS); - /* GEM */ igt_subtest_with_dynamic("gem-mmap-type") { for_each_mmap_offset_type(drm_fd, t) { @@ -2477,60 +1411,15 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) gem_evict_pwrite_subtest(); } - /* Planes and cursors */ - igt_subtest("cursor") - cursor_subtest(false); - igt_subtest("cursor-dpms") - cursor_subtest(true); - igt_subtest_with_dynamic("legacy-planes") - planes_subtest(false, false); - igt_subtest_with_dynamic("legacy-planes-dpms") - planes_subtest(false, true); - igt_subtest_with_dynamic("universal-planes") - planes_subtest(true, false); - igt_subtest_with_dynamic("universal-planes-dpms") - planes_subtest(true, true); - /* Misc */ igt_subtest("reg-read-ioctl") reg_read_ioctl_subtest(); - igt_subtest("i2c") - i2c_subtest(); - igt_subtest("pc8-residency") - pc8_residency_subtest(); igt_subtest("debugfs-read") debugfs_read_subtest(); igt_subtest("debugfs-forcewake-user") debugfs_forcewake_user_subtest(); igt_subtest("sysfs-read") sysfs_read_subtest(); - igt_subtest("dpms-mode-unset-lpsp") - dpms_mode_unset_subtest(SCREEN_TYPE_LPSP); - igt_subtest("dpms-mode-unset-non-lpsp") - dpms_mode_unset_subtest(SCREEN_TYPE_NON_LPSP); - igt_subtest("fences") { - gem_require_mappable_ggtt(drm_fd); - fences_subtest(false); - } - igt_subtest("fences-dpms") { - gem_require_mappable_ggtt(drm_fd); - fences_subtest(true); - } - - /* Modeset stress */ - igt_subtest("modeset-lpsp-stress") - modeset_subtest(SCREEN_TYPE_LPSP, rounds, WAIT_STATUS); - igt_subtest("modeset-non-lpsp-stress") - modeset_subtest(SCREEN_TYPE_NON_LPSP, rounds, WAIT_STATUS); - igt_subtest("modeset-lpsp-stress-no-wait") - modeset_subtest(SCREEN_TYPE_LPSP, rounds, DONT_WAIT); - igt_subtest("modeset-non-lpsp-stress-no-wait") - modeset_subtest(SCREEN_TYPE_NON_LPSP, rounds, DONT_WAIT); - igt_subtest("modeset-pc8-residency-stress") - modeset_subtest(SCREEN_TYPE_ANY, rounds, WAIT_PC8_RES); - igt_subtest("modeset-stress-extra-wait") - modeset_subtest(SCREEN_TYPE_ANY, rounds, - WAIT_STATUS | WAIT_EXTRA); /* System suspend */ igt_subtest("system-suspend-devices") @@ -2539,8 +1428,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) system_suspend_subtest(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE); igt_subtest("system-suspend-execbuf") system_suspend_execbuf_subtest(); - igt_subtest("system-suspend-modeset") - system_suspend_modeset_subtest(); igt_subtest("system-hibernate-devices") system_suspend_subtest(SUSPEND_STATE_DISK, SUSPEND_TEST_DEVICES); @@ -2562,16 +1449,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) igt_subtest("gem-execbuf-stress-pc8") gem_execbuf_stress_subtest(rounds, WAIT_PC8_RES, 0); - /* power-wake reference tests */ - igt_subtest("pm-tiling") { - gem_require_mappable_ggtt(drm_fd); - pm_test_tiling(); - } - igt_subtest("pm-caching") { - gem_require_mappable_ggtt(drm_fd); - pm_test_caching(); - } - igt_fixture { teardown_environment(true); forcewake_put(&ms_data); @@ -2600,8 +1477,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) igt_assert(setup_environment(true)); pci_dev = igt_device_get_pci_device(drm_fd); igt_assert(igt_wait(device_in_pci_d3(pci_dev), 2000, 100)); - if (enable_one_screen_with_type(&ms_data, SCREEN_TYPE_ANY)) - drm_resources_equal_subtest(); teardown_environment(true); /* Remove our mmio_debugging module */ diff --git a/tests/intel/kms_pm_rpm.c b/tests/intel/kms_pm_rpm.c new file mode 100644 index 000000000..2882e265f --- /dev/null +++ b/tests/intel/kms_pm_rpm.c @@ -0,0 +1,1700 @@ +// SPDX-License-Identifier: MIT +/* + * Copyright © 2013, 2015, 2023 Intel Corporation + * + * Authors: + * Paulo Zanoni <paulo.r.zanoni@intel.com> + * + */ + +/** + * TEST: kms pm rpm + * Category: Display + * Description: Test to validate Runtime PM + * Driver requirement: i915 + * Functionality: pm_rpm + * Mega feature: Display Power Management + * Test category: functionality test + */ + +#if defined(__linux__) +#include <linux/i2c.h> +#include <linux/i2c-dev.h> +#elif defined(__FreeBSD__) +#include <dev/iicbus/iic.h> +#define addr slave +#endif + +#include <dirent.h> + +#include "config.h" +#include "i915/gem.h" +#include "i915/gem_create.h" +#include "igt.h" +#include "igt_debugfs.h" +#include "igt_device.h" +#include "igt_edid.h" +#include "igt_kmod.h" +#include "igt_sysfs.h" +#include "intel_blt.h" + +/** + * SUBTEST: basic-pci-d3-state + * Description: Validate PCI device D3 state enter-exit scenario using runtime PM + * + * SUBTEST: basic-rte + * Description: Basic display enablement test + * + * SUBTEST: cursor + * Description: Validate cursor movements along with suspends using runtime PM + * Functionality: cursor, pm_rpm, suspend + * + * SUBTEST: cursor-dpms + * Description: Validate cursor movements along with dpms using runtime PM + * Functionality: cursor, dpms, pm_rpm + * + * SUBTEST: dpms-lpsp + * Description: Validate basic modeset with dpms on lpsp screen using runtime PM + * Functionality: dpms, pm_rpm + * + * SUBTEST: dpms-mode-unset-lpsp + * Description: Validate basic modeset (negative) with dpms on lpsp screen using runtime PM + * Functionality: dpms, pm_rpm + * + * SUBTEST: dpms-mode-unset-non-lpsp + * Description: Validate basic modeset (negative) with dpms on non-lpsp screen using runtime PM + * Functionality: dpms, pm_rpm + * + * SUBTEST: dpms-non-lpsp + * Description: Validate basic modeset with dpms on non-lpsp screen using runtime PM + * Functionality: dpms, pm_rpm + * + * SUBTEST: drm-resources-equal + * Description: Validate the DRM resources reported by the IOCTLs are still the same. + * + * SUBTEST: fences + * Description: Sanity test for drm fences. + * + * SUBTEST: fences-dpms + * Description: Sanity test for drm fences with dpms. + * Functionality: dpms, pm_rpm + * + * SUBTEST: i2c + * Description: Validate exposed edids using raw I2C read method. + * + * SUBTEST: legacy-planes + * Description: Validate legacy plane (set/unset/change). + * Functionality: pm_rpm, plane + * + * SUBTEST: legacy-planes-dpms + * Description: Validate legacy plane (set/unset/change) with dpms. + * Functionality: pm_rpm, plane + * + * SUBTEST: modeset-lpsp + * Description: Validate basic modeset on lpsp screen using runtime PM + * + * SUBTEST: modeset-lpsp-stress + * Description: Stress test with modeset on lpsp screen using runtime PM + * + * SUBTEST: modeset-lpsp-stress-no-wait + * Description: Stress test with modeset (no wait)on lpsp screen using runtime PM + * + * SUBTEST: modeset-non-lpsp + * Description: Validate basic modeset on non-lpsp screen using runtime PM + * + * SUBTEST: modeset-non-lpsp-stress + * Description: Stress test with modeset on non-lpsp screen using runtime PM + * + * SUBTEST: modeset-non-lpsp-stress-no-wait + * Description: Stress test with modeset (no wait) on non-lpsp screen using runtime PM + * + * SUBTEST: modeset-pc8-residency-stress + * Description: Stress test with modeset (pc8 residency) using runtime PM + * + * SUBTEST: modeset-stress-extra-wait + * Description: Stress test with modeset (extra wait) using runtime PM + * + * SUBTEST: pc8-residency + * Description: Basic sanity test for PC8+ states + * + * SUBTEST: pm-caching + * Description: Test to change different cache levels & check for rpm + * + * SUBTEST: pm-tiling + * Description: Test to change different tiling methods & check for rpm + * Functionality: pm_rpm, tiling + * + * SUBTEST: system-suspend-modeset + * Description: Validate basic modeset with suspend + * Functionality: pm_rpm, suspend + * + * SUBTEST: universal-planes + * Description: Validate universal plane (set/unset/change). + * Functionality: pm_rpm, plane + * + * SUBTEST: universal-planes-dpms + * Description: Validate universal plane (set/unset/change) with dpms. + * Functionality: pm_rpm, plane + */ + +#define MSR_PC8_RES 0x630 +#define MSR_PC9_RES 0x631 +#define MSR_PC10_RES 0x632 + +#define MAX_CONNECTORS 32 +#define MAX_ENCODERS 32 +#define MAX_CRTCS 16 + +#define WIDTH 64 +#define HEIGHT 64 +#define STRIDE (WIDTH) +#define SIZE (HEIGHT * STRIDE) + +enum pc8_status { + PC8_ENABLED, + PC8_DISABLED +}; + +enum screen_type { + SCREEN_TYPE_LPSP, + SCREEN_TYPE_NON_LPSP, + SCREEN_TYPE_ANY, +}; + +enum plane_type { + PLANE_OVERLAY, + PLANE_PRIMARY, + PLANE_CURSOR, +}; + +/* Wait flags */ +#define DONT_WAIT 0 +#define WAIT_STATUS 1 +#define WAIT_PC8_RES 2 +#define WAIT_EXTRA 4 +#define USE_DPMS 8 + +int drm_fd, msr_fd, pc8_status_fd; +int debugfs; +bool has_runtime_pm, has_pc8; +struct mode_set_data ms_data; + +/* Stuff used when creating FBs and mode setting. */ +struct mode_set_data { + drmModeResPtr res; + drmModeConnectorPtr connectors[MAX_CONNECTORS]; + drmModePropertyBlobPtr edids[MAX_CONNECTORS]; + igt_display_t display; + + uint32_t devid; + int fw_fd; +}; + +/* Stuff we query at different times so we can compare. */ +struct compare_data { + drmModeResPtr res; + drmModeEncoderPtr encoders[MAX_ENCODERS]; + drmModeConnectorPtr connectors[MAX_CONNECTORS]; + drmModeCrtcPtr crtcs[MAX_CRTCS]; + drmModePropertyBlobPtr edids[MAX_CONNECTORS]; +}; + +struct modeset_params { + uint32_t crtc_id; + uint32_t connector_id; + struct igt_fb fb; + drmModeModeInfoPtr mode; +}; + +struct data_t { + int width; + int height; + uint32_t region; +}; + +struct modeset_params lpsp_mode_params; +struct modeset_params non_lpsp_mode_params; +struct modeset_params *default_mode_params; + +static int modprobe(const char *driver) +{ + return igt_kmod_load(driver, NULL); +} + +/* If the read fails, then the machine doesn't support PC8+ residencies. */ +static bool supports_pc8_plus_residencies(void) +{ + int rc; + uint64_t val; + + rc = pread(msr_fd, &val, sizeof(uint64_t), MSR_PC8_RES); + if (rc != sizeof(val)) + return false; + rc = pread(msr_fd, &val, sizeof(uint64_t), MSR_PC9_RES); + if (rc != sizeof(val)) + return false; + rc = pread(msr_fd, &val, sizeof(uint64_t), MSR_PC10_RES); + if (rc != sizeof(val)) + return false; + + return igt_pm_pc8_plus_residencies_enabled(msr_fd); +} + +static uint64_t get_residency(uint32_t type) +{ + int rc; + uint64_t ret; + + rc = pread(msr_fd, &ret, sizeof(uint64_t), type); + igt_assert(rc == sizeof(ret)); + + return ret; +} + +static bool pc8_plus_residency_changed(unsigned int timeout_sec) +{ + uint64_t res_pc8, res_pc9, res_pc10; + + res_pc8 = get_residency(MSR_PC8_RES); + res_pc9 = get_residency(MSR_PC9_RES); + res_pc10 = get_residency(MSR_PC10_RES); + + return igt_wait(res_pc8 != get_residency(MSR_PC8_RES) || + res_pc9 != get_residency(MSR_PC9_RES) || + res_pc10 != get_residency(MSR_PC10_RES), + timeout_sec * 1000, 100); +} + +static enum pc8_status get_pc8_status(void) +{ + ssize_t n_read; + char buf[150]; /* The whole file has less than 100 chars. */ + + lseek(pc8_status_fd, 0, SEEK_SET); + n_read = read(pc8_status_fd, buf, ARRAY_SIZE(buf)); + igt_assert(n_read >= 0); + buf[n_read] = '\0'; + + if (strstr(buf, "\nEnabled: yes\n")) + return PC8_ENABLED; + else + return PC8_DISABLED; +} + +static bool wait_for_pc8_status(enum pc8_status status) +{ + return igt_wait(get_pc8_status() == status, 10000, 100); +} + +static bool wait_for_suspended(void) +{ + if (has_pc8 && !has_runtime_pm) { + return wait_for_pc8_status(PC8_ENABLED); + } else { + bool suspended = igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_SUSPENDED); + + if (!suspended) { + /* Dump runtime pm status even if test skips */ + __igt_debugfs_dump(drm_fd, "i915_runtime_pm_status", IGT_LOG_INFO); + } + + return suspended; + } +} + +static bool wait_for_active(void) +{ + if (has_pc8 && !has_runtime_pm) + return wait_for_pc8_status(PC8_DISABLED); + else + return igt_wait_for_pm_status(IGT_RUNTIME_PM_STATUS_ACTIVE); +} + +static void disable_all_screens_dpms(struct mode_set_data *data) +{ + if (!data->res) + return; + + for (int i = 0; i < data->res->count_connectors; i++) { + drmModeConnectorPtr c = data->connectors[i]; + + kmstest_set_connector_dpms(drm_fd, c, DRM_MODE_DPMS_OFF); + } +} + +static void disable_all_screens(struct mode_set_data *data) +{ + if (data->res) + kmstest_unset_all_crtcs(drm_fd, data->res); +} + +#define disable_all_screens_and_wait(data) do { \ + disable_all_screens(data); \ + igt_assert(wait_for_suspended()); \ +} while (0) + +static void disable_or_dpms_all_screens(struct mode_set_data *data, bool dpms) +{ + if (dpms) + disable_all_screens_dpms(&ms_data); + else + disable_all_screens(&ms_data); +} + +#define disable_or_dpms_all_screens_and_wait(data, dpms) do { \ + disable_or_dpms_all_screens((data), (dpms)); \ + igt_assert(wait_for_suspended()); \ +} while (0) + +static bool init_modeset_params_for_type(struct mode_set_data *data, + struct modeset_params *params, + enum screen_type type) +{ + drmModeConnectorPtr connector = NULL; + drmModeModeInfoPtr mode = NULL; + igt_output_t *output = NULL; + igt_display_t *display = &data->display; + + if (!data->res || !display) + return false; + + for_each_connected_output(display, output) { + drmModeConnectorPtr c = output->config.connector; + + if (type == SCREEN_TYPE_LPSP && + !i915_output_is_lpsp_capable(drm_fd, output)) + continue; + + if (type == SCREEN_TYPE_NON_LPSP && + i915_output_is_lpsp_capable(drm_fd, output)) + continue; + + connector = c; + mode = igt_output_get_mode(output); + break; + } + + if (!connector || !mode) + return false; + + igt_create_pattern_fb(drm_fd, mode->hdisplay, mode->vdisplay, + DRM_FORMAT_XRGB8888, DRM_FORMAT_MOD_LINEAR, + ¶ms->fb); + + params->crtc_id = kmstest_find_crtc_for_connector(drm_fd, data->res, + connector, 0); + params->connector_id = connector->connector_id; + params->mode = mode; + + return true; +} + +static void init_modeset_cached_params(struct mode_set_data *data) +{ + bool lpsp, non_lpsp; + + lpsp = init_modeset_params_for_type(data, &lpsp_mode_params, + SCREEN_TYPE_LPSP); + non_lpsp = init_modeset_params_for_type(data, &non_lpsp_mode_params, + SCREEN_TYPE_NON_LPSP); + + if (lpsp) + default_mode_params = &lpsp_mode_params; + else if (non_lpsp) + default_mode_params = &non_lpsp_mode_params; + else + default_mode_params = NULL; +} + +static bool set_mode_for_params(struct modeset_params *params) +{ + int rc; + + rc = drmModeSetCrtc(drm_fd, params->crtc_id, params->fb.fb_id, 0, 0, + ¶ms->connector_id, 1, params->mode); + return (rc == 0); +} + +#define set_mode_for_params_and_wait(params) do { \ + igt_assert(set_mode_for_params(params)); \ + igt_assert(wait_for_active()); \ +} while (0) + +static bool enable_one_screen_with_type(struct mode_set_data *data, + enum screen_type type) +{ + struct modeset_params *params = NULL; + + switch (type) { + case SCREEN_TYPE_ANY: + params = default_mode_params; + break; + case SCREEN_TYPE_LPSP: + params = &lpsp_mode_params; + break; + case SCREEN_TYPE_NON_LPSP: + params = &non_lpsp_mode_params; + break; + default: + igt_assert(0); + } + + if (!params) + return false; + + return set_mode_for_params(params); +} + +static void enable_one_screen(struct mode_set_data *data) +{ + /* SKIP if there are no connected screens. */ + igt_require(enable_one_screen_with_type(data, SCREEN_TYPE_ANY)); +} + +#define enable_one_screen_and_wait(data) do { \ + enable_one_screen(data); \ + igt_assert(wait_for_active()); \ +} while (0) + +static void +enable_one_screen_or_forcewake_get_and_wait(struct mode_set_data *data) +{ + bool headless; + + /* Try to resume by enabling any type of display */ + headless = !enable_one_screen_with_type(data, SCREEN_TYPE_ANY); + + /* + * Get User Forcewake to trigger rpm resume in case of headless + * as well as no display being connected. + */ + if (headless) { + data->fw_fd = igt_open_forcewake_handle(drm_fd); + igt_require(data->fw_fd > 0); + } + igt_assert(wait_for_active()); +} + +static void forcewake_put(struct mode_set_data *data) +{ + if (data->fw_fd <= 0) + return; + + data->fw_fd = close(data->fw_fd); + igt_assert_eq(data->fw_fd, 0); +} + +static drmModePropertyBlobPtr get_connector_edid(drmModeConnectorPtr connector, + int index) +{ + bool found; + uint64_t prop_value; + drmModePropertyPtr prop; + drmModePropertyBlobPtr blob = NULL; + + found = kmstest_get_property(drm_fd, connector->connector_id, + DRM_MODE_OBJECT_CONNECTOR, "EDID", + NULL, &prop_value, &prop); + + if (found) { + igt_assert(prop->flags & DRM_MODE_PROP_BLOB); + igt_assert(prop->count_blobs == 0); + + blob = drmModeGetPropertyBlob(drm_fd, prop_value); + + drmModeFreeProperty(prop); + } + + return blob; +} + +static void init_mode_set_data(struct mode_set_data *data) +{ + kmstest_set_vt_graphics_mode(); + igt_display_require(&data->display, drm_fd); + + data->res = drmModeGetResources(drm_fd); + igt_assert(data->res->count_connectors <= MAX_CONNECTORS); + + for (int i = 0; i < data->res->count_connectors; i++) { + data->connectors[i] = + drmModeGetConnector(drm_fd, + data->res->connectors[i]); + data->edids[i] = get_connector_edid(data->connectors[i], i); + } + + init_modeset_cached_params(&ms_data); +} + +static void fini_mode_set_data(struct mode_set_data *data) +{ + if (data->res) { + for (int i = 0; i < data->res->count_connectors; i++) { + drmModeFreeConnector(data->connectors[i]); + drmModeFreePropertyBlob(data->edids[i]); + } + drmModeFreeResources(data->res); + } + igt_display_fini(&data->display); +} + +static void get_drm_info(struct compare_data *data) +{ + int i; + + data->res = drmModeGetResources(drm_fd); + if (!data->res) + return; + + igt_assert(data->res->count_connectors <= MAX_CONNECTORS); + igt_assert(data->res->count_encoders <= MAX_ENCODERS); + igt_assert(data->res->count_crtcs <= MAX_CRTCS); + + for (i = 0; i < data->res->count_connectors; i++) { + /* Don't use GetConnectorCurrent, we want to force a reprobe + * here. */ + data->connectors[i] = drmModeGetConnector(drm_fd, + data->res->connectors[i]); + data->edids[i] = get_connector_edid(data->connectors[i], i); + } + for (i = 0; i < data->res->count_encoders; i++) + data->encoders[i] = drmModeGetEncoder(drm_fd, + data->res->encoders[i]); + for (i = 0; i < data->res->count_crtcs; i++) + data->crtcs[i] = drmModeGetCrtc(drm_fd, data->res->crtcs[i]); +} + +static void free_drm_info(struct compare_data *data) +{ + int i; + + if (!data->res) + return; + + for (i = 0; i < data->res->count_connectors; i++) { + drmModeFreeConnector(data->connectors[i]); + drmModeFreePropertyBlob(data->edids[i]); + } + for (i = 0; i < data->res->count_encoders; i++) + drmModeFreeEncoder(data->encoders[i]); + for (i = 0; i < data->res->count_crtcs; i++) + drmModeFreeCrtc(data->crtcs[i]); + + drmModeFreeResources(data->res); +} + +#define COMPARE(d1, d2, data) igt_assert_eq(d1->data, d2->data) +#define COMPARE_ARRAY(d1, d2, size, data) do { \ + for (i = 0; i < size; i++) \ + igt_assert(d1->data[i] == d2->data[i]); \ +} while (0) + +static void assert_drm_resources_equal(struct compare_data *d1, + struct compare_data *d2) +{ + COMPARE(d1, d2, res->count_connectors); + COMPARE(d1, d2, res->count_encoders); + COMPARE(d1, d2, res->count_crtcs); + COMPARE(d1, d2, res->min_width); + COMPARE(d1, d2, res->max_width); + COMPARE(d1, d2, res->min_height); + COMPARE(d1, d2, res->max_height); +} + +static void assert_modes_equal(drmModeModeInfoPtr m1, drmModeModeInfoPtr m2) +{ + COMPARE(m1, m2, clock); + COMPARE(m1, m2, hdisplay); + COMPARE(m1, m2, hsync_start); + COMPARE(m1, m2, hsync_end); + COMPARE(m1, m2, htotal); + COMPARE(m1, m2, hskew); + COMPARE(m1, m2, vdisplay); + COMPARE(m1, m2, vsync_start); + COMPARE(m1, m2, vsync_end); + COMPARE(m1, m2, vtotal); + COMPARE(m1, m2, vscan); + COMPARE(m1, m2, vrefresh); + COMPARE(m1, m2, flags); + COMPARE(m1, m2, type); + igt_assert(strcmp(m1->name, m2->name) == 0); +} + +static void assert_drm_connectors_equal(drmModeConnectorPtr c1, + drmModeConnectorPtr c2) +{ + int i; + + COMPARE(c1, c2, connector_id); + COMPARE(c1, c2, connector_type); + COMPARE(c1, c2, connector_type_id); + COMPARE(c1, c2, mmWidth); + COMPARE(c1, c2, mmHeight); + COMPARE(c1, c2, count_modes); + COMPARE(c1, c2, count_props); + COMPARE(c1, c2, count_encoders); + COMPARE_ARRAY(c1, c2, c1->count_props, props); + COMPARE_ARRAY(c1, c2, c1->count_encoders, encoders); + + for (i = 0; i < c1->count_modes; i++) + assert_modes_equal(&c1->modes[0], &c2->modes[0]); +} + +static void assert_drm_encoders_equal(drmModeEncoderPtr e1, + drmModeEncoderPtr e2) +{ + COMPARE(e1, e2, encoder_id); + COMPARE(e1, e2, encoder_type); + COMPARE(e1, e2, possible_crtcs); + COMPARE(e1, e2, possible_clones); +} + +static void assert_drm_crtcs_equal(drmModeCrtcPtr c1, drmModeCrtcPtr c2) +{ + COMPARE(c1, c2, crtc_id); +} + +static void assert_drm_edids_equal(drmModePropertyBlobPtr e1, + drmModePropertyBlobPtr e2) +{ + if (!e1 && !e2) + return; + igt_assert(e1 && e2); + + COMPARE(e1, e2, length); + + igt_assert(memcmp(e1->data, e2->data, e1->length) == 0); +} + +static void assert_drm_infos_equal(struct compare_data *d1, + struct compare_data *d2) +{ + int i; + + if (d1->res == d2->res) + return; + + igt_assert(d1->res); + igt_assert(d2->res); + + assert_drm_resources_equal(d1, d2); + + for (i = 0; i < d1->res->count_connectors; i++) { + assert_drm_connectors_equal(d1->connectors[i], + d2->connectors[i]); + assert_drm_edids_equal(d1->edids[i], d2->edids[i]); + } + + for (i = 0; i < d1->res->count_encoders; i++) + assert_drm_encoders_equal(d1->encoders[i], d2->encoders[i]); + + for (i = 0; i < d1->res->count_crtcs; i++) + assert_drm_crtcs_equal(d1->crtcs[i], d2->crtcs[i]); +} + +static void setup_pc8(void) +{ + has_pc8 = false; + + /* Only Haswell supports the PC8 feature. */ + if (!IS_HASWELL(ms_data.devid) && !IS_BROADWELL(ms_data.devid)) + return; + + /* Make sure our Kernel supports MSR and the module is loaded. */ + igt_require(modprobe("msr") == 0); + + msr_fd = open("/dev/cpu/0/msr", O_RDONLY); + igt_assert_f(msr_fd >= 0, + "Can't open /dev/cpu/0/msr.\n"); + + /* Non-ULT machines don't support PC8+. */ + if (!supports_pc8_plus_residencies()) + return; + + pc8_status_fd = openat(debugfs, "i915_pc8_status", O_RDONLY); + if (pc8_status_fd == -1) + pc8_status_fd = openat(debugfs, + "i915_runtime_pm_status", O_RDONLY); + igt_assert_f(pc8_status_fd >= 0, + "Can't open /sys/kernel/debug/dri/0/i915_runtime_pm_status"); + + has_pc8 = true; +} + +static void dump_file(int dir, const char *filename) +{ + char *contents; + + contents = igt_sysfs_get(dir, filename); + if (!contents) + return; + + igt_info("%s:\n%s\n", filename, contents); + free(contents); +} + +static bool setup_environment(void) +{ + if (has_runtime_pm) + goto out; + + drm_fd = __drm_open_driver(DRIVER_INTEL); + igt_require(drm_fd != -1); + igt_device_set_master(drm_fd); + + debugfs = igt_debugfs_dir(drm_fd); + igt_require(debugfs != -1); + + ms_data.devid = intel_get_drm_devid(drm_fd); + + init_mode_set_data(&ms_data); + + igt_pm_enable_sata_link_power_management(); + + has_runtime_pm = igt_setup_runtime_pm(drm_fd); + setup_pc8(); + + igt_info("Runtime PM support: %d\n", has_runtime_pm); + igt_info("PC8 residency support: %d\n", has_pc8); + igt_require(has_runtime_pm); + igt_require(igt_pm_dmc_loaded(debugfs)); + +out: + disable_all_screens(&ms_data); + dump_file(debugfs, "i915_runtime_pm_status"); + + return wait_for_suspended(); +} + +static void teardown_environment(void) +{ + close(msr_fd); + if (has_pc8) + close(pc8_status_fd); + + igt_restore_runtime_pm(); + + igt_pm_restore_sata_link_power_management(); + + fini_mode_set_data(&ms_data); + + close(debugfs); + drm_close_driver(drm_fd); + + has_runtime_pm = false; +} + +static void pc8_residency_subtest(void) +{ + igt_require(has_pc8); + + /* Make sure PC8+ residencies move! */ + disable_all_screens(&ms_data); + igt_assert_f(pc8_plus_residency_changed(30), + "Machine is not reaching PC8+ states, please check its " + "configuration.\n"); + + /* Make sure PC8+ residencies stop! */ + enable_one_screen(&ms_data); + igt_assert_f(!pc8_plus_residency_changed(10), + "PC8+ residency didn't stop with screen enabled.\n"); +} + +static void basic_subtest(void) +{ + disable_all_screens_and_wait(&ms_data); + + enable_one_screen_or_forcewake_get_and_wait(&ms_data); + forcewake_put(&ms_data); + + /* XXX Also we can test wake up via exec nop */ +} + +static void modeset_subtest(enum screen_type type, int rounds, int wait_flags) +{ + int i; + + if (wait_flags & WAIT_PC8_RES) + igt_require(has_pc8); + + if (wait_flags & WAIT_EXTRA) + rounds /= 2; + + for (i = 0; i < rounds; i++) { + if (wait_flags & USE_DPMS) + disable_all_screens_dpms(&ms_data); + else + disable_all_screens(&ms_data); + + if (wait_flags & WAIT_STATUS) + igt_assert(wait_for_suspended()); + if (wait_flags & WAIT_PC8_RES) + igt_assert(pc8_plus_residency_changed(30)); + if (wait_flags & WAIT_EXTRA) + sleep(5); + + /* If we skip this line it's because the type of screen we want + * is not connected. */ + igt_require(enable_one_screen_with_type(&ms_data, type)); + if (wait_flags & WAIT_STATUS) + igt_assert(wait_for_active()); + if (wait_flags & WAIT_PC8_RES) + igt_assert(!pc8_plus_residency_changed(5)); + if (wait_flags & WAIT_EXTRA) + sleep(5); + } +} + +/* Test of the DRM resources reported by the IOCTLs are still the same. This + * ensures we still see the monitors with the same eyes. We get the EDIDs and + * compare them, which ensures we use DP AUX or GMBUS depending on what's + * connected. */ +static void drm_resources_equal_subtest(void) +{ + struct compare_data pre_suspend, during_suspend, post_suspend; + + enable_one_screen_and_wait(&ms_data); + get_drm_info(&pre_suspend); + igt_assert(wait_for_active()); + + disable_all_screens_and_wait(&ms_data); + get_drm_info(&during_suspend); + igt_assert(wait_for_suspended()); + + enable_one_screen_and_wait(&ms_data); + get_drm_info(&post_suspend); + igt_assert(wait_for_active()); + + assert_drm_infos_equal(&pre_suspend, &during_suspend); + assert_drm_infos_equal(&pre_suspend, &post_suspend); + + free_drm_info(&pre_suspend); + free_drm_info(&during_suspend); + free_drm_info(&post_suspend); +} + +static bool find_i2c_path(const char *connector_name, + char *i2c_path, size_t i2c_path_size) +{ + struct dirent *dirent; + DIR *dir; + int sysfs_card_fd = igt_sysfs_open(drm_fd); + int connector_fd = -1; + bool found_i2c_file = false; + ssize_t r; + + dir = fdopendir(sysfs_card_fd); + igt_assert(dir); + + while ((dirent = readdir(dir))) { + /* Skip "cardx-" prefix */ + char *dirname = strchr(dirent->d_name, '-'); + if (dirname==NULL) + continue; + ++dirname; + + if (strcmp(dirname, connector_name) == 0) { + connector_fd = openat(sysfs_card_fd, dirent->d_name, O_RDONLY); + break; + } + } + closedir(dir); + + if (connector_fd < 0) + return false; + + /* try the standard "ddc" symlink first */ + r = readlinkat(connector_fd, "ddc", i2c_path, i2c_path_size); + if (r > 0 && r != i2c_path_size) { + int num; + + i2c_path[r] = '\0'; + + if (sscanf(basename(i2c_path), "i2c-%d", &num) == 1) { + snprintf(i2c_path, i2c_path_size, "/dev/i2c-%d", num); + return true; + } + } + + dir = fdopendir(connector_fd); + igt_assert(dir); + + /* fall back to old "i2c-?" symlink */ + /* FIXME nuke this at some point */ + while ((dirent = readdir(dir))) { + if (strncmp(dirent->d_name, "i2c-", 4) == 0) { + sprintf(i2c_path, "/dev/%s", dirent->d_name); + found_i2c_file = true; + } + } + closedir(dir); + return found_i2c_file; +} + +static bool i2c_read_edid(const char *connector_name, unsigned char *edid) +{ + char i2c_path[PATH_MAX]; + bool result; + int rc, fd; + struct i2c_msg msgs[] = { + { /* Start at 0. */ + .addr = 0x50, + .flags = 0, + .len = 1, + .buf = edid, + }, { /* Now read the EDID. */ + .addr = 0x50, + .flags = I2C_M_RD, + .len = 128, + .buf = edid, + } + }; + struct i2c_rdwr_ioctl_data msgset = { + .msgs = msgs, + .nmsgs = 2, + }; + + result = find_i2c_path(connector_name, i2c_path, sizeof(i2c_path)); + if (!result) + return false; + + igt_info("Testing %s %s\n", connector_name, i2c_path); + + fd = open(i2c_path, O_RDWR); + igt_assert_neq(fd, -1); + + rc = ioctl(fd, I2C_RDWR, &msgset); + if (rc==-1) { + igt_debug("I2C access failed with errno %d, %s\n", + errno, strerror(errno)); + errno = 0; + } + + close(fd); + return rc >= 0; +} + +static void format_hex_string(const unsigned char edid[static EDID_BLOCK_SIZE], + char buf[static EDID_BLOCK_SIZE * 5 + 1]) +{ + for (int i = 0; i < EDID_BLOCK_SIZE; ++i) + sprintf(buf+i*5, "0x%02x ", edid[i]); +} + +static bool is_mst_connector(int fd, uint32_t connector_id) +{ + return kmstest_get_property(fd, connector_id, + DRM_MODE_OBJECT_CONNECTOR, + "PATH", NULL, NULL, NULL); +} + +static void test_i2c(struct mode_set_data *data) +{ + bool edid_mistmach_i2c_vs_drm = false; + igt_display_t display; + igt_display_require(&display, drm_fd); + + for (int i = 0; i < data->res->count_connectors; i++) { + unsigned char *drm_edid = data->edids[i] ? data->edids[i]->data : NULL; + unsigned char i2c_edid[EDID_BLOCK_SIZE] = {}; + + igt_output_t *output = igt_output_from_connector(&display, + data->connectors[i]); + char *connector_name = (char *) igt_output_name(output); + + bool got_i2c_edid = i2c_read_edid(connector_name, i2c_edid); + bool got_drm_edid = drm_edid != NULL; + bool is_vga = data->connectors[i]->connector_type == DRM_MODE_CONNECTOR_VGA; + + bool edids_equal; + + if (data->connectors[i]->connection != DRM_MODE_CONNECTED || + is_mst_connector(drm_fd, data->connectors[i]->connector_id)) + continue; + + /* We fail to detect some VGA monitors using our i2c method. If you look + * at the dmesg of these cases, you'll see the Kernel complaining about + * the EDID reading mostly FFs and then disabling bit-banging. Since we + * don't want to reimplement everything the Kernel does, let's just + * accept the fact that some VGA outputs won't be properly detected. */ + if (is_vga) + continue; + + if (!got_i2c_edid && !got_drm_edid) + continue; + + if (got_i2c_edid && got_drm_edid) + edids_equal = (0 == memcmp(drm_edid, i2c_edid, EDID_BLOCK_SIZE)); + else + edids_equal = false; + + + if (!edids_equal) { + char buf[5 * EDID_BLOCK_SIZE + 1]; + igt_critical("Detected EDID mismatch on connector %s\n", + connector_name); + + if(got_i2c_edid) + format_hex_string(i2c_edid, buf); + else + sprintf(buf, "NULL"); + + igt_critical("i2c: %s\n", buf); + + if(got_drm_edid) + format_hex_string(drm_edid, buf); + else + sprintf(buf, "NULL"); + + igt_critical("drm: %s\n", buf); + + edid_mistmach_i2c_vs_drm = true; + } + } + igt_fail_on_f(edid_mistmach_i2c_vs_drm, + "There is an EDID mismatch between i2c and DRM!\n"); +} + +static void i2c_subtest_check_environment(void) +{ + int i2c_dev_files = 0; + DIR *dev_dir; + struct dirent *dirent; + + /* Make sure the /dev/i2c-* files exist. */ + igt_require(modprobe("i2c-dev") == 0); + + dev_dir = opendir("/dev"); + igt_assert(dev_dir); + while ((dirent = readdir(dev_dir))) { + if (strncmp(dirent->d_name, "i2c-", 4) == 0) + i2c_dev_files++; + } + closedir(dev_dir); + igt_require(i2c_dev_files); +} + +/* Try to use raw I2C, which also needs interrupts. */ +static void i2c_subtest(void) +{ + i2c_subtest_check_environment(); + + enable_one_screen_and_wait(&ms_data); + + disable_all_screens_and_wait(&ms_data); + test_i2c(&ms_data); + igt_assert(wait_for_suspended()); + + enable_one_screen(&ms_data); +} + +struct read_entry_elapsed { + uint64_t elapsed; + char *path; +} max_read_entry; + +static bool device_in_pci_d3(struct pci_device *pci_dev) +{ + uint16_t val; + int rc; + + rc = pci_device_cfg_read_u16(pci_dev, &val, 0xd4); + igt_assert_eq(rc, 0); + + igt_debug("%s: PCI D3 state=%d\n", __func__, val & 0x3); + return (val & 0x3) == 0x3; +} + +static void pci_d3_state_subtest(void) +{ + struct pci_device *pci_dev, *bridge_pci_dev; + + igt_require(has_runtime_pm); + + pci_dev = igt_device_get_pci_device(drm_fd); + bridge_pci_dev = pci_device_get_parent_bridge(pci_dev); + + disable_all_screens_and_wait(&ms_data); + igt_assert(igt_wait(device_in_pci_d3(pci_dev), 2000, 100)); + + if (gem_has_lmem(drm_fd)) + igt_require_f(pci_device_has_kernel_driver(bridge_pci_dev), + "pci bridge device does not bind with pcieport driver\n"); + + enable_one_screen_or_forcewake_get_and_wait(&ms_data); + igt_assert(!device_in_pci_d3(pci_dev)); + forcewake_put(&ms_data); +} + +__noreturn static void stay_subtest(void) +{ + disable_all_screens_and_wait(&ms_data); + + while (1) + sleep(600); +} + +static void system_suspend_modeset_subtest(void) +{ + disable_all_screens_and_wait(&ms_data); + igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE); + igt_assert(wait_for_suspended()); + + enable_one_screen_and_wait(&ms_data); + disable_all_screens_and_wait(&ms_data); +} + +/* Enable a screen, activate DPMS, then do a modeset. At some point our driver + * produced WARNs on this case. */ +static void dpms_mode_unset_subtest(enum screen_type type) +{ + disable_all_screens_and_wait(&ms_data); + + igt_require(enable_one_screen_with_type(&ms_data, type)); + igt_assert(wait_for_active()); + + disable_all_screens_dpms(&ms_data); + igt_assert(wait_for_suspended()); + + disable_all_screens_and_wait(&ms_data); +} + +static void fill_igt_fb(struct igt_fb *fb, uint32_t color) +{ + int i; + uint32_t *ptr; + + ptr = gem_mmap__device_coherent(drm_fd, fb->gem_handle, 0, fb->size, PROT_WRITE); + for (i = 0; i < fb->size/sizeof(uint32_t); i++) + ptr[i] = color; + igt_assert(munmap(ptr, fb->size) == 0); +} + +/* At some point, this test triggered WARNs in the Kernel. */ +static void cursor_subtest(bool dpms) +{ + int rc; + struct igt_fb cursor_fb1, cursor_fb2, cursor_fb3; + uint32_t crtc_id; + + disable_all_screens_and_wait(&ms_data); + + igt_require(default_mode_params); + crtc_id = default_mode_params->crtc_id; + + igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_ARGB8888, + DRM_FORMAT_MOD_LINEAR, &cursor_fb1); + igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_ARGB8888, + DRM_FORMAT_MOD_LINEAR, &cursor_fb2); + igt_create_fb(drm_fd, 64, 64, DRM_FORMAT_XRGB8888, + I915_FORMAT_MOD_X_TILED, &cursor_fb3); + + fill_igt_fb(&cursor_fb1, 0xFF00FFFF); + fill_igt_fb(&cursor_fb2, 0xFF00FF00); + fill_igt_fb(&cursor_fb3, 0xFFFF0000); + + set_mode_for_params_and_wait(default_mode_params); + + rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb1.gem_handle, + cursor_fb1.width, cursor_fb1.height); + igt_assert_eq(rc, 0); + rc = drmModeMoveCursor(drm_fd, crtc_id, 0, 0); + igt_assert_eq(rc, 0); + igt_assert(wait_for_active()); + + disable_or_dpms_all_screens_and_wait(&ms_data, dpms); + + /* First, just move the cursor. */ + rc = drmModeMoveCursor(drm_fd, crtc_id, 1, 1); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Then unset it, and set a new one. */ + rc = drmModeSetCursor(drm_fd, crtc_id, 0, 0, 0); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb2.gem_handle, + cursor_fb1.width, cursor_fb2.height); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Move the new cursor. */ + rc = drmModeMoveCursor(drm_fd, crtc_id, 2, 2); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Now set a new one without unsetting the previous one. */ + rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb1.gem_handle, + cursor_fb1.width, cursor_fb1.height); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Cursor 3 was created with tiling and painted with a GTT mmap, so + * hopefully it has some fences around it. */ + rc = drmModeRmFB(drm_fd, cursor_fb3.fb_id); + igt_assert_eq(rc, 0); + __gem_set_tiling(drm_fd, cursor_fb3.gem_handle, false, cursor_fb3.strides[0]); + igt_assert(wait_for_suspended()); + + rc = drmModeSetCursor(drm_fd, crtc_id, cursor_fb3.gem_handle, + cursor_fb3.width, cursor_fb3.height); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Make sure nothing remains for the other tests. */ + rc = drmModeSetCursor(drm_fd, crtc_id, 0, 0, 0); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); +} + +static enum plane_type get_plane_type(uint32_t plane_id) +{ + int i; + bool found; + uint64_t prop_value; + drmModePropertyPtr prop; + const char *enum_name = NULL; + enum plane_type type; + + found = kmstest_get_property(drm_fd, plane_id, DRM_MODE_OBJECT_PLANE, + "type", NULL, &prop_value, &prop); + igt_assert(found); + + igt_assert(prop->flags & DRM_MODE_PROP_ENUM); + igt_assert(prop_value < prop->count_enums); + + for (i = 0; i < prop->count_enums; i++) { + if (prop->enums[i].value == prop_value) { + enum_name = prop->enums[i].name; + break; + } + } + igt_assert(enum_name); + + if (strcmp(enum_name, "Overlay") == 0) + type = PLANE_OVERLAY; + else if (strcmp(enum_name, "Primary") == 0) + type = PLANE_PRIMARY; + else if (strcmp(enum_name, "Cursor") == 0) + type = PLANE_CURSOR; + else + igt_assert(0); + + drmModeFreeProperty(prop); + + return type; +} + +static void test_one_plane(bool dpms, uint32_t plane_id, + enum plane_type plane_type) +{ + int rc; + uint32_t plane_format, plane_w, plane_h; + uint32_t crtc_id; + struct igt_fb plane_fb1, plane_fb2; + int32_t crtc_x = 0, crtc_y = 0; + uint64_t modifier; + + disable_all_screens_and_wait(&ms_data); + + crtc_id = default_mode_params->crtc_id; + + switch (plane_type) { + case PLANE_OVERLAY: + plane_format = DRM_FORMAT_XRGB8888; + plane_w = 64; + plane_h = 64; + modifier = I915_FORMAT_MOD_X_TILED; + break; + case PLANE_PRIMARY: + plane_format = DRM_FORMAT_XRGB8888; + plane_w = default_mode_params->mode->hdisplay; + plane_h = default_mode_params->mode->vdisplay; + modifier = I915_FORMAT_MOD_X_TILED; + break; + case PLANE_CURSOR: + plane_format = DRM_FORMAT_ARGB8888; + plane_w = 64; + plane_h = 64; + modifier = DRM_FORMAT_MOD_LINEAR; + break; + default: + igt_assert(0); + break; + } + + igt_create_fb(drm_fd, plane_w, plane_h, plane_format, modifier, + &plane_fb1); + igt_create_fb(drm_fd, plane_w, plane_h, plane_format, modifier, + &plane_fb2); + fill_igt_fb(&plane_fb1, 0xFF00FFFF); + fill_igt_fb(&plane_fb2, 0xFF00FF00); + + set_mode_for_params_and_wait(default_mode_params); + + rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb1.fb_id, 0, + 0, 0, plane_fb1.width, plane_fb1.height, + 0 << 16, 0 << 16, plane_fb1.width << 16, + plane_fb1.height << 16); + igt_assert_eq(rc, 0); + + disable_or_dpms_all_screens_and_wait(&ms_data, dpms); + + /* Just move the plane around. */ + if (plane_type != PLANE_PRIMARY) { + crtc_x++; + crtc_y++; + } + rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb1.fb_id, 0, + crtc_x, crtc_y, plane_fb1.width, plane_fb1.height, + 0 << 16, 0 << 16, plane_fb1.width << 16, + plane_fb1.height << 16); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Unset, then change the plane. */ + rc = drmModeSetPlane(drm_fd, plane_id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb2.fb_id, 0, + crtc_x, crtc_y, plane_fb2.width, plane_fb2.height, + 0 << 16, 0 << 16, plane_fb2.width << 16, + plane_fb2.height << 16); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Now change the plane without unsetting first. */ + rc = drmModeSetPlane(drm_fd, plane_id, crtc_id, plane_fb1.fb_id, 0, + crtc_x, crtc_y, plane_fb1.width, plane_fb1.height, + 0 << 16, 0 << 16, plane_fb1.width << 16, + plane_fb1.height << 16); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); + + /* Make sure nothing remains for the other tests. */ + rc = drmModeSetPlane(drm_fd, plane_id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + igt_assert_eq(rc, 0); + igt_assert(wait_for_suspended()); +} + +/* This one also triggered WARNs on our driver at some point in time. */ +static void planes_subtest(bool universal, bool dpms) +{ + int i, crtc_idx; + drmModePlaneResPtr planes; + + igt_require(default_mode_params); + crtc_idx = kmstest_get_crtc_idx(ms_data.res, + default_mode_params->crtc_id); + + igt_assert_eq(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, + universal), 0); + + planes = drmModeGetPlaneResources(drm_fd); + for (i = 0; i < planes->count_planes; i++) { + drmModePlanePtr plane; + + plane = drmModeGetPlane(drm_fd, planes->planes[i]); + igt_assert(plane); + + if (plane->possible_crtcs & (1 << crtc_idx)) { + enum plane_type type; + + type = universal ? get_plane_type(plane->plane_id) : + PLANE_OVERLAY; + igt_dynamic_f("plane-%d", plane->plane_id) + test_one_plane(dpms, plane->plane_id, type); + } + drmModeFreePlane(plane); + } + drmModeFreePlaneResources(planes); + + igt_assert_eq(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_UNIVERSAL_PLANES, + 1), 0); +} + +static void fences_subtest(bool dpms) +{ + int i; + uint32_t *buf_ptr; + uint32_t tiling = false, swizzle; + struct modeset_params params; + + disable_all_screens_and_wait(&ms_data); + + igt_require(default_mode_params); + params.crtc_id = default_mode_params->crtc_id; + params.connector_id = default_mode_params->connector_id; + params.mode = default_mode_params->mode; + igt_create_fb(drm_fd, params.mode->hdisplay, params.mode->vdisplay, + DRM_FORMAT_XRGB8888, I915_FORMAT_MOD_X_TILED, + ¶ms.fb); + + /* Even though we passed "true" as the tiling argument, double-check + * that the fb is really tiled. */ + gem_get_tiling(drm_fd, params.fb.gem_handle, &tiling, &swizzle); + igt_assert(tiling); + + buf_ptr = gem_mmap__gtt(drm_fd, params.fb.gem_handle, params.fb.size, + PROT_WRITE | PROT_READ); + for (i = 0; i < params.fb.size/sizeof(uint32_t); i++) + buf_ptr[i] = i; + + set_mode_for_params_and_wait(¶ms); + + disable_or_dpms_all_screens_and_wait(&ms_data, dpms); + + for (i = 0; i < params.fb.size/sizeof(uint32_t); i++) + igt_assert_eq(buf_ptr[i], i); + igt_assert(wait_for_suspended()); + + if (dpms) { + drmModeConnectorPtr c = NULL; + + for (i = 0; i < ms_data.res->count_connectors; i++) + if (ms_data.connectors[i]->connector_id == + params.connector_id) + c = ms_data.connectors[i]; + igt_assert(c); + + kmstest_set_connector_dpms(drm_fd, c, DRM_MODE_DPMS_ON); + } else { + set_mode_for_params(¶ms); + } + igt_assert(wait_for_active()); + + for (i = 0; i < params.fb.size/sizeof(uint32_t); i++) + igt_assert_eq(buf_ptr[i], i); + + igt_assert(munmap(buf_ptr, params.fb.size) == 0); +} + +static void pm_test_tiling(void) +{ + uint32_t *handles; + uint8_t **gem_bufs; + + int max_gem_objs = 0; + uint8_t off_bit = 14; + uint32_t gtt_obj_max_size = (256 * 1024); + + uint32_t i, j, k, tiling_modes[3] = { + I915_TILING_NONE, + I915_TILING_X, + I915_TILING_Y, + }; + uint32_t ti, sw; + + /* default stride value */ + uint32_t stride = 512; + + /* calculate how many objects we can map */ + for (i = 1 << off_bit; i <= gtt_obj_max_size; i <<= 1, max_gem_objs++) + ; + + gem_bufs = calloc(max_gem_objs, sizeof(*gem_bufs)); + handles = calloc(max_gem_objs, sizeof(*handles)); + + /* try to set different tiling for each handle */ + for (i = 0; i < ARRAY_SIZE(tiling_modes); i++) { + + for (j = 0, k = 1 << off_bit; + k <= gtt_obj_max_size; k <<= 1, j++) { + handles[j] = gem_create(drm_fd, k); + gem_bufs[j] = gem_mmap__gtt(drm_fd, handles[j], + k, PROT_WRITE); + memset(gem_bufs[j], 0x0, k); + } + + disable_all_screens_and_wait(&ms_data); + + for (j = 0; j < max_gem_objs; j++) { + gem_set_tiling(drm_fd, handles[j], + tiling_modes[i], stride); + gem_get_tiling(drm_fd, handles[j], &ti, &sw); + igt_assert(tiling_modes[i] == ti); + } + + enable_one_screen_and_wait(&ms_data); + + for (j = 0, k = 1 << off_bit; + k <= gtt_obj_max_size; k <<= 1, j++) { + igt_assert(munmap(gem_bufs[j], k) == 0); + gem_close(drm_fd, handles[j]); + } + } + + free(gem_bufs); + free(handles); +} + +static void pm_test_caching(void) +{ + uint32_t handle; + uint8_t *gem_buf; + + uint32_t i; + uint32_t default_cache_level; + uint32_t gtt_obj_max_size = (16 * 1024); + uint32_t cache_levels[3] = { + I915_CACHING_NONE, + I915_CACHING_CACHED, /* LLC caching */ + I915_CACHING_DISPLAY, /* eDRAM caching */ + }; + + disable_all_screens(&ms_data); + + handle = gem_create(drm_fd, gtt_obj_max_size); + default_cache_level = gem_get_caching(drm_fd, handle); + gem_buf = gem_mmap__gtt(drm_fd, handle, gtt_obj_max_size, PROT_WRITE); + + for (i = 0; i < ARRAY_SIZE(cache_levels); i++) { + igt_assert(wait_for_suspended()); + if (igt_has_set_caching(intel_get_drm_devid(drm_fd))) + gem_set_caching(drm_fd, handle, default_cache_level); + /* Ensure we bind the vma into the GGTT */ + memset(gem_buf, 16 << i, gtt_obj_max_size); + + /* Now try changing the cache-level on the bound object. + * This will either unlikely unbind the object from the GGTT, + * or more likely just change the PTEs inside the GGTT. Either + * way the driver must take the rpm wakelock around the GSM + * access. + */ + igt_debug("Setting cache level %u\n", cache_levels[i]); + igt_assert(wait_for_suspended()); + if (igt_has_set_caching(intel_get_drm_devid(drm_fd))) + gem_set_caching(drm_fd, handle, cache_levels[i]); + } + + igt_assert(munmap(gem_buf, gtt_obj_max_size) == 0); + gem_close(drm_fd, handle); +} + +int rounds = 10; +bool stay = false; + +static int opt_handler(int opt, int opt_index, void *data) +{ + switch (opt) { + case 'l': + rounds = 50; + break; + case 's': + stay = true; + break; + default: + return IGT_OPT_HANDLER_ERROR; + } + + return IGT_OPT_HANDLER_SUCCESS; +} + +const char *help_str = + " --stress\t\tMake the stress-tests more stressful.\n" + " --stay\t\tDisable all screen and try to go into runtime pm. Useful for debugging."; +static struct option long_options[] = { + {"stress", 0, 0, 'l'}, + {"stay", 0, 0, 's'}, + { 0, 0, 0, 0 } +}; + +igt_main_args("", long_options, help_str, opt_handler, NULL) +{ + igt_subtest("basic-rte") { + igt_assert(setup_environment()); + basic_subtest(); + } + + igt_fixture { + igt_require(setup_environment()); + } + + if (stay) + igt_subtest("stay") + stay_subtest(); + + /* Essential things */ + igt_subtest("drm-resources-equal") + drm_resources_equal_subtest(); + igt_subtest("basic-pci-d3-state") + pci_d3_state_subtest(); + + /* Basic modeset */ + igt_subtest("modeset-lpsp") + modeset_subtest(SCREEN_TYPE_LPSP, 1, WAIT_STATUS); + igt_subtest("modeset-non-lpsp") + modeset_subtest(SCREEN_TYPE_NON_LPSP, 1, WAIT_STATUS); + igt_subtest("dpms-lpsp") + modeset_subtest(SCREEN_TYPE_LPSP, 1, WAIT_STATUS | USE_DPMS); + igt_subtest("dpms-non-lpsp") + modeset_subtest(SCREEN_TYPE_NON_LPSP, 1, WAIT_STATUS | USE_DPMS); + + /* Planes and cursors */ + igt_subtest("cursor") + cursor_subtest(false); + igt_subtest("cursor-dpms") + cursor_subtest(true); + igt_subtest_with_dynamic("legacy-planes") + planes_subtest(false, false); + igt_subtest_with_dynamic("legacy-planes-dpms") + planes_subtest(false, true); + igt_subtest_with_dynamic("universal-planes") + planes_subtest(true, false); + igt_subtest_with_dynamic("universal-planes-dpms") + planes_subtest(true, true); + + /* Misc */ + igt_subtest("i2c") + i2c_subtest(); + igt_subtest("dpms-mode-unset-lpsp") + dpms_mode_unset_subtest(SCREEN_TYPE_LPSP); + igt_subtest("dpms-mode-unset-non-lpsp") + dpms_mode_unset_subtest(SCREEN_TYPE_NON_LPSP); + igt_subtest("fences") { + gem_require_mappable_ggtt(drm_fd); + fences_subtest(false); + } + igt_subtest("fences-dpms") { + gem_require_mappable_ggtt(drm_fd); + fences_subtest(true); + } + igt_subtest("pc8-residency") + pc8_residency_subtest(); + + /* Modeset stress */ + igt_subtest("modeset-lpsp-stress") + modeset_subtest(SCREEN_TYPE_LPSP, rounds, WAIT_STATUS); + igt_subtest("modeset-non-lpsp-stress") + modeset_subtest(SCREEN_TYPE_NON_LPSP, rounds, WAIT_STATUS); + igt_subtest("modeset-lpsp-stress-no-wait") + modeset_subtest(SCREEN_TYPE_LPSP, rounds, DONT_WAIT); + igt_subtest("modeset-non-lpsp-stress-no-wait") + modeset_subtest(SCREEN_TYPE_NON_LPSP, rounds, DONT_WAIT); + igt_subtest("modeset-pc8-residency-stress") + modeset_subtest(SCREEN_TYPE_ANY, rounds, WAIT_PC8_RES); + igt_subtest("modeset-stress-extra-wait") + modeset_subtest(SCREEN_TYPE_ANY, rounds, + WAIT_STATUS | WAIT_EXTRA); + + /* System suspend */ + igt_subtest("system-suspend-modeset") + system_suspend_modeset_subtest(); + + /* power-wake reference tests */ + igt_subtest("pm-tiling") { + gem_require_mappable_ggtt(drm_fd); + pm_test_tiling(); + } + igt_subtest("pm-caching") { + gem_require_mappable_ggtt(drm_fd); + pm_test_caching(); + } + + igt_fixture { + teardown_environment(); + forcewake_put(&ms_data); + } +} diff --git a/tests/meson.build b/tests/meson.build index 05fda7d94..2c2e1ca9a 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -263,6 +263,7 @@ intel_kms_progs = [ 'kms_pm_backlight', 'kms_pm_dc', 'kms_pm_lpsp', + 'kms_pm_rpm', 'kms_psr', 'kms_psr2_sf', 'kms_psr2_su', -- 2.40.0 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [igt-dev] [i-g-t V7 2/4] tests/intel/pm_rpm: Split module-reload test 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 1/4] " Bhanuprakash Modem @ 2023-10-11 10:17 ` Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests Bhanuprakash Modem ` (4 subsequent siblings) 6 siblings, 0 replies; 10+ messages in thread From: Bhanuprakash Modem @ 2023-10-11 10:17 UTC (permalink / raw) To: igt-dev Split module-reload test as with & w/o display. - i915_pm_rpm@module-reload: Without display - kms_pm_rpm@module-reload: With display Cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> --- tests/intel/i915_pm_rpm.c | 11 ----------- tests/intel/kms_pm_rpm.c | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/tests/intel/i915_pm_rpm.c b/tests/intel/i915_pm_rpm.c index 2b0a63bde..c0365b304 100644 --- a/tests/intel/i915_pm_rpm.c +++ b/tests/intel/i915_pm_rpm.c @@ -1468,17 +1468,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) igt_assert(igt_wait(device_in_pci_d3(pci_dev), 2000, 100)); teardown_environment(false); - igt_debug("Reload as normal\n"); - igt_i915_driver_unload(); - - igt_kmsg(KMSG_INFO "Reloading i915 as normal\n"); - igt_assert_eq(igt_i915_driver_load("mmio_debug=-1"), 0); - - igt_assert(setup_environment(true)); - pci_dev = igt_device_get_pci_device(drm_fd); - igt_assert(igt_wait(device_in_pci_d3(pci_dev), 2000, 100)); - teardown_environment(true); - /* Remove our mmio_debugging module */ igt_i915_driver_unload(); } diff --git a/tests/intel/kms_pm_rpm.c b/tests/intel/kms_pm_rpm.c index 2882e265f..3e578cbf7 100644 --- a/tests/intel/kms_pm_rpm.c +++ b/tests/intel/kms_pm_rpm.c @@ -114,6 +114,9 @@ * SUBTEST: modeset-stress-extra-wait * Description: Stress test with modeset (extra wait) using runtime PM * + * SUBTEST: module-reload + * Description: Test to check D3 state after module reload + * * SUBTEST: pc8-residency * Description: Basic sanity test for PC8+ states * @@ -1697,4 +1700,23 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) teardown_environment(); forcewake_put(&ms_data); } + + igt_subtest("module-reload") { + struct pci_device *pci_dev; + + igt_i915_driver_unload(); + + igt_kmsg(KMSG_INFO "Reloading i915 as normal\n"); + igt_assert_eq(igt_i915_driver_load("mmio_debug=-1"), 0); + + igt_assert(setup_environment()); + pci_dev = igt_device_get_pci_device(drm_fd); + igt_assert(igt_wait(device_in_pci_d3(pci_dev), 2000, 100)); + if (enable_one_screen_with_type(&ms_data, SCREEN_TYPE_ANY)) + drm_resources_equal_subtest(); + teardown_environment(); + + /* Remove our mmio_debugging module */ + igt_i915_driver_unload(); + } } -- 2.40.0 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 1/4] " Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 2/4] tests/intel/pm_rpm: Split module-reload test Bhanuprakash Modem @ 2023-10-11 10:17 ` Bhanuprakash Modem 2023-10-11 14:55 ` Kamil Konieczny 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI Bhanuprakash Modem ` (3 subsequent siblings) 6 siblings, 1 reply; 10+ messages in thread From: Bhanuprakash Modem @ 2023-10-11 10:17 UTC (permalink / raw) To: igt-dev As Display PM rpm tests are seperated from core, update the CI testlist with the new ones. V2: - New patch for module-reload test. Cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Swati Sharma <swati2.sharma@intel.com> --- tests/intel-ci/blacklist-pre-merge.txt | 8 ++++---- tests/intel-ci/fast-feedback.testlist | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/intel-ci/blacklist-pre-merge.txt b/tests/intel-ci/blacklist-pre-merge.txt index d4e5ef66e..0a1315aae 100644 --- a/tests/intel-ci/blacklist-pre-merge.txt +++ b/tests/intel-ci/blacklist-pre-merge.txt @@ -13,8 +13,8 @@ # # Data acquired on 2020-02-19 by Martin Peres ############################################################################### -igt@i915_pm_rpm@legacy-planes(-dpms)? -igt@i915_pm_rpm@universal-planes(-dpms)? +igt@kms_pm_rpm@legacy-planes(-dpms)? +igt@kms_pm_rpm@universal-planes(-dpms)? ############################################################################### @@ -67,7 +67,7 @@ igt@gem_exec_alignment@.* # # Data acquired on 2020-02-20 by Martin Peres ############################################################################### -igt@i915_pm_rpm@debugfs-read +igt@kms_pm_rpm@debugfs-read ############################################################################### @@ -109,4 +109,4 @@ igt@gem_tiled_wc # # Data acquired on 2020-02-20 by Martin Peres ############################################################################### -igt@i915_pm_rpm@modeset-stress-extra-wait +igt@kms_pm_rpm@modeset-stress-extra-wait diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index 3d8b23073..c252e2cf0 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -121,13 +121,13 @@ igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence igt@kms_pipe_crc_basic@read-crc igt@kms_pipe_crc_basic@read-crc-frame-sequence igt@kms_pm_backlight@basic-brightness +igt@kms_pm_rpm@basic-pci-d3-state +igt@kms_pm_rpm@basic-rte igt@kms_psr@primary_page_flip igt@kms_psr@cursor_plane_move igt@kms_psr@sprite_plane_onoff igt@kms_psr@primary_mmap_gtt igt@kms_setmode@basic-clone-single-crtc -igt@i915_pm_rpm@basic-pci-d3-state -igt@i915_pm_rpm@basic-rte igt@i915_pm_rps@basic-api igt@prime_self_import@basic-llseek-bad igt@prime_self_import@basic-llseek-size -- 2.40.0 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests Bhanuprakash Modem @ 2023-10-11 14:55 ` Kamil Konieczny 0 siblings, 0 replies; 10+ messages in thread From: Kamil Konieczny @ 2023-10-11 14:55 UTC (permalink / raw) To: igt-dev Hi Bhanuprakash, On 2023-10-11 at 15:47:21 +0530, Bhanuprakash Modem wrote: please change subject or maybe squash 3/4 and 4/4? old: tests/intel/pm_rpm: Fix CI with renamed tests ----- ^^^^^^^^^^^^ should be: tests/intel-ci: Fix CI with renamed tests > As Display PM rpm tests are seperated from core, update > the CI testlist with the new ones. > > V2: - New patch for module-reload test. > > Cc: Swati Sharma <swati2.sharma@intel.com> > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> > Reviewed-by: Swati Sharma <swati2.sharma@intel.com> > --- > tests/intel-ci/blacklist-pre-merge.txt | 8 ++++---- ------------------- ^ imho should be blocklist, +cc Ewelina > tests/intel-ci/fast-feedback.testlist | 4 ++-- imho it would be better to have these two changes separated, one for fast-feedback and one for blacklist. Regards, Kamil > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/tests/intel-ci/blacklist-pre-merge.txt b/tests/intel-ci/blacklist-pre-merge.txt > index d4e5ef66e..0a1315aae 100644 > --- a/tests/intel-ci/blacklist-pre-merge.txt > +++ b/tests/intel-ci/blacklist-pre-merge.txt > @@ -13,8 +13,8 @@ > # > # Data acquired on 2020-02-19 by Martin Peres > ############################################################################### > -igt@i915_pm_rpm@legacy-planes(-dpms)? > -igt@i915_pm_rpm@universal-planes(-dpms)? > +igt@kms_pm_rpm@legacy-planes(-dpms)? > +igt@kms_pm_rpm@universal-planes(-dpms)? > > > ############################################################################### > @@ -67,7 +67,7 @@ igt@gem_exec_alignment@.* > # > # Data acquired on 2020-02-20 by Martin Peres > ############################################################################### > -igt@i915_pm_rpm@debugfs-read > +igt@kms_pm_rpm@debugfs-read > > > ############################################################################### > @@ -109,4 +109,4 @@ igt@gem_tiled_wc > # > # Data acquired on 2020-02-20 by Martin Peres > ############################################################################### > -igt@i915_pm_rpm@modeset-stress-extra-wait > +igt@kms_pm_rpm@modeset-stress-extra-wait > diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist > index 3d8b23073..c252e2cf0 100644 > --- a/tests/intel-ci/fast-feedback.testlist > +++ b/tests/intel-ci/fast-feedback.testlist > @@ -121,13 +121,13 @@ igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence > igt@kms_pipe_crc_basic@read-crc > igt@kms_pipe_crc_basic@read-crc-frame-sequence > igt@kms_pm_backlight@basic-brightness > +igt@kms_pm_rpm@basic-pci-d3-state > +igt@kms_pm_rpm@basic-rte > igt@kms_psr@primary_page_flip > igt@kms_psr@cursor_plane_move > igt@kms_psr@sprite_plane_onoff > igt@kms_psr@primary_mmap_gtt > igt@kms_setmode@basic-clone-single-crtc > -igt@i915_pm_rpm@basic-pci-d3-state > -igt@i915_pm_rpm@basic-rte > igt@i915_pm_rps@basic-api > igt@prime_self_import@basic-llseek-bad > igt@prime_self_import@basic-llseek-size > -- > 2.40.0 > ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem ` (2 preceding siblings ...) 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests Bhanuprakash Modem @ 2023-10-11 10:17 ` Bhanuprakash Modem 2023-10-11 14:13 ` Sharma, Swati2 2023-10-11 20:16 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) Patchwork ` (2 subsequent siblings) 6 siblings, 1 reply; 10+ messages in thread From: Bhanuprakash Modem @ 2023-10-11 10:17 UTC (permalink / raw) To: igt-dev Add igt@kms_pm_rpm@module-reload test to CI Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Swati Sharma <swati2.sharma@intel.com> --- tests/intel-ci/blacklist.txt | 1 + tests/intel-ci/fast-feedback.testlist | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index e13759d3e..13504dac3 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -15,6 +15,7 @@ igt@meta_test(@.*)? #igt@i915_module_load(@.*)? # danger, danger; hope for taints! igt@i915_pm_rpm@module-reload igt@i915_pm_rpm@gem-execbuf-stress-extra-wait +igt@kms_pm_rpm@module-reload ############################################### # GEM ############################################### diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index c252e2cf0..8b70f139a 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -164,6 +164,7 @@ igt@gem_lmem_swapping@parallel-random-engines igt@gem_lmem_swapping@random-engines igt@gem_lmem_swapping@verify-random igt@i915_pm_rpm@module-reload +igt@kms_pm_rpm@module-reload # Kernel selftests igt@i915_selftest@live -- 2.40.0 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI Bhanuprakash Modem @ 2023-10-11 14:13 ` Sharma, Swati2 0 siblings, 0 replies; 10+ messages in thread From: Sharma, Swati2 @ 2023-10-11 14:13 UTC (permalink / raw) To: Bhanuprakash Modem, igt-dev Hi Bhanu, On 11-Oct-23 3:47 PM, Bhanuprakash Modem wrote: > Add igt@kms_pm_rpm@module-reload test to CI > > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> > Reviewed-by: Swati Sharma <swati2.sharma@intel.com> > --- > tests/intel-ci/blacklist.txt | 1 + > tests/intel-ci/fast-feedback.testlist | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt > index e13759d3e..13504dac3 100644 > --- a/tests/intel-ci/blacklist.txt > +++ b/tests/intel-ci/blacklist.txt > @@ -15,6 +15,7 @@ igt@meta_test(@.*)? > #igt@i915_module_load(@.*)? # danger, danger; hope for taints! > igt@i915_pm_rpm@module-reload > igt@i915_pm_rpm@gem-execbuf-stress-extra-wait > +igt@kms_pm_rpm@module-reload Why have we added this test to blacklist? > ############################################### > # GEM > ############################################### > diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist > index c252e2cf0..8b70f139a 100644 > --- a/tests/intel-ci/fast-feedback.testlist > +++ b/tests/intel-ci/fast-feedback.testlist > @@ -164,6 +164,7 @@ igt@gem_lmem_swapping@parallel-random-engines > igt@gem_lmem_swapping@random-engines > igt@gem_lmem_swapping@verify-random > igt@i915_pm_rpm@module-reload > +igt@kms_pm_rpm@module-reload > > # Kernel selftests > igt@i915_selftest@live ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem ` (3 preceding siblings ...) 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI Bhanuprakash Modem @ 2023-10-11 20:16 ` Patchwork 2023-10-11 20:16 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork 2023-10-12 12:04 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-10-11 20:16 UTC (permalink / raw) To: Bhanuprakash Modem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2454 bytes --] == Series Details == Series: tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) URL : https://patchwork.freedesktop.org/series/123750/ State : success == Summary == CI Bug Log - changes from XEIGT_7532_BAT -> XEIGTPW_9978_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (2 -> 2) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_9978_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1: - bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#480]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7532/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9978/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-dg2-oem2: [FAIL][3] ([Intel XE#480]) -> [PASS][4] +1 other test pass [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7532/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9978/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [FAIL][5] ([Intel XE#480]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7532/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9978/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 Build changes ------------- * IGT: IGT_7532 -> IGTPW_9978 IGTPW_9978: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/index.html IGT_7532: bf24b157b1049afc086fe65a60b22bd6bb3e18b7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-429-81cbfcc83d65c3c69866f356cb83497a47f9d297: 81cbfcc83d65c3c69866f356cb83497a47f9d297 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9978/index.html [-- Attachment #2: Type: text/html, Size: 3158 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem ` (4 preceding siblings ...) 2023-10-11 20:16 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) Patchwork @ 2023-10-11 20:16 ` Patchwork 2023-10-12 12:04 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-10-11 20:16 UTC (permalink / raw) To: Bhanuprakash Modem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 12398 bytes --] == Series Details == Series: tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) URL : https://patchwork.freedesktop.org/series/123750/ State : success == Summary == CI Bug Log - changes from IGT_7532 -> IGTPW_9978 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/index.html Participating hosts (39 -> 37) ------------------------------ Missing (2): fi-hsw-4770 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9978: ### IGT changes ### #### Possible regressions #### * {igt@kms_pm_rpm@module-reload} (NEW): - bat-adls-5: NOTRUN -> [WARN][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adls-5/igt@kms_pm_rpm@module-reload.html - bat-dg1-5: NOTRUN -> [WARN][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-dg1-5/igt@kms_pm_rpm@module-reload.html - bat-jsl-3: NOTRUN -> [WARN][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-jsl-3/igt@kms_pm_rpm@module-reload.html - fi-glk-j4005: NOTRUN -> [WARN][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-glk-j4005/igt@kms_pm_rpm@module-reload.html - bat-adlp-9: NOTRUN -> [WARN][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adlp-9/igt@kms_pm_rpm@module-reload.html - fi-skl-guc: NOTRUN -> [WARN][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-skl-guc/igt@kms_pm_rpm@module-reload.html - bat-dg2-11: NOTRUN -> [WARN][7] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-dg2-11/igt@kms_pm_rpm@module-reload.html - fi-cfl-8109u: NOTRUN -> [WARN][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-cfl-8109u/igt@kms_pm_rpm@module-reload.html - fi-bsw-nick: NOTRUN -> [WARN][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-bsw-nick/igt@kms_pm_rpm@module-reload.html - fi-kbl-guc: NOTRUN -> [WARN][10] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-kbl-guc/igt@kms_pm_rpm@module-reload.html - bat-adlm-1: NOTRUN -> [WARN][11] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adlm-1/igt@kms_pm_rpm@module-reload.html - fi-tgl-1115g4: NOTRUN -> [WARN][12] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-tgl-1115g4/igt@kms_pm_rpm@module-reload.html - fi-bsw-n3050: NOTRUN -> [WARN][13] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-bsw-n3050/igt@kms_pm_rpm@module-reload.html - fi-cfl-guc: NOTRUN -> [WARN][14] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-cfl-guc/igt@kms_pm_rpm@module-reload.html - bat-mtlp-6: NOTRUN -> [WARN][15] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-mtlp-6/igt@kms_pm_rpm@module-reload.html - bat-dg2-9: NOTRUN -> [WARN][16] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-dg2-9/igt@kms_pm_rpm@module-reload.html - fi-kbl-x1275: NOTRUN -> [WARN][17] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-kbl-x1275/igt@kms_pm_rpm@module-reload.html - bat-mtlp-8: NOTRUN -> [WARN][18] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-mtlp-8/igt@kms_pm_rpm@module-reload.html - bat-jsl-1: NOTRUN -> [WARN][19] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-jsl-1/igt@kms_pm_rpm@module-reload.html - fi-cfl-8700k: NOTRUN -> [WARN][20] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-cfl-8700k/igt@kms_pm_rpm@module-reload.html - bat-rpls-1: NOTRUN -> [WARN][21] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-rpls-1/igt@kms_pm_rpm@module-reload.html - bat-kbl-2: NOTRUN -> [WARN][22] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-kbl-2/igt@kms_pm_rpm@module-reload.html - fi-rkl-11600: NOTRUN -> [WARN][23] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-rkl-11600/igt@kms_pm_rpm@module-reload.html - fi-skl-6600u: NOTRUN -> [WARN][24] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-skl-6600u/igt@kms_pm_rpm@module-reload.html New tests --------- New tests have been introduced between IGT_7532 and IGTPW_9978: ### New IGT tests (1) ### * igt@kms_pm_rpm@module-reload: - Statuses : 1 dmesg-warn(s) 5 skip(s) 24 warn(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_9978 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_lmem_swapping@random-engines: - fi-bsw-n3050: NOTRUN -> [SKIP][25] ([fdo#109271]) +18 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-bsw-n3050/igt@gem_lmem_swapping@random-engines.html * igt@i915_module_load@reload: - fi-apl-guc: [PASS][26] -> [DMESG-WARN][27] ([i915#180] / [i915#1982] / [i915#7634] / [i915#8585]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@i915_module_load@reload.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@i915_module_load@reload.html * igt@i915_pm_rpm@module-reload: - fi-apl-guc: [PASS][28] -> [DMESG-WARN][29] ([i915#180] / [i915#7634] / [i915#8585]) +2 other tests dmesg-warn [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@i915_pm_rpm@module-reload.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@gt_lrc: - bat-adlp-9: [PASS][30] -> [INCOMPLETE][31] ([i915#9413]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@requests: - bat-mtlp-8: [PASS][32] -> [ABORT][33] ([i915#9414]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/bat-mtlp-8/igt@i915_selftest@live@requests.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@reset: - fi-apl-guc: [PASS][34] -> [DMESG-WARN][35] ([i915#7634]) +35 other tests dmesg-warn [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@i915_selftest@live@reset.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@i915_selftest@live@reset.html * igt@kms_addfb_basic@addfb25-4-tiled: - fi-apl-guc: [PASS][36] -> [DMESG-WARN][37] ([i915#8585]) +39 other tests dmesg-warn [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@kms_addfb_basic@addfb25-4-tiled.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@kms_addfb_basic@addfb25-4-tiled.html * igt@kms_flip@basic-flip-vs-dpms@c-dp1: - fi-apl-guc: [PASS][38] -> [DMESG-WARN][39] ([i915#180] / [i915#8585] / [i915#8703]) +37 other tests dmesg-warn [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@kms_flip@basic-flip-vs-dpms@c-dp1.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@kms_flip@basic-flip-vs-dpms@c-dp1.html * igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1: - fi-apl-guc: [PASS][40] -> [DMESG-WARN][41] ([i915#180] / [i915#1982] / [i915#8585] / [i915#8703]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html * igt@kms_hdmi_inject@inject-audio: - fi-bsw-n3050: NOTRUN -> [FAIL][42] ([IGT#3]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-bsw-n3050/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5: - bat-adlp-11: [PASS][43] -> [ABORT][44] ([i915#8668]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html * {igt@kms_pm_rpm@module-reload} (NEW): - fi-apl-guc: NOTRUN -> [DMESG-WARN][45] ([i915#180] / [i915#1982] / [i915#7634] / [i915#8585]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@kms_pm_rpm@module-reload.html - fi-pnv-d510: NOTRUN -> [SKIP][46] ([fdo#109271]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-pnv-d510/igt@kms_pm_rpm@module-reload.html - fi-ivb-3770: NOTRUN -> [SKIP][47] ([fdo#109271]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-ivb-3770/igt@kms_pm_rpm@module-reload.html - fi-elk-e7500: NOTRUN -> [SKIP][48] ([fdo#109271]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-elk-e7500/igt@kms_pm_rpm@module-reload.html - fi-ilk-650: NOTRUN -> [SKIP][49] ([fdo#109271]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-ilk-650/igt@kms_pm_rpm@module-reload.html - fi-blb-e6850: NOTRUN -> [SKIP][50] ([fdo#109271]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-blb-e6850/igt@kms_pm_rpm@module-reload.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-dpms@a-dp6: - bat-adlp-11: [DMESG-WARN][51] ([i915#6868]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/bat-adlp-11/igt@kms_flip@basic-flip-vs-dpms@a-dp6.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adlp-11/igt@kms_flip@basic-flip-vs-dpms@a-dp6.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-c-dp-5: - bat-adlp-11: [ABORT][53] ([i915#8668] / [i915#9451]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-c-dp-5.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-c-dp-5.html #### Warnings #### * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [DMESG-FAIL][55] ([i915#5334]) -> [DMESG-WARN][56] ([i915#7634]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868 [i915#7634]: https://gitlab.freedesktop.org/drm/intel/issues/7634 [i915#8585]: https://gitlab.freedesktop.org/drm/intel/issues/8585 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8703]: https://gitlab.freedesktop.org/drm/intel/issues/8703 [i915#9413]: https://gitlab.freedesktop.org/drm/intel/issues/9413 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 [i915#9451]: https://gitlab.freedesktop.org/drm/intel/issues/9451 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7532 -> IGTPW_9978 CI-20190529: 20190529 CI_DRM_13740: 669b963637b5db68eb8ceebb26434706b4689245 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9978: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/index.html IGT_7532: bf24b157b1049afc086fe65a60b22bd6bb3e18b7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- +igt@kms_pm_rpm@module-reload == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/index.html [-- Attachment #2: Type: text/html, Size: 15267 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem ` (5 preceding siblings ...) 2023-10-11 20:16 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork @ 2023-10-12 12:04 ` Patchwork 6 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2023-10-12 12:04 UTC (permalink / raw) To: Bhanuprakash Modem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 87604 bytes --] == Series Details == Series: tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) URL : https://patchwork.freedesktop.org/series/123750/ State : failure == Summary == CI Bug Log - changes from IGT_7532_full -> IGTPW_9978_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9978_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9978_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9978/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9978_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-mc-ccs} (NEW): - shard-dg2: NOTRUN -> [SKIP][1] +11 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-mc-ccs.html * igt@perf_pmu@busy-check-all@vcs1: - shard-dg2: NOTRUN -> [FAIL][2] +1 other test fail [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@perf_pmu@busy-check-all@vcs1.html - shard-dg1: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg1-19/igt@perf_pmu@busy-check-all@vcs1.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-19/igt@perf_pmu@busy-check-all@vcs1.html - shard-mtlp: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-5/igt@perf_pmu@busy-check-all@vcs1.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@perf_pmu@busy-check-all@vcs1.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_pm_rpm@modeset-pc8-residency-stress}: - shard-dg2: NOTRUN -> [SKIP][7] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_pm_rpm@modeset-pc8-residency-stress.html - shard-mtlp: NOTRUN -> [SKIP][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@kms_pm_rpm@modeset-pc8-residency-stress.html New tests --------- New tests have been introduced between IGT_7532_full and IGTPW_9978_full: ### New IGT tests (120) ### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-mc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-mc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-mc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-mc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-mc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-mc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-cc-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-cc-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-cc-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-cc-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-cc-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-cc-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-rc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-4-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-linear-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-linear-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-linear-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-x-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-x-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-a-x-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-mc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-mc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-mc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-mc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-mc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-mc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-cc-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-cc-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-cc-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-cc-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-cc-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-cc-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-rc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-4-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-linear-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-linear-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-linear-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-x-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-x-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-b-x-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-mc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-mc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-mc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-mc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-mc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-mc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-cc-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-cc-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-cc-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-cc-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-cc-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-cc-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-rc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-4-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-linear-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-linear-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-linear-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-x-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-x-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-c-x-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-mc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-mc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-mc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-mc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-mc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-mc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-cc-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-cc-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-cc-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-cc-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-cc-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-cc-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-to-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-to-linear: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-rc-ccs-to-x: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-4-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-linear-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-linear-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-linear-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-x-to-4-mc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-x-to-4-rc-ccs: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_flip_tiling@flip-change-tiling@dp-4-pipe-d-x-to-4-rc-ccs-cc: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_9978_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#8411]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#7701]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +31 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@drm_fdinfo@busy-idle@bcs0.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8562]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_param@set-priority-not-supported: - shard-dg2: NOTRUN -> [SKIP][13] ([fdo#109314]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [PASS][14] -> [FAIL][15] ([i915#2410]) +2 other tests fail [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-4/igt@gem_ctx_persistence@engines-hostile@vcs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-1/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#280]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@reset-stress: - shard-dg1: [PASS][17] -> [FAIL][18] ([i915#5784]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg1-12/igt@gem_eio@reset-stress.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-12/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#4771]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#4812]) +2 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@noheartbeat: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#8555]) +3 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_exec_balancer@noheartbeat.html - shard-mtlp: NOTRUN -> [SKIP][22] ([i915#8555]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_balancer@parallel-ordering: - shard-rkl: NOTRUN -> [SKIP][23] ([i915#4525]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#6334]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-tglu: NOTRUN -> [FAIL][25] ([i915#2842]) +4 other tests fail [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-9/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [PASS][26] -> [FAIL][27] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852]) +5 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#3539] / [i915#4852]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-12/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#7697]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][32] ([fdo#109283] / [i915#5107]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-active: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#3281]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-19/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-rkl: NOTRUN -> [SKIP][34] ([i915#3281]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-gtt-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#3281]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-4/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +20 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#4537] / [i915#4812]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@gem_exec_schedule@reorder-wide.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-rkl: NOTRUN -> [ABORT][38] ([i915#7975] / [i915#8213]) +1 other test abort [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-6/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4860]) +3 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@gem_fence_thrash@bo-copy.html * igt@gem_lmem_swapping@random: - shard-tglu: NOTRUN -> [SKIP][40] ([i915#4613]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-4/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@random-engines: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#4613]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify: - shard-apl: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#4613]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-apl6/igt@gem_lmem_swapping@verify.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#8289]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@basic-small-bo-tiledx: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4077]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@gem_mmap_gtt@basic-small-bo-tiledx.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4077]) +27 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4083]) +7 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@gem_mmap_wc@close.html * igt@gem_partial_pwrite_pread@write-snoop: - shard-rkl: NOTRUN -> [SKIP][47] ([i915#3282]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@gem_partial_pwrite_pread@write-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#3282]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +12 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_pread@snoop.html * igt@gem_pxp@display-protected-crc: - shard-tglu: NOTRUN -> [SKIP][50] ([i915#4270]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#4270]) +4 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4270]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-7/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4079]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4079]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@gem_set_tiling_vs_gtt.html * igt@gem_userptr_blits@coherency-sync: - shard-tglu: NOTRUN -> [SKIP][55] ([fdo#110542]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-6/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@coherency-unsync: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3297]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-8/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#3297]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3297]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#3297] / [i915#4880]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-unsync: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#3297]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@gem_userptr_blits@readonly-unsync.html * igt@gen3_render_tiledx_blits: - shard-rkl: NOTRUN -> [SKIP][61] ([fdo#109289]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-6/igt@gen3_render_tiledx_blits.html * igt@gen7_exec_parse@basic-rejected: - shard-dg2: NOTRUN -> [SKIP][62] ([fdo#109289]) +7 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@gen7_exec_parse@basic-rejected.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#2527]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-secure: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#2856]) +3 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@gen9_exec_parse@bb-secure.html * igt@gen9_exec_parse@bb-start-param: - shard-tglu: NOTRUN -> [SKIP][65] ([i915#2527] / [i915#2856]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@gen9_exec_parse@bb-start-param.html * igt@i915_hangman@gt-engine-hang@vcs0: - shard-mtlp: [PASS][66] -> [FAIL][67] ([i915#7069]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-4/igt@i915_hangman@gt-engine-hang@vcs0.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#7091]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-10/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-dg1: [PASS][69] -> [FAIL][70] ([i915#3591]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#6621]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_query@query-topology-known-pci-ids: - shard-rkl: NOTRUN -> [SKIP][72] ([fdo#109303]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@query-topology-unsupported: - shard-dg2: NOTRUN -> [SKIP][73] ([fdo#109302]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@i915_query@query-topology-unsupported.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][74] ([i915#9311]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@fence-restore-untiled: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4077]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-3/igt@i915_suspend@fence-restore-untiled.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#4215] / [i915#5190]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#4212]) +2 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-10/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html - shard-dg1: NOTRUN -> [SKIP][78] ([i915#4212]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-13/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#3826]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][80] ([i915#8247]) +3 other tests fail [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-12/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#404]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#5286]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][83] ([fdo#111615] / [i915#5286]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-4/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][84] ([i915#4538] / [i915#5286]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][85] -> [FAIL][86] ([i915#5138]) +3 other tests fail [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][87] ([fdo#111614]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-7/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][88] ([fdo#111614]) +8 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [PASS][89] -> [FAIL][90] ([i915#3743]) +1 other test fail [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][91] ([fdo#111615]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4538]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-13/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][93] ([i915#6187]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-4/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#5190]) +23 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][95] ([fdo#110723]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#4538] / [i915#5190]) +7 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#2705]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-10/igt@kms_big_joiner@basic.html * igt@kms_chamelium_color@ctm-0-50: - shard-mtlp: NOTRUN -> [SKIP][98] ([fdo#111827]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-8/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][99] ([fdo#111827]) +4 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-tglu: NOTRUN -> [SKIP][100] ([i915#7828]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-6/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-rkl: NOTRUN -> [SKIP][101] ([i915#7828]) +4 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#7828]) +17 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#7828]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-13/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#7828]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-8/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#3299]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@srm: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#7118]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-7/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#7118]) +2 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][108] ([i915#1339]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#3359]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-offscreen-max-size: - shard-tglu: NOTRUN -> [SKIP][110] ([i915#3555]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-3/igt@kms_cursor_crc@cursor-offscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#3359]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#3359]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#3555]) +7 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-32x10.html - shard-dg1: NOTRUN -> [SKIP][114] ([i915#3555]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][115] ([fdo#109274] / [fdo#111767] / [i915#5354]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-tglu: NOTRUN -> [SKIP][116] ([fdo#109274]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#4103] / [i915#4213] / [i915#5608]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-tglu: NOTRUN -> [SKIP][118] ([i915#4103]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][119] ([fdo#111825]) +6 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][120] ([fdo#109274] / [i915#5354]) +12 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][121] -> [FAIL][122] ([i915#2346]) +1 other test fail [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][123] -> [FAIL][124] ([i915#2346]) +1 other test fail [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@forked-move@all-pipes: - shard-mtlp: [PASS][125] -> [DMESG-WARN][126] ([i915#2017]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-5/igt@kms_cursor_legacy@forked-move@all-pipes.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-4/igt@kms_cursor_legacy@forked-move@all-pipes.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4103] / [i915#4213]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#8588]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#1257]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-7/igt@kms_dp_aux_dev.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#8812]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#3555] / [i915#3840]) +2 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3555] / [i915#3840]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fence_pin_leak: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#4881]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][134] ([fdo#109274]) +11 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#8381]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-dg2: NOTRUN -> [SKIP][136] ([fdo#109274] / [fdo#111767]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@flip-vs-expired-vblank@b-dp1: - shard-apl: [PASS][137] -> [FAIL][138] ([i915#79]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-apl7/igt@kms_flip@flip-vs-expired-vblank@b-dp1.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-apl6/igt@kms_flip@flip-vs-expired-vblank@b-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#2672]) +7 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#3555] / [i915#8810]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [DMESG-FAIL][141] ([i915#8585]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][142] ([i915#2587] / [i915#2672]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - shard-dg2: NOTRUN -> [FAIL][143] ([i915#6880]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#8708]) +29 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][145] ([fdo#109280]) +4 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: - shard-tglu: NOTRUN -> [SKIP][146] ([fdo#110189]) +5 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#3458]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-glk: NOTRUN -> [SKIP][148] ([fdo#109271]) +35 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-glk1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#5354]) +54 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt: - shard-dg1: NOTRUN -> [SKIP][150] ([fdo#111825]) +2 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#3023]) +5 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#3458]) +28 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#1825]) +3 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move: - shard-rkl: NOTRUN -> [SKIP][154] ([fdo#111825] / [i915#1825]) +11 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#8708]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#6118]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#8228]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-7/igt@kms_hdr@bpc-switch.html - shard-tglu: NOTRUN -> [SKIP][158] ([i915#3555] / [i915#8228]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#8228]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-12/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@static-swap: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#3555] / [i915#8228]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_hdr@static-swap.html * igt@kms_panel_fitting@atomic-fastset: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#6301]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglu: NOTRUN -> [SKIP][162] ([fdo#109289]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-4/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [DMESG-WARN][163] ([i915#8841]) +1 other test dmesg-warn [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-snb1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#3546]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#5176] / [i915#9423]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][166] ([fdo#109271]) +21 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-snb1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#5235]) +7 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#5235]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1: - shard-apl: NOTRUN -> [SKIP][169] ([fdo#109271]) +34 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-apl2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#5235]) +23 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-12/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#6524]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][172] ([i915#658]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][173] ([fdo#111068] / [i915#658]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-dg1: NOTRUN -> [SKIP][174] ([fdo#111068] / [i915#658]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#658]) +5 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@psr2_sprite_plane_move: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#1072]) +12 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@kms_psr@psr2_sprite_plane_move.html - shard-dg1: NOTRUN -> [SKIP][177] ([i915#1072] / [i915#4078]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-13/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_psr@psr2_suspend: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#1072]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-6/igt@kms_psr@psr2_suspend.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglu: NOTRUN -> [SKIP][179] ([i915#5461] / [i915#658]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#4235] / [i915#5190]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#4235]) +1 other test skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-rkl: NOTRUN -> [SKIP][182] ([i915#3555]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_sequence@get-forked-busy@dp-4-pipe-d: - shard-dg2: NOTRUN -> [DMESG-WARN][183] ([i915#8585]) +2 other tests dmesg-warn [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_sequence@get-forked-busy@dp-4-pipe-d.html * igt@kms_setmode@basic-clone-single-crtc: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#4098]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-10/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_tv_load_detect@load-detect: - shard-dg2: NOTRUN -> [SKIP][185] ([fdo#109309]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1: - shard-tglu: [PASS][186] -> [FAIL][187] ([i915#9196]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html * igt@kms_vblank@pipe-d-query-forked-busy-hang: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#4070] / [i915#533] / [i915#6768]) +1 other test skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-4/igt@kms_vblank@pipe-d-query-forked-busy-hang.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#2437]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-pixel-formats: - shard-tglu: NOTRUN -> [SKIP][190] ([i915#2437]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-3/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#2436]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#7387]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@perf@global-sseu-config.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#2434]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-6/igt@perf@mi-rpc.html * igt@perf_pmu@busy-check-all@bcs0: - shard-dg2: NOTRUN -> [FAIL][194] ([i915#4349]) +2 other tests fail [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@perf_pmu@busy-check-all@bcs0.html - shard-dg1: [PASS][195] -> [FAIL][196] ([i915#4349]) +2 other tests fail [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg1-19/igt@perf_pmu@busy-check-all@bcs0.html [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-19/igt@perf_pmu@busy-check-all@bcs0.html * igt@perf_pmu@busy-check-all@vcs0: - shard-mtlp: [PASS][197] -> [FAIL][198] ([i915#4349]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-5/igt@perf_pmu@busy-check-all@vcs0.html [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@perf_pmu@busy-check-all@vcs0.html * igt@perf_pmu@event-wait@rcs0: - shard-dg2: NOTRUN -> [SKIP][199] ([fdo#112283]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@frequency@gt0: - shard-dg2: NOTRUN -> [FAIL][200] ([i915#6806]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@perf_pmu@frequency@gt0.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [CRASH][201] ([i915#9351]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#3708] / [i915#4077]) +1 other test skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#3708]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-1/igt@prime_vgem@fence-flip-hang.html * igt@sysfs_heartbeat_interval@mixed@vecs0: - shard-mtlp: [PASS][204] -> [FAIL][205] ([i915#1731]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-2/igt@sysfs_heartbeat_interval@mixed@vecs0.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@vecs0.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [PASS][206] -> [ABORT][207] ([i915#8521] / [i915#8865]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-8/igt@sysfs_preempt_timeout@timeout@vecs0.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-5/igt@sysfs_preempt_timeout@timeout@vecs0.html * igt@v3d/v3d_create_bo@create-bo-invalid-flags: - shard-rkl: NOTRUN -> [SKIP][208] ([fdo#109315]) +1 other test skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-7/igt@v3d/v3d_create_bo@create-bo-invalid-flags.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-tglu: NOTRUN -> [SKIP][209] ([fdo#109315] / [i915#2575]) +2 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_submit_cl@single-in-sync: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#2575]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-1/igt@v3d/v3d_submit_cl@single-in-sync.html * igt@v3d/v3d_submit_csd@bad-pad: - shard-dg1: NOTRUN -> [SKIP][211] ([i915#2575]) +1 other test skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-pad.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#2575]) +25 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-3/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done: - shard-tglu: NOTRUN -> [SKIP][213] ([i915#2575]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-2/igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done.html * igt@vc4/vc4_perfmon@create-single-perfmon: - shard-mtlp: NOTRUN -> [SKIP][214] ([i915#7711]) +1 other test skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-7/igt@vc4/vc4_perfmon@create-single-perfmon.html * igt@vc4/vc4_tiling@get-bad-modifier: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#7711]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-14/igt@vc4/vc4_tiling@get-bad-modifier.html * igt@vc4/vc4_tiling@set-get: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#7711]) +14 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-10/igt@vc4/vc4_tiling@set-get.html * igt@vc4/vc4_wait_bo@unused-bo-0ns: - shard-rkl: NOTRUN -> [SKIP][217] ([i915#7711]) +2 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-6/igt@vc4/vc4_wait_bo@unused-bo-0ns.html #### Possible fixes #### * igt@gem_ctx_isolation@preservation-s3@vecs0: - shard-mtlp: [ABORT][218] ([i915#9262]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-4/igt@gem_ctx_isolation@preservation-s3@vecs0.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-7/igt@gem_ctx_isolation@preservation-s3@vecs0.html * igt@gem_ctx_persistence@engines-hang@vcs0: - shard-mtlp: [FAIL][220] ([i915#2410]) -> [PASS][221] [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-3/igt@gem_ctx_persistence@engines-hang@vcs0.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-5/igt@gem_ctx_persistence@engines-hang@vcs0.html * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][222] ([i915#5784]) -> [PASS][223] +1 other test pass [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg1-17/igt@gem_eio@unwedge-stress.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@gem_eio@unwedge-stress.html * igt@gem_exec_endless@dispatch@bcs0: - shard-dg2: [TIMEOUT][224] ([i915#3778] / [i915#7016]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg2-6/igt@gem_exec_endless@dispatch@bcs0.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg2-11/igt@gem_exec_endless@dispatch@bcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [FAIL][226] ([i915#2842]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fence@parallel@vecs0: - shard-mtlp: [FAIL][228] ([i915#8957]) -> [PASS][229] +2 other tests pass [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-4/igt@gem_exec_fence@parallel@vecs0.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-6/igt@gem_exec_fence@parallel@vecs0.html * igt@gem_exec_flush@basic-batch-kernel-default-wb: - shard-mtlp: [DMESG-FAIL][230] ([i915#8962]) -> [PASS][231] +3 other tests pass [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-wb.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-6/igt@gem_exec_flush@basic-batch-kernel-default-wb.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [FAIL][232] ([i915#7069]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-7/igt@i915_hangman@engine-engine-hang@vcs0.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [FAIL][234] ([fdo#103375]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [FAIL][236] ([i915#3743]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglu: [FAIL][238] ([i915#4767]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-9/igt@kms_fbcon_fbt@fbc-suspend.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-9/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1: - shard-apl: [ABORT][240] ([i915#180]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-apl1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html * igt@kms_plane_multiple@tiling-x@pipe-a-edp-1: - shard-mtlp: [ABORT][242] ([i915#9414]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-8/igt@kms_plane_multiple@tiling-x@pipe-a-edp-1.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-1/igt@kms_plane_multiple@tiling-x@pipe-a-edp-1.html * {igt@kms_pm_dc@dc6-dpms}: - shard-tglu: [FAIL][244] ([i915#9295]) -> [PASS][245] [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-4/igt@kms_pm_dc@dc6-dpms.html * {igt@kms_pm_dc@dc9-dpms}: - shard-tglu: [SKIP][246] ([i915#4281]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][248] ([i915#9196]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1: - shard-mtlp: [FAIL][250] ([i915#9196]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [FAIL][252] ([i915#4349]) -> [PASS][253] [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-8/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg1: [FAIL][254] ([i915#5234]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-dg1-12/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all@rcs0.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglu: [FAIL][256] ([i915#2681] / [i915#3591]) -> [WARN][257] ([i915#2681]) +1 other test warn [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-vga-1: - shard-snb: [DMESG-WARN][258] ([i915#8841]) -> [DMESG-WARN][259] ([i915#5090] / [i915#8841]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-snb6/igt@kms_cursor_crc@cursor-suspend@pipe-a-vga-1.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-snb4/igt@kms_cursor_crc@cursor-suspend@pipe-a-vga-1.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][260] ([i915#4816]) -> [SKIP][261] ([i915#4070] / [i915#4816]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: [TIMEOUT][262] ([i915#9516]) -> [ABORT][263] ([i915#8521] / [i915#8865]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7532/shard-mtlp-2/igt@sysfs_timeslice_duration@timeout@vecs0.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/shard-mtlp-1/igt@sysfs_timeslice_duration@timeout@vecs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#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#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [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#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [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#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [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#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5090]: https://gitlab.freedesktop.org/drm/intel/issues/5090 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#7016]: https://gitlab.freedesktop.org/drm/intel/issues/7016 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7091]: https://gitlab.freedesktop.org/drm/intel/issues/7091 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [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#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [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#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562 [i915#8585]: https://gitlab.freedesktop.org/drm/intel/issues/8585 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8957]: https://gitlab.freedesktop.org/drm/intel/issues/8957 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433 [i915#9516]: https://gitlab.freedesktop.org/drm/intel/issues/9516 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7532 -> IGTPW_9978 CI-20190529: 20190529 CI_DRM_13740: 669b963637b5db68eb8ceebb26434706b4689245 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9978: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/index.html IGT_7532: bf24b157b1049afc086fe65a60b22bd6bb3e18b7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9978/index.html [-- Attachment #2: Type: text/html, Size: 104373 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-10-12 12:04 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-11 10:17 [igt-dev] [i-g-t V7 0/4] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 1/4] " Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 2/4] tests/intel/pm_rpm: Split module-reload test Bhanuprakash Modem 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 3/4] tests/intel/pm_rpm: Fix CI with renamed tests Bhanuprakash Modem 2023-10-11 14:55 ` Kamil Konieczny 2023-10-11 10:17 ` [igt-dev] [i-g-t V7 4/4] tests/intel-ci: Add module-reload test to CI Bhanuprakash Modem 2023-10-11 14:13 ` Sharma, Swati2 2023-10-11 20:16 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/pm: Separate display specific tests from i915_pm_rpm (rev4) Patchwork 2023-10-11 20:16 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork 2023-10-12 12:04 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox