Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322393
b: refs/heads/master
c: 4a2b666
h: refs/heads/master
i:
  322391: fb9bddb
v: v3
  • Loading branch information
Jerome Glisse authored and Alex Deucher committed Aug 29, 2012
1 parent a1839d6 commit aabb79d
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: 0ceb996c9e729b056977a0f07692b38bbd57bc77
refs/heads/master: 4a2b6662c3632176b4fdf012243dd3751367bf1f
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ int radeon_device_init(struct radeon_device *rdev,
if (rdev->flags & RADEON_IS_AGP)
rdev->need_dma32 = true;
if ((rdev->flags & RADEON_IS_PCI) &&
(rdev->family < CHIP_RS400))
(rdev->family <= CHIP_RS740))
rdev->need_dma32 = true;

dma_bits = rdev->need_dma32 ? 32 : 40;
Expand Down

0 comments on commit aabb79d

Please sign in to comment.