Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371542
b: refs/heads/master
c: 79b52d6
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher committed Apr 23, 2013
1 parent f7362fa commit e838bb7
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: a973bea11c91bf8283cc13eb17d3ef7086f679d6
refs/heads/master: 79b52d6a7085a3e430c6de450a5847fdbe04159b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/si.c
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ static void si_select_se_sh(struct radeon_device *rdev,
u32 data = INSTANCE_BROADCAST_WRITES;

if ((se_num == 0xffffffff) && (sh_num == 0xffffffff))
data = SH_BROADCAST_WRITES | SE_BROADCAST_WRITES;
data |= SH_BROADCAST_WRITES | SE_BROADCAST_WRITES;
else if (se_num == 0xffffffff)
data |= SE_BROADCAST_WRITES | SH_INDEX(sh_num);
else if (sh_num == 0xffffffff)
Expand Down

0 comments on commit e838bb7

Please sign in to comment.