Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138984
b: refs/heads/master
c: 06f0a48
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Mar 13, 2009
1 parent 84ce1b1 commit 3042199
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: 03efb8853c35aff51c7b901bf412f32765fe0fd9
refs/heads/master: 06f0a488c1b642d3cd7769da66600e5148c3fad8
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/r600_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(u32));
max_pages = (gart_info->table_size / sizeof(u64));
pages = (entry->pages <= max_pages)
? entry->pages : max_pages;

Expand Down

0 comments on commit 3042199

Please sign in to comment.