Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185588
b: refs/heads/master
c: 93f319d
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Feb 18, 2010
1 parent 2f85395 commit 3d0a980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 6ad86c311a8b8a6d856527a1b6ba21790ab7054b
refs/heads/master: 93f319d31cc42a77bd5e953e861a8f2bfb277ad1
12 changes: 0 additions & 12 deletions trunk/drivers/gpu/drm/radeon/r600.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,6 @@ void r600_hpd_fini(struct radeon_device *rdev)
/*
* R600 PCIE GART
*/
int r600_gart_clear_page(struct radeon_device *rdev, int i)
{
void __iomem *ptr = (void *)rdev->gart.table.vram.ptr;
u64 pte;

if (i < 0 || i > rdev->gart.num_gpu_pages)
return -EINVAL;
pte = 0;
writeq(pte, ((void __iomem *)ptr) + (i * 8));
return 0;
}

void r600_pcie_gart_tlb_flush(struct radeon_device *rdev)
{
unsigned i;
Expand Down

0 comments on commit 3d0a980

Please sign in to comment.