Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228619
b: refs/heads/master
c: 880981e
h: refs/heads/master
i:
  228617: fa0b72b
  228615: b5373da
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Dec 21, 2010
1 parent e714d45 commit d3ed3e8
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c324acd5032f516b8188da99d2ce05cf8d1294d6
refs/heads/master: 880981e49b90568ebb53428e231b43b8c1049ef9
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/evergreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2782,6 +2782,11 @@ static int evergreen_startup(struct radeon_device *rdev)
rdev->asic->copy = NULL;
dev_warn(rdev->dev, "failed blitter (%d) falling back to memcpy\n", r);
}
/* XXX: ontario has problems blitting to gart at the moment */
if (rdev->family == CHIP_PALM) {
rdev->asic->copy = NULL;
rdev->mc.active_vram_size = rdev->mc.visible_vram_size;
}

/* allocate wb buffer */
r = radeon_wb_init(rdev);
Expand Down

0 comments on commit d3ed3e8

Please sign in to comment.