msm: display: Increase timeout value for fence waiting

In some benchmark use case, graphic engine is extremely
busy, need increase the fence waiting timeout value.

Change-Id: I3c483f98fa86030b283edd8a79e7b70fa1c06335
Signed-off-by: Ken Zhang <kenz@codeaurora.org>
Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
This commit is contained in:
Ken Zhang 2012-11-14 14:33:58 -08:00 committed by Stephen Boyd
parent cd83ee23ff
commit 4a0aea3355

View file

@ -126,10 +126,10 @@ static ssize_t msm_fb_read(struct fb_info *info, char __user *buf,
#define MSM_FB_MAX_DBGFS 1024 #define MSM_FB_MAX_DBGFS 1024
#define MAX_BACKLIGHT_BRIGHTNESS 255 #define MAX_BACKLIGHT_BRIGHTNESS 255
/* 100 ms for fence time out */ /* 800 ms for fence time out */
#define WAIT_FENCE_TIMEOUT 100 #define WAIT_FENCE_TIMEOUT 800
/* 200 ms for display operation time out */ /* 900 ms for display operation time out */
#define WAIT_DISP_OP_TIMEOUT 200 #define WAIT_DISP_OP_TIMEOUT 900
int msm_fb_debugfs_file_index; int msm_fb_debugfs_file_index;
struct dentry *msm_fb_debugfs_root; struct dentry *msm_fb_debugfs_root;