diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/compote/compote.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/compote/compote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/compote/compote.h b/drivers/gpu/drm/nouveau/compote/compote.h index ef8ea114db42..6e04c56c2613 100644 --- a/drivers/gpu/drm/nouveau/compote/compote.h +++ b/drivers/gpu/drm/nouveau/compote/compote.h @@ -65,6 +65,7 @@ struct compote_channel { struct compote_file *cfile; struct nouveau_channel *nvchan; struct kref kref; + struct nvif_object nvcompute; }; long compote_ioctl_mem_alloc(struct compote_file *cfile, void __user *uarg); |