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: Prashant Nukala <pnukala@codeaurora.org>
This commit is contained in:
parent
06acb83c8b
commit
fde1af3a8e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue