drm/amd/display: Set the power_down_on_boot function pointer to null
[WHY] Blackscreen hang @ PC EF000025 when trying to wake up from S0i3. DCN gets powered off due to dc_power_down_on_boot() being called after timeout. [HOW] Setting the power_down_on_boot function pointer to null since we don't expect the function to be called for APU. Cc: Mario Limonciello <mario.limonciello@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Muhammad Ahmed <ahmed.ahmed@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
eb004d3ff0
commit
54d9490314
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
static const struct hw_sequencer_funcs dcn35_funcs = {
|
||||
.program_gamut_remap = dcn30_program_gamut_remap,
|
||||
.init_hw = dcn35_init_hw,
|
||||
.power_down_on_boot = dcn35_power_down_on_boot,
|
||||
.power_down_on_boot = NULL,
|
||||
.apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
||||
.apply_ctx_for_surface = NULL,
|
||||
.program_front_end_for_ctx = dcn20_program_front_end_for_ctx,
|
||||
|
|
Loading…
Add table
Reference in a new issue