Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329336
b: refs/heads/master
c: 0826874
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard authored and Daniel Vetter committed Aug 17, 2012
1 parent e6ffed6 commit 888dabb
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: 523313092abffb21bfe7cd8d37615402b2228850
refs/heads/master: 0826874a664f9e9479d50fda23923b87a50cda0d
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ void intel_crt_init(struct drm_device *dev)
if (IS_HASWELL(dev))
crt->base.crtc_mask = (1 << 0);
else
crt->base.crtc_mask = (1 << 0) | (1 << 1);
crt->base.crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);

if (IS_GEN2(dev))
connector->interlace_allowed = 0;
Expand Down

0 comments on commit 888dabb

Please sign in to comment.