aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
diff options
context:
space:
mode:
authorAusef Yousof <[email protected]>2025-05-28 22:16:05 +0000
committerAlex Deucher <[email protected]>2025-06-18 16:19:16 +0000
commit90bc60cef2a3ca0a4ea98d9e6cb7129d64373dab (patch)
tree826f612fe7e3379c6300bc97367a78446dec376b /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
parentdrm/amd/display: Add custom segmentation support (diff)
downloadkernel-90bc60cef2a3ca0a4ea98d9e6cb7129d64373dab.tar.gz
kernel-90bc60cef2a3ca0a4ea98d9e6cb7129d64373dab.zip
drm/amd/display: Don't disable dtb as dto src during dpms off
[WHY & HOW] Adjusting otg dto programming in this path is unsafe otg may be en at this time, swapping its src sel for example was discovered to cause visual artifacts and was moved to dcn31_program_pix_clk (where otg is guaranteed off) but dto functional clk enable bit is not cleared. dcn31_program_pix_clk is called during dpms on, so until that point we will have a otg with functional src sel set (Sel DTBclk) and that functional clk dto en is unset (i.e DTB DTO EN), which is invalid and tg will not function and system will hang on something such as flip incoming from OS during dpms off. will scope out dcn315 as it was affecting diags tests on certain CI machines (not crbs) Reviewed-by: Leo Chen <[email protected]> Signed-off-by: Ausef Yousof <[email protected]> Signed-off-by: Alex Hung <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions