Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222748
b: refs/heads/master
c: ba84cd1
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Nov 24, 2010
1 parent 9339f5a commit b278c6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: cc840f77036fa0a141951967cd010014f088b5e0
refs/heads/master: ba84cd1f2b5dd49bda9300c5a11373f7e14c3c66
8 changes: 5 additions & 3 deletions trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,10 +1377,12 @@ intel_sdvo_detect(struct drm_connector *connector, bool force)
if (!intel_sdvo_write_cmd(intel_sdvo,
SDVO_CMD_GET_ATTACHED_DISPLAYS, NULL, 0))
return connector_status_unknown;
if (intel_sdvo->is_tv) {
/* add 30ms delay when the output type is SDVO-TV */

/* add 30ms delay when the output type might be TV */
if (intel_sdvo->caps.output_flags &
(SDVO_OUTPUT_SVID0 | SDVO_OUTPUT_CVBS0))
mdelay(30);
}

if (!intel_sdvo_read_response(intel_sdvo, &response, 2))
return connector_status_unknown;

Expand Down

0 comments on commit b278c6e

Please sign in to comment.