Files
linux/drivers/gpu/drm/i915
Daniel Vetter 7758a11340 drm/i915: extract adjusted mode computation
While at it, adjust a few things:
- Only assigng the new mode to crtc->mode right before calling the
  mode_set callbacks - none of the previous callbacks depend upon
  this, they all use the mode argument (as they should).
- Check encoder->new_crtc instead of the current crtc to check whether
  the encoder will be used. This prepares for moving the staged output
  committing further down in the sequence. Follow-on patches will fix
  up individual ->mode_fixup callbacks (only tv and lvds are affected
  though).

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-09-06 08:04:38 +02:00
..
2012-09-06 07:58:52 +02:00
2012-09-06 07:58:18 +02:00
2012-07-05 13:27:58 +02:00
2012-07-20 12:21:39 +02:00
2012-09-06 07:58:28 +02:00
2012-07-25 18:23:48 +02:00