Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329302
b: refs/heads/master
c: f76c0dd
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Dave Airlie committed Aug 23, 2012
1 parent 64044ce commit ad02712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4d46259f00c6dd04d53e74cdfa8f8b6ec35c0140
refs/heads/master: f76c0dde78fbe021801fe904fb5999f3154d4e5d
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/gma500/cdv_intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,8 @@ static int cdv_intel_crtc_mode_set(struct drm_crtc *crtc,
}
/* dpll |= PLL_REF_INPUT_DREFCLK; */

if (is_dp) {
/*FIXME cdv_intel_dp_set_m_n(crtc, mode, adjusted_mode); */
if (is_dp || is_edp) {
cdv_intel_dp_set_m_n(crtc, mode, adjusted_mode);
} else {
REG_WRITE(PIPE_GMCH_DATA_M(pipe), 0);
REG_WRITE(PIPE_GMCH_DATA_N(pipe), 0);
Expand Down

0 comments on commit ad02712

Please sign in to comment.