Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322153
b: refs/heads/master
c: 5317670
h: refs/heads/master
i:
  322151: 7344c4a
v: v3
  • Loading branch information
Alex Deucher committed Aug 21, 2012
1 parent 1f8aa98 commit 1025edc
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: 676bc2e1e4f9072f7a640d5b7c99ffdf9709a6e7
refs/heads/master: 5317670692f61675394db2eb6713484b67383750
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/atombios_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ static void atombios_crtc_program_ss(struct radeon_device *rdev,
union atom_enable_ss args;

if (!enable) {
for (i = 0; i < 6; i++) {
for (i = 0; i < rdev->num_crtc; i++) {
if (rdev->mode_info.crtcs[i] &&
rdev->mode_info.crtcs[i]->enabled &&
i != crtc_id &&
Expand Down

0 comments on commit 1025edc

Please sign in to comment.