drm/i915/cnl: Mask previous DDI - PLL mapping
authorJames Ausmus <james.ausmus@intel.com>
Fri, 1 Dec 2017 02:17:00 +0000 (18:17 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 1 Dec 2017 17:44:03 +0000 (09:44 -0800)
commit23a7068ec581fcc6fb61039448632d25987b1fae
tree3599bee2938908a29b9e967f0de3a05dca0e1cbd
parentfb6db0f5bf1d4d3a4af6242e287fa795221ec5b8
drm/i915/cnl: Mask previous DDI - PLL mapping

Without masking out the old value, we can end up pointing the DDI to a
disabled PLL, which makes the system fall over. Mask out the previous
value before setting the PLL to DDI mapping.

This can be observed by running igt/testdisplay with both an eDP and
HDMI/DP output active.

v2: Add the Bugzilla link

Fixes: 555e38d273172 ("drm/i915/cnl: DDI - PLL mapping")
Testcase: igt/testdisplay
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103997
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: James Ausmus <james.ausmus@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Tested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171201021700.13504-1-james.ausmus@intel.com
drivers/gpu/drm/i915/intel_ddi.c