Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309371
b: refs/heads/master
c: bf2125e
h: refs/heads/master
i:
  309369: 07a78ce
  309367: bd82ad8
v: v3
  • Loading branch information
Daniel Vetter committed May 24, 2012
1 parent 6fc127a commit 068b3f1
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3347111999870c37eab1b969e90af9fdaf0334ba
refs/heads/master: bf2125e2f7e931b50a6c76ba0435ba001409ccbf
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_tv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,11 @@ intel_tv_detect_type(struct intel_tv *intel_tv,

I915_WRITE(TV_DAC, save_tv_dac & ~TVDAC_STATE_CHG_EN);
I915_WRITE(TV_CTL, save_tv_ctl);
POSTING_READ(TV_CTL);

/* For unknown reasons the hw barfs if we don't do this vblank wait. */
intel_wait_for_vblank(intel_tv->base.base.dev,
to_intel_crtc(intel_tv->base.base.crtc)->pipe);

/* Restore interrupt config */
if (connector->polled & DRM_CONNECTOR_POLL_HPD) {
Expand Down

0 comments on commit 068b3f1

Please sign in to comment.