✓ CI.checkpatch: success for drm/i915: Implement Audio WA_14020863754 (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon May 6 10:15:57 UTC 2024
== Series Details ==
Series: drm/i915: Implement Audio WA_14020863754 (rev3)
URL : https://patchwork.freedesktop.org/series/132254/
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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5cf15deba14182d3c4bba841a5e084ce83de3fdd
Author: Uma Shankar <uma.shankar at intel.com>
Date: Mon May 6 15:48:17 2024 +0530
drm/i915: Implement Audio WA_14020863754
WA_14020863754: Corner case with Min Hblank Fix can cause
audio hang
Issue: Previously a fix was made to avoid issues with extremely
small hblanks, called the "Min Hblank Fix". However, this can
potentially cause an audio hang.
Workaround :
During "Audio Programming Sequence" Audio Enabling -
When DP mode is enabled Set mmio offset 0x65F1C bit 18 = 1b,
before step #1 "Enable audio Presence Detect"
During "Audio Programming Sequence" Audio Disabling -
When DP mode is enabled Clear mmio offset 0x65F1C bit 18 = 0b,
after step #6 "Disable Audio PD (Presence Detect)"
If not clearing PD bit, must also not clear 0x65F1C bit 18 (leave = 1b)
v2: Update the platform checks (Jani Nikula)
v3: Limited the WA to LNL and BMG, added a helper (Matt Roper)
Signed-off-by: Uma Shankar <uma.shankar at intel.com>
+ /mt/dim checkpatch 5a43da669cdb9b8df66e32a661b09cd9c52e35f2 drm-intel
5cf15deba141 drm/i915: Implement Audio WA_14020863754
More information about the Intel-xe
mailing list