Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262991
b: refs/heads/master
c: 33ae182
h: refs/heads/master
i:
  262989: b01f3dd
  262987: 98e073b
  262983: 526c7f7
  262975: 8bb24b5
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Aug 12, 2011
1 parent 3c91a40 commit c1da7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 73104b5cfe3067d68f2c2de3f3d4d4964c55873e
refs/heads/master: 33ae1827d6c3c79c5957536ec29d5a8780623147
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_encoders.c
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,9 @@ radeon_add_atom_encoder(struct drm_device *dev,
default:
encoder->possible_crtcs = 0x3;
break;
case 4:
encoder->possible_crtcs = 0xf;
break;
case 6:
encoder->possible_crtcs = 0x3f;
break;
Expand Down

0 comments on commit c1da7f5

Please sign in to comment.