drm/i915: Pass crtc state to i9xx_enable_pll()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 13 Sep 2017 14:08:56 +0000 (17:08 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Oct 2017 14:22:38 +0000 (17:22 +0300)
commit939994da2f63cb130ddeb131736254ad203662cd
tree3e57c6455ac3c3dd1eae2a36a4711c55d76969e1
parentdfa311f0d8e2bbd4ba97344ac4a2eb6e810fc0e6
drm/i915: Pass crtc state to i9xx_enable_pll()

Pass the crtc state to i9xx_enable_pll() and use it rather than
crtc->config.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170913140900.6972-5-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c