Displaying 1 result from an estimated 1 matches for "nouveau_abi16_ntfy_fini".
2013 Mar 05
0
[PATCH] drm/nouveau: idle channel before releasing notify object
...p;
+ /* wait for all activity to stop before releasing notify object, which
+ * may be still in use */
+ if (chan->chan && chan->ntfy)
+ nouveau_channel_idle(chan->chan);
+
/* cleanup notifier state */
list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) {
nouveau_abi16_ntfy_fini(chan, ntfy);
--
1.8.1.4