projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abfaa44
)
drm/radeon: Original Radeons had PCI GART, not PCIe GART.
author
Michel Dänzer
<
[email protected]
>
Wed, 2 May 2012 08:29:56 +0000
(10:29 +0200)
committer
Dave Airlie
<
[email protected]
>
Thu, 3 May 2012 08:18:10 +0000
(09:18 +0100)
Just a cosmetic fix to make dmesg a little less confusing.
Signed-off-by: Michel Dänzer <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/radeon/r100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r100.c
b/drivers/gpu/drm/radeon/r100.c
index 42d60abf2ebee0a5361b262d96b0c5530a8bfb5e..ad6ceb731713b72959af9fb1a06b7729a62de7e4 100644
(file)
--- a/
drivers/gpu/drm/radeon/r100.c
+++ b/
drivers/gpu/drm/radeon/r100.c
@@
-660,7
+660,7
@@
int r100_pci_gart_enable(struct radeon_device *rdev)
tmp = RREG32(RADEON_AIC_CNTL) | RADEON_PCIGART_TRANSLATE_EN;
WREG32(RADEON_AIC_CNTL, tmp);
r100_pci_gart_tlb_flush(rdev);
- DRM_INFO("PCI
E
GART of %uM enabled (table at 0x%016llX).\n",
+ DRM_INFO("PCI GART of %uM enabled (table at 0x%016llX).\n",
(unsigned)(rdev->mc.gtt_size >> 20),
(unsigned long long)rdev->gart.table_addr);
rdev->gart.ready = true;