[Bug 95634] [BAT BYT] "HW access outside of RPM atomic section" on driver unload

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 24 12:00:23 UTC 2016


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

--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
So this would catch the straightforward load/unload, it would not if any work
was done in between that left the default context uninitialised.

We can either flag it as initialised and never load the golden render state for
the default context (which is valid as it should never be executed itself, and
the render state should be applied to all other contexts on first use), or we
go full monty and follow my planned route of making suspend lockless and not
emitting a batch here at all for !execlists:
https://cgit.freedesktop.org/~ickle/linux-2.6/commit/?h=tasklet&id=f8fff5e32923a56ea5ce73a4ae68968bc60b70c8

First two steps are pretty simple though...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list 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/20160524/ae5a21b2/attachment.html>


More information about the intel-gfx-bugs mailing list