]> Gentwo Git Trees - linux/.git/commit
drm/i915/display: Fix PHY_C20_VDR_HDMI_RATE programming
authorImre Deak <imre.deak@intel.com>
Wed, 15 Oct 2025 12:54:45 +0000 (15:54 +0300)
committerMika Kahola <mika.kahola@intel.com>
Thu, 16 Oct 2025 08:46:16 +0000 (11:46 +0300)
commit938a3b2252a2565f4b78dc9281b93ad71593fe5f
tree5336a487c7995dd4482e399adfe84daecdd914c2
parent4fd6053274d2981d2cd65a9370a700c9fa73384c
drm/i915/display: Fix PHY_C20_VDR_HDMI_RATE programming

The PHY_C20_VDR_HDMI_RATE registers 7:2 bits are reserved and they are
not specified as a must-be-zero field. Accordingly this reserved field
shouldn't be zeroed; to ensure that use an RMW to update the
PHY_C20_HDMI_RATE field (which is bits 1:0 of the register).

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Link: https://lore.kernel.org/r/20251015125446.3931198-7-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c
drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h