Searched refs:prev_grp (Results 1 – 1 of 1) sorted by relevance
199 struct kbase_queue_group *prev_grp) in csg_reg_update_on_csis() argument215 struct kbase_queue *prev_queue = prev_grp ? prev_grp->bound_queues[i] : NULL; in csg_reg_update_on_csis()257 struct kbase_queue_group *prev_grp = csg_reg->grp; in group_bind_csg_reg() local270 if (WARN_ON_ONCE(prev_grp && prev_grp->csg_reg != csg_reg)) { in group_bind_csg_reg()272 prev_grp->csg_reg = NULL; in group_bind_csg_reg()320 if (prev_grp) in group_bind_csg_reg()333 err1 = csg_reg_update_on_csis(kbdev, group, prev_grp); in group_bind_csg_reg()338 if (prev_grp) { in group_bind_csg_reg()339 prev_grp->normal_suspend_buf.gpu_va = 0; in group_bind_csg_reg()340 prev_grp->protected_suspend_buf.gpu_va = 0; in group_bind_csg_reg()[all …]