Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300037
b: refs/heads/master
c: c1230df
h: refs/heads/master
i:
  300035: d918d4a
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed May 3, 2012
1 parent 872a5b0 commit e527046
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: 62004978df3898649e152751eb6ac264a323ec36
refs/heads/master: c1230df7e19e0f27655c0eb9d966c7e03be7cc50
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static void i9xx_write_infoframe(struct drm_encoder *encoder,

val &= ~VIDEO_DIP_SELECT_MASK;

I915_WRITE(VIDEO_DIP_CTL, val | port | flags);
I915_WRITE(VIDEO_DIP_CTL, VIDEO_DIP_ENABLE | val | port | flags);

for (i = 0; i < len; i += 4) {
I915_WRITE(VIDEO_DIP_DATA, *data);
Expand Down

0 comments on commit e527046

Please sign in to comment.