]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Remove redundant dsc power gating from init_hw
authorRoman Li <Roman.Li@amd.com>
Tue, 15 Mar 2022 18:57:34 +0000 (14:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Apr 2022 15:42:32 +0000 (11:42 -0400)
commitcb7a3bf946b43fc14e7edacb34a4f9dd32e25a3e
treeae894ede901ee1c0cad00ee4b8f1a28d3e337291
parent2b1825dd6e02ccadfb83fa906c46932b6d214d8a
drm/amd/display: Remove redundant dsc power gating from init_hw

[Why]
DSC Power down code has been moved from dcn31_init_hw into init_pipes()
Need to remove it from dcn10_init_hw() as well to avoid duplicated action
on dcn1.x/2.x

[How]
Remove DSC power down code from dcn10_init_hw()

Fixes: ffb02faec09b ("drm/amd/display: fixed the DSC power off sequence during Driver PnP")
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Eric Yang <Eric.Yang2@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Roman Li <Roman.Li@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/dcn10/dcn10_hw_sequencer.c