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

Commit 423306b6 authored by Prashant Nukala's avatar Prashant Nukala Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: change default value of minimum refresh rate to 48



Most of the DSI panels do not support refresh rate lesser than 48.
So change the default value to 48.

Change-Id: Id47fe3488d7cd85b1eefaea18f3a7b9e6e8b3e31
Signed-off-by: default avatarPrashant Nukala <pnukala@codeaurora.org>
parent 55461996
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
#include "mdss_dsi.h"
#include "mdss_dsi.h"


#define DT_CMD_HDR 6
#define DT_CMD_HDR 6
#define MIN_REFRESH_RATE 30
#define MIN_REFRESH_RATE 48
#define DEFAULT_MDP_TRANSFER_TIME 14000
#define DEFAULT_MDP_TRANSFER_TIME 14000


#define CEIL(x, y)		(((x) + ((y)-1)) / (y))
#define CEIL(x, y)		(((x) + ((y)-1)) / (y))