[Bug 111427] [CI][BAT] igt at gem_sync@basic-store-each - incomplete - Kernel panic - not syncing: Fatal exception in interrupt

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Aug 19 12:25:42 UTC 2019


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

--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
Based on the age and addr hints, something to do with

static bool
need_timeslice(struct intel_engine_cs *engine, const struct i915_request *rq)
{
        int hint;

        if (!intel_engine_has_semaphores(engine))
                return false;

        if (list_is_last(&rq->sched.link, &engine->active.requests))
                return false;

        hint = max(rq_prio(list_next_entry(rq, sched.link)),
                   engine->execlists.queue_priority_hint);

        return hint >= effective_prio(rq);
}

Likely suspect is *list_next_entry(rq, sched.link)

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


More information about the intel-gfx-bugs mailing list