summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util
diff options
context:
space:
mode:
authorMichael Strauss <michael.strauss@amd.com>2025-02-18 09:23:44 -0500
committerAlex Deucher <alexander.deucher@amd.com>2025-07-15 14:07:52 -0400
commit504f9bdd3a1588604b0452bfe927ff86e5f6e6df (patch)
treed35d2565ed3d3cb8894654c3314e3a1eae5885a3 /tools/perf/scripts/python/Perf-Trace-Util
parent42fcf48f7b3037bc885db2e0c19ec9941029a134 (diff)
downloadkernel-504f9bdd3a1588604b0452bfe927ff86e5f6e6df.tar.gz
drm/amd/display: Fix FIXED_VS retimer clock gen source override
[WHY] For SQ128 pattern some vendor-specific overrides are required. Previously a hardcoded clock gen source value was incorrectly programmed, causing our override to retimer's clock source override to be ignored. Due to some PHY issues on certain APU programs, we see failures on retimer bypass ports extend to electrical testing downstream of PHY due to some host clock jitter which the retimer follows. [HOW] Fix typo to use correct clock gen source override of 0xC4 rather than 0x4C. Reviewed-by: Charlene Liu <charlene.liu@amd.com> Signed-off-by: Michael Strauss <michael.strauss@amd.com> Signed-off-by: Ivan Lipski <ivan.lipski@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions
12-06 18:45:17 -0800'>2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong 2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong 2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong 2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong 2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong 2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong 2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong 2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong 2023-04-11xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong 2023-04-11xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong 2023-04-11xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong 2023-04-11xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong 2023-04-11xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong 2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong 2023-04-11xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong 2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong 2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong 2022-11-16xfs: return EINTR when a fatal signal terminates scrubDarrick J. Wong