Change-Id: I9a03f2427cbe0653821a1671c1f3758bc8e891fe
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
struct mali_gp_job *job;
mali_bool success;
+ /*
if (MALI_TRUE == time_out) {
mali_group_dump_status(group);
}
+ */
success = (int_result != MALI_INTERRUPT_RESULT_ERROR) ?
MALI_TRUE : MALI_FALSE;
.shared_mem_size = 1024 * 1024 * 1024, /* 1GB */
.fb_start = 0x40000000,
.fb_size = 0xb1000000,
- .max_job_runtime = 60000, /* 60 seconds */
+ .max_job_runtime = 100, /* 100 ms */
/* .utilization_interval = 0, */ /* 0ms */
.utilization_callback = mali_gpu_utilization_handler,
};