]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/ltphy: Fix SSC Enablement bit in PORT_CLOCK_CTL
authorSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 1 Jul 2026 09:15:03 +0000 (14:45 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 6 Jul 2026 14:25:48 +0000 (10:25 -0400)
commite91da9053006da622b865e672a4a37439a3bb88b
treeabb7afb6f8f85aee0e0de0d241b0bd6a4d69c8f9
parent8cdeaa50eae8dad34885515f62559ee83e7e8dda
drm/i915/ltphy: Fix SSC Enablement bit in PORT_CLOCK_CTL

According to Bspec we only need to write SSC Enable PLL A bit
and leave PLL B bit alone in PORT_CLOCK_CTL register.

Bspec: 74667, 74492
Fixes: 3383ba2479f7 ("drm/i915/ltphy: Enable SSC during port clock programming")
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patch.msgid.link/20260701091503.1302226-3-suraj.kandpal@intel.com
(cherry picked from commit 8e27f752037e72ccee9c4a7c4a6202ecf3daf603)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_lt_phy.c