]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/i915/vlv: Fix port B PLL opamp initialization
authorImre Deak <imre.deak@intel.com>
Wed, 10 May 2017 09:21:47 +0000 (12:21 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 10 May 2017 10:47:37 +0000 (13:47 +0300)
commited58570f55e2c57553161413881c7947f0952b5c
tree83afc9fdac003e9c49d5c33a05f03f0e304cdc79
parent48de568c644c5b5a9307c92b13c53811c5a93999
drm/i915/vlv: Fix port B PLL opamp initialization

The current code looks like a typo, the specification calls for setting
bits 31:24 to 0x8C, while preserving bits 23:0. Fix things accordingly.

I'm not aware of the typo causing a real problem, so the fix is only for
consistency.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1494408113-379-1-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_display.c