OSDN Git Service

intel: Add a forward declaration of struct drm_clip_rect
[android-x86/external-libdrm.git] / nouveau / nouveau_notifier.c
index f8cfd8b..513fa63 100644 (file)
@@ -80,6 +80,8 @@ nouveau_notifier_free(struct nouveau_notifier **notifier)
        nvchan = nouveau_channel(nvnotify->base.channel);
        nvdev   = nouveau_device(nvchan->base.device);
 
+       FIRE_RING(&nvchan->base);
+
        f.channel = nvchan->drm.channel;
        f.handle  = nvnotify->base.handle;
        drmCommandWrite(nvdev->fd, DRM_NOUVEAU_GPUOBJ_FREE, &f, sizeof(f));