]> git.baikalelectronics.ru Git - 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)
commit16e09ce2f87727e656fa142cde77aa92cddb5f30
tree83afc9fdac003e9c49d5c33a05f03f0e304cdc79
parent6e424ce8190ea3880bce20b78c96a30a2a829bdc
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