[Bug 93460] [amdgpu] Ooops during shutdown - amdgpu_vm_grab_id

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 20 20:08:20 PST 2015


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

--- Comment #3 from david1.zhou at amd.com <david1.zhou at amd.com> ---
0x24e7e is in amdgpu_vm_grab_id (include/linux/fence.h:292).
287     * Returns true if f1 is chronologically later than f2. Both fences must
be
288     * from the same context, since a seqno is not re-used across contexts.
289     */
290    static inline bool fence_is_later(struct fence *f1, struct fence *f2)
291    {
292        if (WARN_ON(f1->context != f2->context))
293            return false;

This should be normal warnings, isn't bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151221/a6e6950e/attachment-0001.html>


More information about the dri-devel mailing list