aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/drm_dp_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index ffe14ec3e7f2..70ae1f232331 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -1145,6 +1145,7 @@ int drm_dp_psr_setup_time(const u8 psr_cap[EDP_PSR_RECEIVER_CAP_SIZE])
1145 static const u16 psr_setup_time_us[] = { 1145 static const u16 psr_setup_time_us[] = {
1146 PSR_SETUP_TIME(330), 1146 PSR_SETUP_TIME(330),
1147 PSR_SETUP_TIME(275), 1147 PSR_SETUP_TIME(275),
1148 PSR_SETUP_TIME(220),
1148 PSR_SETUP_TIME(165), 1149 PSR_SETUP_TIME(165),
1149 PSR_SETUP_TIME(110), 1150 PSR_SETUP_TIME(110),
1150 PSR_SETUP_TIME(55), 1151 PSR_SETUP_TIME(55),