projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03efb88
)
drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.
author
Dave Airlie
<airlied@redhat.com>
Thu, 12 Mar 2009 23:35:32 +0000
(09:35 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 13 Mar 2009 04:24:21 +0000
(14:24 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600_cp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r600_cp.c
b/drivers/gpu/drm/radeon/r600_cp.c
index 490f35396cbb14d93f94bc063804b982ac765420..76eb0d5ab570c9ee264742a4bef586785c66912c 100644
(file)
--- a/
drivers/gpu/drm/radeon/r600_cp.c
+++ b/
drivers/gpu/drm/radeon/r600_cp.c
@@
-125,7
+125,7
@@
void r600_page_table_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info
return;
if (gart_info->bus_addr) {
- max_pages = (gart_info->table_size / sizeof(u
32
));
+ max_pages = (gart_info->table_size / sizeof(u
64
));
pages = (entry->pages <= max_pages)
? entry->pages : max_pages;