]> www.infradead.org Git - users/willy/pagecache.git/commit
drm/i915/dp: Fix disabling the transcoder function in 128b/132b mode
authorImre Deak <imre.deak@intel.com>
Mon, 17 Feb 2025 22:38:28 +0000 (00:38 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 19 Feb 2025 19:42:31 +0000 (14:42 -0500)
commit8058b49bf6fff777bf3f47309c7b15dbef2191af
tree80aa1eeff4a5fddd8eed9ad7e1ab30612abbf528
parentb9275eabe31e6679ae12c46a4a0a18d622db4570
drm/i915/dp: Fix disabling the transcoder function in 128b/132b mode

During disabling the transcoder in DP 128b/132b mode (both in case of an
MST master transcoder and in case of SST) the transcoder function must
be first disabled without changing any other field in the register (in
particular leaving the DDI port and mode select fields unchanged) and
clearing the DDI port and mode select fields separately, later during
the disabling sequences. Fix the sequence accordingly.

Bspec: 54128, 65448, 68849
Cc: Jani Nikula <jani.nikula@intel.com>
Fixes: 79a6734cd56e ("drm/i915/ddi: disable trancoder port select for 128b/132b SST")
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250217223828.1166093-3-imre.deak@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit 2ed653c7b843db0670136330480842d76cb65cd8)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_ddi.c