Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174575
b: refs/heads/master
c: d09c23d
h: refs/heads/master
i:
  174573: de9ea6f
  174571: 565de96
  174567: f63d88d
  174559: fba0d84
v: v3
  • Loading branch information
Zhao Yakui authored and Eric Anholt committed Dec 1, 2009
1 parent cc86439 commit d95f2c6
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 04b2d218001bdddb41b84c9f78d6bb3cd3b5b31c
refs/heads/master: d09c23de9f967a7b7dcee0ffc57222ddbd821aba
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,10 @@ static enum drm_connector_status intel_sdvo_detect(struct drm_connector *connect

intel_sdvo_write_cmd(intel_output,
SDVO_CMD_GET_ATTACHED_DISPLAYS, NULL, 0);
if (sdvo_priv->is_tv) {
/* add 30ms delay when the output type is SDVO-TV */
mdelay(30);
}
status = intel_sdvo_read_response(intel_output, &response, 2);

DRM_DEBUG_KMS("SDVO response %d %d\n", response & 0xff, response >> 8);
Expand Down

0 comments on commit d95f2c6

Please sign in to comment.