Loading drivers/gpu/msm/adreno_dispatch.c +6 −0 Original line number Diff line number Diff line Loading @@ -1541,8 +1541,14 @@ void adreno_dispatcher_irq_fault(struct kgsl_device *device) */ void adreno_dispatcher_start(struct kgsl_device *device) { struct adreno_device *adreno_dev = ADRENO_DEVICE(device); complete_all(&device->cmdbatch_gate); /* a305c GPU is slower than a330 and needs a larger timer */ if (adreno_is_a305c(adreno_dev)) _fault_timer_interval = 200; /* Schedule the work loop to get things going */ adreno_dispatcher_schedule(device); } Loading Loading
drivers/gpu/msm/adreno_dispatch.c +6 −0 Original line number Diff line number Diff line Loading @@ -1541,8 +1541,14 @@ void adreno_dispatcher_irq_fault(struct kgsl_device *device) */ void adreno_dispatcher_start(struct kgsl_device *device) { struct adreno_device *adreno_dev = ADRENO_DEVICE(device); complete_all(&device->cmdbatch_gate); /* a305c GPU is slower than a330 and needs a larger timer */ if (adreno_is_a305c(adreno_dev)) _fault_timer_interval = 200; /* Schedule the work loop to get things going */ adreno_dispatcher_schedule(device); } Loading