Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322857
b: refs/heads/master
c: 610bd7d
h: refs/heads/master
i:
  322855: 8cf874f
v: v3
  • Loading branch information
Dave Airlie committed Sep 14, 2012
1 parent f1e76ef commit 41269f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 363fca822501470a4dca17d690280481d5286ee2
refs/heads/master: 610bd7da160f76f1644ecb4cd7f39511b49a22cc
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ nouveau_display_dumb_create(struct drm_file *file_priv, struct drm_device *dev,
args->size = args->pitch * args->height;
args->size = roundup(args->size, PAGE_SIZE);

ret = nouveau_gem_new(dev, args->size, 0, TTM_PL_FLAG_VRAM, 0, 0, &bo);
ret = nouveau_gem_new(dev, args->size, 0, NOUVEAU_GEM_DOMAIN_VRAM, 0, 0, &bo);
if (ret)
return ret;

Expand Down

0 comments on commit 41269f6

Please sign in to comment.