Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300039
b: refs/heads/master
c: c994ead
h: refs/heads/master
i:
  300037: e527046
  300035: d918d4a
  300031: aa42854
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed May 4, 2012
1 parent 8ff16bf commit a1b112d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b6bb962589b069ec6b1c1f04f5b47e81d3820f4d
refs/heads/master: c994ead62ce9599e56344be9b3bead08f242aa79
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ int radeon_wb_init(struct radeon_device *rdev)
rdev->wb.use_event = true;
}
}
/* always use writeback/events on NI */
if (ASIC_IS_DCE5(rdev)) {
/* always use writeback/events on NI, APUs */
if (rdev->family >= CHIP_PALM) {
rdev->wb.enabled = true;
rdev->wb.use_event = true;
}
Expand Down

0 comments on commit a1b112d

Please sign in to comment.