Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138977
b: refs/heads/master
c: 0893215
h: refs/heads/master
i:
  138975: 22c4a30
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Mar 13, 2009
1 parent 8dcbe75 commit 2028457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53c379e9462b59d4e166429ff064aaf0e7743795
refs/heads/master: 08932156cc2d4f8807dc5ca5c3d6ccd85080610a
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/radeon/r600_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ void r600_page_table_cleanup(struct drm_device *dev, struct drm_ati_pcigart_info
int pages;
int i;

if (!entry)
return;

if (gart_info->bus_addr) {
max_pages = (gart_info->table_size / sizeof(u32));
pages = (entry->pages <= max_pages)
Expand Down

0 comments on commit 2028457

Please sign in to comment.