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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Comment # 3 on bug 93460 from
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:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux