]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
drm/i915: Clear shared dpll based on old state, v2.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 9 Feb 2016 12:02:17 +0000 (13:02 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Mon, 15 Feb 2016 14:46:12 +0000 (15:46 +0100)
commitfb1a38a92ba8ed98f754aeaf9aa9ea5ea3323a23
tree3d47f775c237ac96fa2076fec6ad08cdc2594eea
parent1ffedc0677482398ff9285153ad3c931716269e7
drm/i915: Clear shared dpll based on old state, v2.

Atomic resume was preserving the dpll state because it was required
for clearing pll state correctly. If we look at the old_crtc_state
for pll to clear this is not needed and the hack can be removed.

Changes since v1:
- Rename dpll variable to old_dpll. (Ville)

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1455022343-15222-1-git-send-email-maarten.lankhorst@linux.intel.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_display.c