]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
authorImre Deak <imre.deak@intel.com>
Fri, 14 Feb 2025 14:19:51 +0000 (16:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 12:01:39 +0000 (13:01 +0100)
commit729e7d4b1c5484928bd930ba94bb010e5b88a555
tree5ed2bf7a28b23a15c9d5647f49ca4dc4d9414e14
parent0131280ddf38a1a487037737c67b67646f6c7c9b
drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro

[ Upstream commit 879f70382ff3e92fc854589ada3453e3f5f5b601 ]

The format of the port width field in the DDI_BUF_CTL and the
TRANS_DDI_FUNC_CTL registers are different starting with MTL, where the
x3 lane mode for HDMI FRL has a different encoding in the two registers.
To account for this use the TRANS_DDI_FUNC_CTL's own port width macro.

Cc: <stable@vger.kernel.org> # v6.5+
Fixes: b66a8abaa48a ("drm/i915/display/mtl: Fill port width in DDI_BUF_/TRANS_DDI_FUNC_/PORT_BUF_CTL for HDMI")
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250214142001.552916-2-imre.deak@intel.com
(cherry picked from commit 76120b3a304aec28fef4910204b81a12db8974da)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/i915/display/icl_dsi.c