]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_bo.h
dma-buf: rename reservation_object to dma_resv
[linux.git] / drivers / gpu / drm / nouveau / nouveau_bo.h
index d675efe8e7f92bfee8afe4034154b649b39e62cf..3ae84834bd5c7fdc6cf67fd0b8a3d9ea441de8b7 100644 (file)
@@ -73,7 +73,7 @@ extern struct ttm_bo_driver nouveau_bo_driver;
 void nouveau_bo_move_init(struct nouveau_drm *);
 int  nouveau_bo_new(struct nouveau_cli *, u64 size, int align, u32 flags,
                    u32 tile_mode, u32 tile_flags, struct sg_table *sg,
-                   struct reservation_object *robj,
+                   struct dma_resv *robj,
                    struct nouveau_bo **);
 int  nouveau_bo_pin(struct nouveau_bo *, u32 flags, bool contig);
 int  nouveau_bo_unpin(struct nouveau_bo *);