[Bug 112156] [CI][SHARDS]igt at i915_selftest@mock_requests - incomplete - GEM_BUG_ON(!list_empty(&timelines->hwsp_free_list))

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 29 15:02:25 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=112156

Caz.Yokoyama at intel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|not set                     |high
           Severity|not set                     |major

--- Comment #2 from Caz.Yokoyama at intel.com ---
<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 = &gt->timelines;

        GEM_BUG_ON(!list_empty(&timelines->active_list));
        GEM_BUG_ON(!list_empty(&timelines->hwsp_free_list));

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20191029/63929fdc/attachment-0001.html>


More information about the intel-gfx-bugs mailing list