Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Disable SYMCLK32_SE RCO on DCN314

[WHY]
Currently causes some DP link layer failures, backing out until
the failures are root caused.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Michael Strauss <michael.strauss@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Michael Strauss and committed by
Alex Deucher
1b9ec7cb 85ca6e85

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
··· 916 916 .hdmistream = true, 917 917 .hdmichar = true, 918 918 .dpstream = true, 919 - .symclk32_se = true, 919 + .symclk32_se = false, 920 920 .symclk32_le = true, 921 921 .symclk_fe = true, 922 922 .physymclk = true,