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

Commit ddfca824 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents faec5587 423306b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include "mdss_dsi.h"

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

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