Summary: | [CI][RESUME] igt@gem_ctx_shared@q-independent-bsd[12] - Skip - mmio base not known | ||
---|---|---|---|
Product: | DRI | Reporter: | Martin Peres <martin.peres> |
Component: | IGT | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | intel-gfx-bugs |
Version: | XOrg git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | TGL | i915 features: | GEM/Other |
Description
Martin Peres
2019-09-11 07:59:29 UTC
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.