Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345237
b: refs/heads/master
c: 303b81e
h: refs/heads/master
i:
  345235: e95d0ff
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Nov 11, 2012
1 parent 973a612 commit b11d3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 1507e5bd7c2a2a814f7d9b38d98266fd672f8533
refs/heads/master: 303b81e040c14ba6b2d885d051d2c18390d1eeca
8 changes: 2 additions & 6 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3086,10 +3086,7 @@ static void ironlake_pch_enable(struct drm_crtc *crtc)
* enable sequence. */
intel_enable_pch_pll(intel_crtc);

if (HAS_PCH_LPT(dev)) {
DRM_DEBUG_KMS("LPT detected: programming iCLKIP\n");
lpt_program_iclkip(crtc);
} else if (HAS_PCH_CPT(dev)) {
if (HAS_PCH_CPT(dev)) {
u32 sel;

temp = I915_READ(PCH_DPLL_SEL);
Expand Down Expand Up @@ -3126,8 +3123,7 @@ static void ironlake_pch_enable(struct drm_crtc *crtc)
I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe)));
I915_WRITE(TRANS_VSYNCSHIFT(pipe), I915_READ(VSYNCSHIFT(pipe)));

if (!IS_HASWELL(dev))
intel_fdi_normal_train(crtc);
intel_fdi_normal_train(crtc);

/* For PCH DP, enable TRANS_DP_CTL */
if (HAS_PCH_CPT(dev) &&
Expand Down

0 comments on commit b11d3ae

Please sign in to comment.