mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
cd83ee23ff
commit
4a0aea3355
1 changed files with 4 additions and 4 deletions
|
@ -126,10 +126,10 @@ static ssize_t msm_fb_read(struct fb_info *info, char __user *buf,
|
|||
#define MSM_FB_MAX_DBGFS 1024
|
||||
#define MAX_BACKLIGHT_BRIGHTNESS 255
|
||||
|
||||
/* 100 ms for fence time out */
|
||||
#define WAIT_FENCE_TIMEOUT 100
|
||||
/* 200 ms for display operation time out */
|
||||
#define WAIT_DISP_OP_TIMEOUT 200
|
||||
/* 800 ms for fence time out */
|
||||
#define WAIT_FENCE_TIMEOUT 800
|
||||
/* 900 ms for display operation time out */
|
||||
#define WAIT_DISP_OP_TIMEOUT 900
|
||||
|
||||
int msm_fb_debugfs_file_index;
|
||||
struct dentry *msm_fb_debugfs_root;
|
||||
|
|
Loading…
Reference in a new issue