commit | 1974cad0ee4ce84e5cb792e49c4f0d9421e0312c | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Nov 26 17:22:09 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Nov 29 12:25:06 2012 +0100 |
tree | 19c853856eea3c9dee13e9462f9e4079279ed083 | |
parent | a210b028f07690c127733addbbe137e8f4cad30c [diff] |
drm/i915: move is_dual_link_lvds to intel_lvds.c Just a prep patch to make this a property of intel_lvds. Makes more sense, removes clutter from intel_display.c and eventually I want to move all the encoder special cases wrt clock handling to encoders anyway. v2: Add an intel_ prefixe to is_dual_link_lvds since it's non-static now. Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>