Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228874
b: refs/heads/master
c: 7d52785
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jan 7, 2011
1 parent f2623af commit 9a5f9a1
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: 9ace9f7b168fef492f731ba60da5c76bc0776e6d
refs/heads/master: 7d52785d2ac1a07bc012b76cb465c9a01d830a32
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ int radeon_wb_init(struct radeon_device *rdev)
rdev->wb.use_event = true;
}
}
/* always use writeback/events on NI */
if (ASIC_IS_DCE5(rdev)) {
rdev->wb.enabled = true;
rdev->wb.use_event = true;
}

dev_info(rdev->dev, "WB %sabled\n", rdev->wb.enabled ? "en" : "dis");

Expand Down

0 comments on commit 9a5f9a1

Please sign in to comment.