Loading drivers/gpu/msm/adreno.h +3 −1 Original line number Diff line number Diff line Loading @@ -1299,7 +1299,9 @@ void adreno_context_debugfs_init(struct adreno_device *adreno_dev, static inline void adreno_debugfs_init(struct adreno_device *adreno_dev) { } static inline void adreno_context_debugfs_init(struct adreno_device *device, struct adreno_context *context) { } { context->debug_root = NULL; } #endif /** Loading drivers/gpu/msm/adreno_drawctxt.c +2 −1 Original line number Diff line number Diff line Loading @@ -464,6 +464,7 @@ void adreno_drawctxt_detach(struct kgsl_context *context) debugfs_remove_recursive(drawctxt->debug_root); /* The debugfs file has a reference, release it */ if (drawctxt->debug_root) kgsl_context_put(context); /* Loading Loading
drivers/gpu/msm/adreno.h +3 −1 Original line number Diff line number Diff line Loading @@ -1299,7 +1299,9 @@ void adreno_context_debugfs_init(struct adreno_device *adreno_dev, static inline void adreno_debugfs_init(struct adreno_device *adreno_dev) { } static inline void adreno_context_debugfs_init(struct adreno_device *device, struct adreno_context *context) { } { context->debug_root = NULL; } #endif /** Loading
drivers/gpu/msm/adreno_drawctxt.c +2 −1 Original line number Diff line number Diff line Loading @@ -464,6 +464,7 @@ void adreno_drawctxt_detach(struct kgsl_context *context) debugfs_remove_recursive(drawctxt->debug_root); /* The debugfs file has a reference, release it */ if (drawctxt->debug_root) kgsl_context_put(context); /* Loading