commit | 229fca97437310c04033ce4708c449ecfbb1b90c | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 24 23:55:09 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue May 20 14:09:15 2014 +0200 |
tree | 753584afb16024f908b1c442f0711f1778b395bd | |
parent | 29407aabd414094ff6544ed27bd3218cc2c2f436 [diff] |
drm/i915: Shovel hw setup code out of hsw_crtc_mode_set Again the same story: This code just transform sw state from the pipe config into hardware state. And again we can't move the pll code, but this time around because the state isn't properly tracked in the pipe config. Reviewed-by: Shobhit Kumar <shobhit.kumar@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>