Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 604bac48 authored by Sean Paul's avatar Sean Paul
Browse files

drm/rockchip: Reduce psr flush time to 100ms



3 seconds is a bit too conservative, drop this to 100ms for
better power savings.

Reviewed-by: default avatarYakir Yang <ykk@rock-chips.com>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
parent b883c9ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include "rockchip_drm_drv.h"
#include "rockchip_drm_psr.h"

#define PSR_FLUSH_TIMEOUT	msecs_to_jiffies(3000) /* 3 seconds */
#define PSR_FLUSH_TIMEOUT	msecs_to_jiffies(100)

enum psr_state {
	PSR_FLUSH,