increase IDLE_TIMEOUT within kgsl_yamato_idle (kgsl_yamato.c)

This commit is contained in:
Prashant Somashekar 2010-10-17 19:59:11 -04:00 committed by Jon Benson
parent f248e15b5f
commit fea4f78e54

View File

@ -802,7 +802,7 @@ int kgsl_yamato_idle(struct kgsl_device *device, unsigned int timeout)
struct kgsl_mmu_debug mmu_dbg;
unsigned int rbbm_status;
int idle_count = 0;
#define IDLE_COUNT_MAX 1000000
#define IDLE_COUNT_MAX 1500000
KGSL_DRV_VDBG("enter (device=%p, timeout=%d)\n", device, timeout);