Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254249
b: refs/heads/master
c: daf54f1
h: refs/heads/master
i:
  254247: 6912356
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Jun 30, 2011
1 parent 9048301 commit 5aaeb2f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 0e90ed0e8b9b1c25040442f1d20c799751b1e727
refs/heads/master: daf54f1f363a61c618662ef66d4bf09d2b090941
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/radeon/rv770.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,12 @@ static void rv770_program_channel_remap(struct radeon_device *rdev)
else
tcp_chan_steer = 0x00fac688;

/* RV770 CE has special chremap setup */
if (rdev->pdev->device == 0x944e) {
tcp_chan_steer = 0x00b08b08;
mc_shared_chremap = 0x00b08b08;
}

WREG32(TCP_CHAN_STEER, tcp_chan_steer);
WREG32(MC_SHARED_CHREMAP, mc_shared_chremap);
}
Expand Down

0 comments on commit 5aaeb2f

Please sign in to comment.