Searched refs:upd_ctx (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 2109 struct panthor_csg_slots_upd_ctx upd_ctx; in tick_ctx_init() local 2114 csgs_upd_ctx_init(&upd_ctx); in tick_ctx_init() 2145 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, i, in tick_ctx_init() 2150 ret = csgs_upd_ctx_apply_locked(ptdev, &upd_ctx); in tick_ctx_init() 2153 ctx->csg_upd_failed_mask |= upd_ctx.timedout_mask; in tick_ctx_init() 2276 struct panthor_csg_slots_upd_ctx upd_ctx; in tick_ctx_apply() local 2279 csgs_upd_ctx_init(&upd_ctx); in tick_ctx_apply() 2291 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, csg_id, in tick_ctx_apply() 2316 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, csg_id, in tick_ctx_apply() 2323 ret = csgs_upd_ctx_apply_locked(ptdev, &upd_ctx); in tick_ctx_apply() [all …]
|