Skip to content

Commit c36df0f

Browse files
charliu-AMDENGalexdeucher
authored andcommitted
drm/amd/display: avoid set dispclk to 0
[why] set dispclk to 0 cause stability issue. Cc: Mario Limonciello <mario.limonciello@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Charlene Liu <Charlene.Liu@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 1c6b16e) Cc: stable@vger.kernel.org
1 parent d51160a commit c36df0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ static const struct dc_debug_options debug_defaults_drv = {
766766
.disable_dmub_reallow_idle = false,
767767
.static_screen_wait_frames = 2,
768768
.notify_dpia_hr_bw = true,
769+
.min_disp_clk_khz = 50000,
769770
};
770771

771772
static const struct dc_panel_config panel_config_defaults = {

0 commit comments

Comments
 (0)