Home
last modified time | relevance | path

Searched refs:__msm_context_destroy (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h668 void __msm_context_destroy(struct kref *kref);
672 kref_put(&ctx->ref, __msm_context_destroy); in msm_context_put()
H A Dmsm_submitqueue.c52 void __msm_context_destroy(struct kref *kref) in __msm_context_destroy() function