Loading drivers/gpu/msm/adreno.c +6 −2 Original line number Diff line number Diff line Loading @@ -1712,8 +1712,6 @@ static int adreno_stop(struct kgsl_device *device) } } adreno_set_active_ctxs_null(adreno_dev); adreno_dispatcher_stop(adreno_dev); adreno_ringbuffer_stop(adreno_dev); Loading Loading @@ -1752,6 +1750,12 @@ static int adreno_stop(struct kgsl_device *device) kgsl_mmu_stop(&device->mmu); /* * At this point, MMU is turned off so we can safely * destroy any pending contexts and their pagetables */ adreno_set_active_ctxs_null(adreno_dev); clear_bit(ADRENO_DEVICE_STARTED, &adreno_dev->priv); return 0; Loading Loading
drivers/gpu/msm/adreno.c +6 −2 Original line number Diff line number Diff line Loading @@ -1712,8 +1712,6 @@ static int adreno_stop(struct kgsl_device *device) } } adreno_set_active_ctxs_null(adreno_dev); adreno_dispatcher_stop(adreno_dev); adreno_ringbuffer_stop(adreno_dev); Loading Loading @@ -1752,6 +1750,12 @@ static int adreno_stop(struct kgsl_device *device) kgsl_mmu_stop(&device->mmu); /* * At this point, MMU is turned off so we can safely * destroy any pending contexts and their pagetables */ adreno_set_active_ctxs_null(adreno_dev); clear_bit(ADRENO_DEVICE_STARTED, &adreno_dev->priv); return 0; Loading