Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15085
b: refs/heads/master
c: 47807ce
h: refs/heads/master
i:
  15083: d84b8c4
v: v3
  • Loading branch information
Dave Airlie authored and Linus Torvalds committed Dec 13, 2005
1 parent 17e5e4e commit 8801c26
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: 0e670506668a43e1355b8f10c33d081a676bd521
refs/heads/master: 47807ce381acc34a7ffee2b42e35e96c0f322e52
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/radeon_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ static int radeon_do_init_cp(drm_device_t * dev, drm_radeon_init_t * init)

dev_priv->gart_size = init->gart_size;
dev_priv->gart_vm_start = dev_priv->fb_location
+ RADEON_READ(RADEON_CONFIG_APER_SIZE);
+ RADEON_READ(RADEON_CONFIG_APER_SIZE) * 2;

#if __OS_HAS_AGP
if (!dev_priv->is_pci)
Expand Down

0 comments on commit 8801c26

Please sign in to comment.