✓ CI.checkpatch: success for drm/i915/xe2lpd: Update C20 HDMI TMDS algorithm to include tx_misc
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 17 21:00:30 UTC 2024
== Series Details ==
Series: drm/i915/xe2lpd: Update C20 HDMI TMDS algorithm to include tx_misc
URL : https://patchwork.freedesktop.org/series/140135/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit dc0a0f0874878b86144cd7ab38803a907e7884e9
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Thu Oct 17 17:53:27 2024 -0300
drm/i915/xe2lpd: Update C20 HDMI TMDS algorithm to include tx_misc
There has been an update to the Bspec in which we need to set
tx_misc=0x5 field for C20 TX Context programming for HDMI TMDS for
Xe2_LPD and newer. That field is mapped to the bits 7:0 of
SRAM_GENERIC_<A/B>_TX_CNTX_CFG_1, which in turn translates to tx[1] of
our state struct. Update the algorithm to reflect this change.
Bspec: 74489
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 1eb5d0b96bdff6b5d712a5d31a8420862b72a5df drm-intel
dc0a0f087487 drm/i915/xe2lpd: Update C20 HDMI TMDS algorithm to include tx_misc
More information about the Intel-xe
mailing list