Skip to content

Commit d92d3d8

Browse files
committed
Merge tag 'amd-drm-fixes-5.11-2021-02-10' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-5.11-2021-02-10: amdgpu: - Blank screen fix Signed-off-by: Dave Airlie <airlied@redhat.com> From: Alex Deucher <alexdeucher@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210210223508.4428-1-alexander.deucher@amd.com
2 parents 92bf226 + cf050f9 commit d92d3d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ static struct _vcs_dpi_soc_bounding_box_st dcn2_0_soc = {
297297
},
298298
},
299299
.num_states = 5,
300-
.sr_exit_time_us = 11.6,
301-
.sr_enter_plus_exit_time_us = 13.9,
300+
.sr_exit_time_us = 8.6,
301+
.sr_enter_plus_exit_time_us = 10.9,
302302
.urgent_latency_us = 4.0,
303303
.urgent_latency_pixel_data_only_us = 4.0,
304304
.urgent_latency_pixel_mixed_with_vm_data_us = 4.0,

0 commit comments

Comments
 (0)