Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329274
b: refs/heads/master
c: 602c43d
h: refs/heads/master
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Aug 9, 2012
1 parent 107be1f commit dd0563d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dfcef252e024b4ca6fe5be9e1d656ac1929ce894
refs/heads/master: 602c43d34dcd46b0349b31c9b53b19cd5063ae3f
7 changes: 1 addition & 6 deletions trunk/drivers/gpu/drm/i915/intel_ddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,12 +723,7 @@ void intel_ddi_mode_set(struct drm_encoder *encoder,
}

/* Enable PIPE_DDI_FUNC_CTL for the pipe to work in HDMI mode */
temp = I915_READ(DDI_FUNC_CTL(pipe));
temp &= ~PIPE_DDI_PORT_MASK;
temp &= ~PIPE_DDI_BPC_MASK;
temp &= ~PIPE_DDI_MODE_SELECT_MASK;
temp &= ~(PIPE_DDI_PVSYNC | PIPE_DDI_PHSYNC);
temp |= PIPE_DDI_FUNC_ENABLE | PIPE_DDI_SELECT_PORT(port);
temp = PIPE_DDI_FUNC_ENABLE | PIPE_DDI_SELECT_PORT(port);

switch (intel_crtc->bpp) {
case 18:
Expand Down

0 comments on commit dd0563d

Please sign in to comment.