Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211467
b: refs/heads/master
c: d31dba5
h: refs/heads/master
i:
  211465: 88981b5
  211463: 5785d9a
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Oct 12, 2010
1 parent 0895150 commit 2e5ff04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 40f76d81fb45c1399f93500afa2aed9f84f7dee6
refs/heads/master: d31dba58480c3cdd458f449261d72ecd15287792
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/evergreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ static void evergreen_gpu_init(struct radeon_device *rdev)

WREG32(RCU_IND_INDEX, 0x203);
efuse_straps_3 = RREG32(RCU_IND_DATA);
efuse_box_bit_127_124 = (u8)(efuse_straps_3 & 0xF0000000) >> 28;
efuse_box_bit_127_124 = (u8)((efuse_straps_3 & 0xF0000000) >> 28);

switch(efuse_box_bit_127_124) {
case 0x0:
Expand Down

0 comments on commit 2e5ff04

Please sign in to comment.