Summary: | [CI][SHARDS]igt@i915_selftest@mock_requests - incomplete - GEM_BUG_ON(!list_empty(&timelines->hwsp_free_list)) | ||
---|---|---|---|
Product: | DRI | Reporter: | Lakshmi <lakshminarayana.vudum> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | major | ||
Priority: | high | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | SKL | i915 features: | GEM/Other |
Description
Lakshmi
2019-10-28 16:00:40 UTC
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * SKL: igt@i915_selftest@mock_requests - incomplete - GEM_BUG_ON(!list_empty(&timelines->hwsp_free_list)) - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7187/shard-skl7/igt@i915_selftest@mock_requests.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7192/shard-skl5/igt@i915_selftest@mock_requests.html - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_5223/shard-skl8/igt@i915_selftest@mock_requests.html <0> [102.469071] i915_sel-1024 1.... 93323517us : intel_timelines_fini: timelines_fini:570 GEM_BUG_ON(!list_empty(&timelines->hwsp_free_list)) ------- This is actually the following code in drivers/gpu/drm/i915/gt/intel_timeline.c. static void timelines_fini(struct intel_gt *gt) { struct intel_gt_timelines *timelines = >->timelines; GEM_BUG_ON(!list_empty(&timelines->active_list)); GEM_BUG_ON(!list_empty(&timelines->hwsp_free_list)); Again, should be fixed by updates to intel_gt_wait_for_idle. |
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.