Skip to content

Commit

Permalink
drm/i915/dvo: set crtc timings again for panel fixed modes
Browse files Browse the repository at this point in the history
Yet another regression due to

commit 135c81b
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sun Jul 21 21:37:09 2013 +0200

    drm/i915: clean up crtc timings computation

I'm starting to wonder whether this was worth it ...

v2: Actually make it compile.

Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Sep 11, 2013
1 parent 1c4a814 commit 0d97174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/intel_dvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ static bool intel_dvo_compute_config(struct intel_encoder *encoder,
C(vtotal);
C(clock);
#undef C

drm_mode_set_crtcinfo(adjusted_mode, 0);
}

if (intel_dvo->dev.dev_ops->mode_fixup)
Expand Down

0 comments on commit 0d97174

Please sign in to comment.