]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: enable seamless boot for dcn30
authorMartin Leung <martin.leung@amd.com>
Fri, 29 May 2020 17:51:57 +0000 (13:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:26 +0000 (01:59 -0400)
commitae076b22808c48fc7ea393e4889017e797506286
tree41675d82f3071fb64d13b734d6dfd49d933b20a5
parent4d6489b55edd8241565e59e386605fd10d3027ae
drm/amd/display: enable seamless boot for dcn30

why:
seamless boots requires split of init_hw into hw and pipes to work. This
was implemented in dcn10_init_hw but did not apply yet to dcn30.

how:
Copy over dcn10_init_hw and adapt it to dcn30 using recent changes to
dcn3.  Behavior will be different in init sequence.

Signed-off-by: Martin Leung <martin.leung@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_init.c