]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Shovel hw setup code out of hsw_crtc_mode_set
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:55:09 +0000 (23:55 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 20 May 2014 12:09:15 +0000 (14:09 +0200)
commitf49dce89bb62ebc31d7eb250610d3e2d97fd6384
tree753584afb16024f908b1c442f0711f1778b395bd
parent0f385152e7c200acb06c6d83f06fd146b74af929
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>
drivers/gpu/drm/i915/intel_display.c