]> 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)
commit5769a90822d56bcc10131098b3d72d3541b0a71b
tree753584afb16024f908b1c442f0711f1778b395bd
parent418424dac6ab4e7cc67712b0176ec2a0c707e2c2
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