Bug 111651 - [CI][RESUME] igt@gem_ctx_shared@q-independent-bsd[12] - Skip - mmio base not known
Summary: [CI][RESUME] igt@gem_ctx_shared@q-independent-bsd[12] - Skip - mmio base not ...
Status: RESOLVED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: IGT (show other bugs)
Version: XOrg git
Hardware: Other All
: high normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-11 07:59 UTC by Martin Peres
Modified: 2019-11-12 07:41 UTC (History)
1 user (show)

See Also:
i915 platform: TGL
i915 features: GEM/Other


Attachments

Description Martin Peres 2019-09-11 07:59:29 UTC
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)
Comment 1 Martin Peres 2019-09-11 08:00:08 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.
Comment 3 Caz.Yokoyama 2019-09-16 16:17:03 UTC
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");
Comment 4 ashutosh.dixit 2019-10-15 23:18:36 UTC
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.
Comment 5 Martin Peres 2019-11-12 07:41:48 UTC
-- 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.