Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164034
b: refs/heads/master
c: 18a4cd2
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Sep 21, 2009
1 parent 9ed7998 commit 307a234
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: fe62e1a45d8b11cf653cba79e244fc07bb9a84b0
refs/heads/master: 18a4cd2e9147dd41234dade56edb62c6222832eb
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/r420.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ void r420_pipes_init(struct radeon_device *rdev)

/* GA_ENHANCE workaround TCL deadlock issue */
WREG32(0x4274, (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3));
/* add idle wait as per freedesktop.org bug 24041 */
if (r100_gui_wait_for_idle(rdev)) {
printk(KERN_WARNING "Failed to wait GUI idle while "
"programming pipes. Bad things might happen.\n");
}
/* get max number of pipes */
gb_pipe_select = RREG32(0x402C);
num_pipes = ((gb_pipe_select >> 12) & 3) + 1;
Expand Down

0 comments on commit 307a234

Please sign in to comment.