Skip to content

Commit

Permalink
Revert "drm/amd/display: fix dpms_off issue when disabling bios mode"
Browse files Browse the repository at this point in the history
This reverts commit 5c2549c5bbcb39533a158ec34ad4d15d1fc36bb1.
This patch cause some issue in DAL

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Hongkun Zhang <Hongkun.Zhang@amd.com>
  • Loading branch information
Hongkun Zhang authored and Hongkun Zhang committed Nov 29, 2022
1 parent 8feec78 commit 89572e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/display/dc/core/dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ static void disable_vbios_mode_if_required(

if (pix_clk_100hz != requested_pix_clk_100hz) {
core_link_disable_stream(pipe);
pipe->stream->dpms_off = true;
pipe->stream->dpms_off = false;
}
}
}
Expand Down

0 comments on commit 89572e2

Please sign in to comment.