Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218304
b: refs/heads/master
c: 1510a97
h: refs/heads/master
v: v3
  • Loading branch information
Yuanhan Liu authored and Chris Wilson committed Oct 8, 2010
1 parent 1a8a2be commit c860bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 382b09362711d7d03272230a33767015a277926e
refs/heads/master: 1510a97182b4ddb5fe3c4e8d05240f7cd6fd13e7
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ static bool intel_ironlake_crt_detect_hotplug(struct drm_connector *connector)
DRM_DEBUG_KMS("timed out waiting for FORCE_TRIGGER");

if (turn_off_dac) {
I915_WRITE(PCH_ADPA, temp);
/* Make sure hotplug is enabled */
I915_WRITE(PCH_ADPA, temp | ADPA_CRT_HOTPLUG_ENABLE);
(void)I915_READ(PCH_ADPA);
}

Expand Down

0 comments on commit c860bea

Please sign in to comment.