commit | df8ad70ca34f9bdf7e070d1a430bbdcac6acee12 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jun 25 22:02:03 2014 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 10 22:13:31 2014 +0200 |
tree | 6297999ad809760fdde59de8f77362763a1f008d | |
parent | 716c2e55100ff5588bd2bbca14951ef11624cba2 [diff] |
drm/i915: Only touch WRPLL hw state in enable/disable hooks To be able to do this we need to separately keep track of how many crtcs need a given WRPLL and how many actually actively use it. The common shared dpll framework already has all this, including massive state readout and cross checking. Which allows us to do this switch in a fairly small patch. Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>