Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209811
b: refs/heads/master
c: 4dfe947
h: refs/heads/master
i:
  209809: f689603
  209807: 1cc9aca
v: v3
  • Loading branch information
Dave Airlie committed Aug 22, 2010
1 parent 4b26695 commit b46e590
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: d033af87e2a215a57ac2bbc47e0d7a544f2afcc4
refs/heads/master: 4dfe947e74a1de3eb638cc36d51bf56d6609057b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int radeonfb_create_pinned_object(struct radeon_fbdev *rfbdev,
aligned_size = ALIGN(size, PAGE_SIZE);
ret = radeon_gem_object_create(rdev, aligned_size, 0,
RADEON_GEM_DOMAIN_VRAM,
false, ttm_bo_type_kernel,
false, true,
&gobj);
if (ret) {
printk(KERN_ERR "failed to allocate framebuffer (%d)\n",
Expand Down

0 comments on commit b46e590

Please sign in to comment.