Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307416
b: refs/heads/master
c: 4dc20c0
h: refs/heads/master
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed May 8, 2012
1 parent ae8e936 commit 15e0d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: fdf1250aaae12625ee2abaf2ef22def0a4cdf71b
refs/heads/master: 4dc20c0d185132077522dd92a72db79274e13f65
8 changes: 1 addition & 7 deletions trunk/drivers/gpu/drm/i915/intel_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,7 @@ static void ibx_write_infoframe(struct drm_encoder *encoder,
val &= ~(VIDEO_DIP_SELECT_MASK | 0xf); /* clear DIP data offset */
val |= intel_infoframe_index(frame);

/* The DIP control register spec says that we need to update the AVI
* infoframe without clearing its enable bit */
if (frame->type == DIP_TYPE_AVI)
val |= VIDEO_DIP_ENABLE_AVI;
else
val &= ~intel_infoframe_enable(frame);

val &= ~intel_infoframe_enable(frame);
val |= VIDEO_DIP_ENABLE;

I915_WRITE(reg, val);
Expand Down

0 comments on commit 15e0d46

Please sign in to comment.