]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: skip program clock when allow seamless boot
authorLewis Huang <Lewis.Huang@amd.com>
Fri, 9 Apr 2021 10:39:43 +0000 (18:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Apr 2021 03:35:50 +0000 (23:35 -0400)
commit5d2ec1b6f70218cbb759d31f0af5f6fe29ed3e78
tree6dfa3815a6ef1a0693e0264f38ac8c5bf039e857
parent0b33e1786a7dca25b501793784fc9c42c42c6f72
drm/amd/display: skip program clock when allow seamless boot

[Why]
Driver program dpp clock calculate by pipe split config but hw config is single pipe.

[How]
Skip programming clock when allow seamless boot.
After porgramming pipe config, seamless boot flag will be clear.

Signed-off-by: Lewis Huang <Lewis.Huang@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Wayne Lin <waynelin@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/core/dc_link.c