Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318525
b: refs/heads/master
c: 5cde2a6
h: refs/heads/master
i:
  318523: 6fdb347
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed May 30, 2012
1 parent 2a1addf commit 6a6e8e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 822974aea875348e69fb6b6d2078ae8372eeec66
refs/heads/master: 5cde2a62e8adf12b02e47cf15630e87d4ba8ad5e
8 changes: 0 additions & 8 deletions trunk/drivers/gpu/drm/i915/intel_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ static void ibx_write_infoframe(struct drm_encoder *encoder,

WARN(!(val & VIDEO_DIP_ENABLE), "Writing DIP with CTL reg disabled\n");

intel_wait_for_vblank(dev, intel_crtc->pipe);

val &= ~(VIDEO_DIP_SELECT_MASK | 0xf); /* clear DIP data offset */
val |= g4x_infoframe_index(frame);

Expand Down Expand Up @@ -192,8 +190,6 @@ static void cpt_write_infoframe(struct drm_encoder *encoder,

WARN(!(val & VIDEO_DIP_ENABLE), "Writing DIP with CTL reg disabled\n");

intel_wait_for_vblank(dev, intel_crtc->pipe);

val &= ~(VIDEO_DIP_SELECT_MASK | 0xf); /* clear DIP data offset */
val |= g4x_infoframe_index(frame);

Expand Down Expand Up @@ -229,8 +225,6 @@ static void vlv_write_infoframe(struct drm_encoder *encoder,

WARN(!(val & VIDEO_DIP_ENABLE), "Writing DIP with CTL reg disabled\n");

intel_wait_for_vblank(dev, intel_crtc->pipe);

val &= ~(VIDEO_DIP_SELECT_MASK | 0xf); /* clear DIP data offset */
val |= g4x_infoframe_index(frame);

Expand Down Expand Up @@ -265,8 +259,6 @@ static void hsw_write_infoframe(struct drm_encoder *encoder,
if (data_reg == 0)
return;

intel_wait_for_vblank(dev, intel_crtc->pipe);

val &= ~hsw_infoframe_enable(frame);
I915_WRITE(ctl_reg, val);

Expand Down

0 comments on commit 6a6e8e4

Please sign in to comment.