summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dcn303
diff options
context:
space:
mode:
authorJoshua Aberback <joshua.aberback@amd.com>2021-04-07 00:21:50 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-05-20 05:43:29 +0300
commite5fd073fd463670a7698de429da6b01bf0c2abd9 (patch)
treecc75a1d42fb64c9777a48580eac0a5453bc76131 /drivers/gpu/drm/amd/display/dc/dcn303
parentfa5d21edbbc16dd2212d49bb59018d3221c0be3d (diff)
downloadlinux-e5fd073fd463670a7698de429da6b01bf0c2abd9.tar.xz
drm/amd/display: Update DCN303 SR Exit Latency
[Why] This update was made for DCN30, but it is needed for DCN303 as well Signed-off-by: Joshua Aberback <joshua.aberback@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn303')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c b/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c
index 59548a6e1a50..5bdb01d2095e 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c
@@ -146,7 +146,7 @@ struct _vcs_dpi_soc_bounding_box_st dcn3_03_soc = {
.min_dcfclk = 500.0, /* TODO: set this to actual min DCFCLK */
.num_states = 1,
- .sr_exit_time_us = 12,
+ .sr_exit_time_us = 15.5,
.sr_enter_plus_exit_time_us = 20,
.urgent_latency_us = 4.0,
.urgent_latency_pixel_data_only_us = 4.0,