]> 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)
commit0c79180bc99aaedf833b8eb9f287b126baf911ee
treeae894ede901ee1c0cad00ee4b8f1a28d3e337291
parent6f7ff4cb1e643305ba0748c8cacffaf19b2e6276
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: ce560aa33a54 ("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