commit | 94bf2cedbc22f8952ebbbaa085620d7d0328fced | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jun 04 18:39:19 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jun 04 21:27:47 2012 +0200 |
tree | ea1029486ceb8d3f515c178b9c80aa93816a4d92 | |
parent | 30dfebf34b9930277d83b25ec740510007cc4c6d [diff] |
drm/i915: compute the target_clock for edp directly ... instead of abusing mode->clock by storing it in there - we shouldn't touch that one at all. This patch is the first prep step to constify the mode argument of the intel_dp_mode_fixup function. The next patch will stop us from modifying mode->clock. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>