Re: [PATCH v2] drm/panfrost: Move the GPU reset bits outside the timeout handler

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

 



On 2020-10-30 10:53, Boris Brezillon wrote:
[...]
+	/* Schedule a reset if there's no reset in progress. */
+	if (!atomic_cmpxchg(&pfdev->reset.pending, 0, 1))

Nit: this could just be a simple xchg with 1 - you don't need the compare aspect, since setting it to true when it was already true is still harmless ;)

Robin.
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://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