Loading drivers/gpu/msm/adreno_drawctxt.c +2 −2 Original line number Diff line number Diff line Loading @@ -505,6 +505,8 @@ void adreno_drawctxt_detach(struct kgsl_context *context) kgsl_drawobj_destroy(list[i]); } debugfs_remove_recursive(drawctxt->debug_root); /* * internal_timestamp is set in adreno_ringbuffer_addcmds, * which holds the device mutex. Loading Loading @@ -562,8 +564,6 @@ void adreno_drawctxt_detach(struct kgsl_context *context) mutex_unlock(&device->mutex); debugfs_remove_recursive(drawctxt->debug_root); /* wake threads waiting to submit commands from this context */ wake_up_all(&drawctxt->waiting); wake_up_all(&drawctxt->wq); Loading Loading
drivers/gpu/msm/adreno_drawctxt.c +2 −2 Original line number Diff line number Diff line Loading @@ -505,6 +505,8 @@ void adreno_drawctxt_detach(struct kgsl_context *context) kgsl_drawobj_destroy(list[i]); } debugfs_remove_recursive(drawctxt->debug_root); /* * internal_timestamp is set in adreno_ringbuffer_addcmds, * which holds the device mutex. Loading Loading @@ -562,8 +564,6 @@ void adreno_drawctxt_detach(struct kgsl_context *context) mutex_unlock(&device->mutex); debugfs_remove_recursive(drawctxt->debug_root); /* wake threads waiting to submit commands from this context */ wake_up_all(&drawctxt->waiting); wake_up_all(&drawctxt->wq); Loading