drm/nouveau: pass domain rather than ttm flags to gem_new()
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / nouveau / nouveau_drv.h
index f591c84a2792e76607fa074621548f1bd2ea819a..fce748f0f92556cf82ec5384c17eb899bb62f3f7 100644 (file)
@@ -1352,7 +1352,7 @@ static inline struct nouveau_fence *nouveau_fence_ref(struct nouveau_fence *obj)
 
 /* nouveau_gem.c */
 extern int nouveau_gem_new(struct drm_device *, struct nouveau_channel *,
-                          int size, int align, uint32_t flags,
+                          int size, int align, uint32_t domain,
                           uint32_t tile_mode, uint32_t tile_flags,
                           struct nouveau_bo **);
 extern int nouveau_gem_object_new(struct drm_gem_object *);