Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253233
b: refs/heads/master
c: 62fff81
h: refs/heads/master
i:
  253231: 4e4bc38
v: v3
  • Loading branch information
Daniel Haid authored and Dave Airlie committed Jun 8, 2011
1 parent e24e683 commit 5591652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 428c6e3630b343d5b3034af914015d10c94bb90e
refs/heads/master: 62fff811d73095bd95579d72f558f03c78f7914a
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ int radeon_device_init(struct radeon_device *rdev,
dma_bits = rdev->need_dma32 ? 32 : 40;
r = pci_set_dma_mask(rdev->pdev, DMA_BIT_MASK(dma_bits));
if (r) {
rdev->need_dma32 = true;
printk(KERN_WARNING "radeon: No suitable DMA available.\n");
}

Expand Down

0 comments on commit 5591652

Please sign in to comment.