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:
Prashant Nukala 2015-05-12 13:06:33 +05:30 committed by David Keitel
parent 06acb83c8b
commit fde1af3a8e

View file

@ -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))