]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/cnp: Don't touch other PCH clock gating bits.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 8 Sep 2017 23:45:33 +0000 (16:45 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 18 Sep 2017 23:08:38 +0000 (16:08 -0700)
commit4cc6feb715c223d59c8cad0dc71bce1a574a2c67
tree7fcc5cb5256804100363f9df9ea19d5370e3f711
parentda83ef85f5356b4bdf534add20fb34dcc6b53fc1
drm/i915/cnp: Don't touch other PCH clock gating bits.

Don't touch other bits. My bad.

I haven't seen any case where those other bits appeard to be
set before we touch it, but it is safe to avoid touching
other bits we weren't told to touch.

Fixes: 0a46ddd57c9e ("drm/i915/cnp: Wa 1181: Fix Backlight issue")
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170908234534.17986-1-rodrigo.vivi@intel.com
drivers/gpu/drm/i915/intel_pm.c