]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amd/display: Fix FRL assertion on boot
authorSung Joon Kim <sungkim@amd.com>
Mon, 16 Oct 2023 19:23:16 +0000 (15:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Nov 2023 16:16:33 +0000 (11:16 -0500)
commitf896cd2686817db915c265ff693a8dad7b6580dc
tree8b633efd9db4aaa1607ec84f98688484a44afb7d
parent566f648c4e028ffd62f533d2e8d7e7f89d0e420c
drm/amd/display: Fix FRL assertion on boot

[why]
Make sure to ungate the clocks on boot
so programming sequence is done successfully.

[how]
Move the ungate logic after bios init.

Reviewed-by: Xi (Alex) Liu <xi.liu@amd.com>
Acked-by: Hersen Wu <hersenxs.wu@amd.com>
Signed-off-by: Sung Joon Kim <sungkim@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c