https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_364/fi-tgl-u/igt@gem_ctx_shared@q-independent-bsd2.html Starting subtest: Q-independent-bsd2 mmio base not known Subtest Q-independent-bsd2: SKIP (0.000s)
This is related to https://bugs.freedesktop.org/show_bug.cgi?id=110839, but filed as a separate bug because ICL and CML do not have this skip.
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * TGL: igt@gem_ctx_shared@q-independent-bsd[12] - skip - mmio base not known - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_365/fi-tgl-u/igt@gem_ctx_shared@q-independent-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_362/fi-tgl-u/igt@gem_ctx_shared@q-independent-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_363/fi-tgl-u/igt@gem_ctx_shared@q-independent-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14335/re-tgl-u/igt@gem_ctx_shared@q-independent-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14335/re-tgl-u/igt@gem_ctx_shared@q-independent-bsd2.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_364/fi-tgl-u/igt@gem_ctx_shared@q-independent-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_364/fi-tgl-u/igt@gem_ctx_shared@q-independent-bsd2.html
Need to update igt for TGL. igt_subtest_f("Q-independent-%s", e->name) independent(i915, ring = e->exec_id | e->flags, flags = 0); switch (ring) { case I915_EXEC_DEFAULT: case I915_EXEC_RENDER: #if 0 case I915_EXEC_BSD: mmio_base = 0x12000; break; #endif case I915_EXEC_VEBOX: default: igt_skip("mmio base not known\n");
Should probably start by looking at what the mmio_base values are and why bsd is commented out? This will skip on all platforms for BSD engine, not just TGL correct? See https://bugs.freedesktop.org/show_bug.cgi?id=110839.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/32.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.