Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345123
b: refs/heads/master
c: 912d812
h: refs/heads/master
i:
  345121: dd0fa2f
  345119: 2f2e299
v: v3
  • Loading branch information
Daniel Vetter committed Oct 18, 2012
1 parent 24c6b11 commit e57669e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c630119f43471a8ece356b01dabf07f944f453b3
refs/heads/master: 912d812e84cea8689a2bf3dd13b11dfe191f0f1e
6 changes: 5 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,11 @@ static void intel_crt_mode_set(struct drm_encoder *encoder,
dpll_md & ~DPLL_MD_UDI_MULTIPLIER_MASK);
}

adpa = ADPA_HOTPLUG_BITS;
if (HAS_PCH_SPLIT(dev))
adpa = ADPA_HOTPLUG_BITS;
else
adpa = 0;

if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC)
adpa |= ADPA_HSYNC_ACTIVE_HIGH;
if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC)
Expand Down

0 comments on commit e57669e

Please sign in to comment.