Skip to content

Commit bdcc02c

Browse files
dhnkrnjnikula
authored andcommitted
drm/psr: Fix missed entry in PSR setup time table.
Entry corresponding to 220 us setup time was missing. I am not aware of any specific bug this fixes, but this could potentially result in enabling PSR on a panel with a higher setup time requirement than supported by the hardware. I verified the value is present in eDP spec versions 1.3, 1.4 and 1.4a. Fixes: 6608804 ("drm/dp: Add drm_dp_psr_setup_time()") Cc: [email protected] Cc: Ville Syrjälä <[email protected]> Cc: Jose Roberto de Souza <[email protected]> Cc: [email protected] Reviewed-by: José Roberto de Souza <[email protected]> Reviewed-by: Tarun Vyas <[email protected]> Signed-off-by: Dhinakaran Pandiyan <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 2b62072 commit bdcc02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/drm_dp_helper.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,7 @@ int drm_dp_psr_setup_time(const u8 psr_cap[EDP_PSR_RECEIVER_CAP_SIZE])
11451145
static const u16 psr_setup_time_us[] = {
11461146
PSR_SETUP_TIME(330),
11471147
PSR_SETUP_TIME(275),
1148+
PSR_SETUP_TIME(220),
11481149
PSR_SETUP_TIME(165),
11491150
PSR_SETUP_TIME(110),
11501151
PSR_SETUP_TIME(55),

0 commit comments

Comments
 (0)