aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-02-09 23:42:08 -0500
committerBen Skeggs <bskeggs@redhat.com>2011-02-24 15:45:40 -0500
commit6ba9a68317781537d6184d3fdb2d0f20c97da3a4 (patch)
tree8d4a1335d09868883da891f96e54e624d4209241 /drivers/gpu/drm/nouveau/nouveau_drv.h
parenta67047883410ee37d27806bb8415a84673934b4f (diff)
drm/nouveau: pass domain rather than ttm flags to gem_new()
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index f591c84a2792..fce748f0f925 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -1352,7 +1352,7 @@ static inline struct nouveau_fence *nouveau_fence_ref(struct nouveau_fence *obj)
1352 1352
1353/* nouveau_gem.c */ 1353/* nouveau_gem.c */
1354extern int nouveau_gem_new(struct drm_device *, struct nouveau_channel *, 1354extern int nouveau_gem_new(struct drm_device *, struct nouveau_channel *,
1355 int size, int align, uint32_t flags, 1355 int size, int align, uint32_t domain,
1356 uint32_t tile_mode, uint32_t tile_flags, 1356 uint32_t tile_mode, uint32_t tile_flags,
1357 struct nouveau_bo **); 1357 struct nouveau_bo **);
1358extern int nouveau_gem_object_new(struct drm_gem_object *); 1358extern int nouveau_gem_object_new(struct drm_gem_object *);