aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/bios/command_table.c
diff options
context:
space:
mode:
authorRoman Li <[email protected]>2022-03-15 16:31:14 -0400
committerAlex Deucher <[email protected]>2022-03-31 23:05:53 -0400
commit384bd90d1cc1168dc845ad2735d7a3d49459fbba (patch)
tree40abd34800f092a15117b9bc784cf23bb4912002 /drivers/gpu/drm/amd/display/dc/bios/command_table.c
parent75c95f4550e3d4584ff100fef53c240f3291f7cd (diff)
drm/amd/display: Enable power gating before init_pipes
[Why] In init_hw() we call init_pipes() before enabling power gating. init_pipes() tries to power gate dsc but it may fail because required force-ons are not released yet. As a result with dsc config the following errors observed on resume: "REG_WAIT timeout 1us * 1000 tries - dcn20_dsc_pg_control" "REG_WAIT timeout 1us * 1000 tries - dcn20_dpp_pg_control" "REG_WAIT timeout 1us * 1000 tries - dcn20_hubp_pg_control" [How] Move enable_power_gating_plane() before init_pipes() in init_hw() Reviewed-by: Anthony Koo <[email protected]> Reviewed-by: Eric Yang <[email protected]> Acked-by: Alex Hung <[email protected]> Signed-off-by: Roman Li <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/command_table.c')
0 files changed, 0 insertions, 0 deletions