Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361539
b: refs/heads/master
c: 271e53d
h: refs/heads/master
i:
  361537: db11038
  361535: 79934ac
v: v3
  • Loading branch information
Alex Deucher committed Mar 15, 2013
1 parent 1e10a21 commit d422c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: fa8d387dc3f62062a6b4afbbb2a3438094fd8584
refs/heads/master: 271e53dcffa527c853b4f1b0cdedd10bef406a22
5 changes: 1 addition & 4 deletions trunk/drivers/gpu/drm/radeon/radeon_benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,7 @@ static void radeon_benchmark_move(struct radeon_device *rdev, unsigned size,
goto out_cleanup;
}

/* r100 doesn't have dma engine so skip the test */
/* also, VRAM-to-VRAM test doesn't make much sense for DMA */
/* skip it as well if domains are the same */
if ((rdev->asic->copy.dma) && (sdomain != ddomain)) {
if (rdev->asic->copy.dma) {
time = radeon_benchmark_do_move(rdev, size, saddr, daddr,
RADEON_BENCHMARK_COPY_DMA, n);
if (time < 0)
Expand Down

0 comments on commit d422c12

Please sign in to comment.