Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2111 struct panthor_csg_slots_upd_ctx upd_ctx; in tick_ctx_init() local
2116 csgs_upd_ctx_init(&upd_ctx); in tick_ctx_init()
2147 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, i, in tick_ctx_init()
2152 ret = csgs_upd_ctx_apply_locked(ptdev, &upd_ctx); in tick_ctx_init()
2155 ctx->csg_upd_failed_mask |= upd_ctx.timedout_mask; in tick_ctx_init()
2278 struct panthor_csg_slots_upd_ctx upd_ctx; in tick_ctx_apply() local
2281 csgs_upd_ctx_init(&upd_ctx); in tick_ctx_apply()
2293 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, csg_id, in tick_ctx_apply()
2318 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, csg_id, in tick_ctx_apply()
2325 ret = csgs_upd_ctx_apply_locked(ptdev, &upd_ctx); in tick_ctx_apply()
[all …]