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:
7320700
)
drm/radeon/kms: fix rv515 VRAM initialisation.
author
Dave Airlie
<airlied@redhat.com>
Mon, 3 Aug 2009 02:03:03 +0000
(12:03 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 4 Aug 2009 03:41:04 +0000
(13:41 +1000)
This got missed in the VRAM init re-workings.
Signed-of-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/rv515.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/rv515.c
b/drivers/gpu/drm/radeon/rv515.c
index 551e608702e45bc0a620bca519f4811404e95567..fd8f3ca716ea2c2d020614f1a4097b3df8edd5d2 100644
(file)
--- a/
drivers/gpu/drm/radeon/rv515.c
+++ b/
drivers/gpu/drm/radeon/rv515.c
@@
-370,6
+370,7
@@
void rv515_vram_info(struct radeon_device *rdev)
rv515_vram_get_type(rdev);
+ r100_vram_init_sizes(rdev);
/* FIXME: we should enforce default clock in case GPU is not in
* default setup
*/