Searched refs:upd_ctx (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_sched.c | 1944 struct panthor_csg_slots_upd_ctx upd_ctx; in tick_ctx_init() local 1949 csgs_upd_ctx_init(&upd_ctx); in tick_ctx_init() 1980 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, i, in tick_ctx_init() 1985 ret = csgs_upd_ctx_apply_locked(ptdev, &upd_ctx); in tick_ctx_init() 1988 ctx->csg_upd_failed_mask |= upd_ctx.timedout_mask; in tick_ctx_init() 2113 struct panthor_csg_slots_upd_ctx upd_ctx; in tick_ctx_apply() local 2116 csgs_upd_ctx_init(&upd_ctx); in tick_ctx_apply() 2128 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, csg_id, in tick_ctx_apply() 2153 csgs_upd_ctx_queue_reqs(ptdev, &upd_ctx, csg_id, in tick_ctx_apply() 2160 ret = csgs_upd_ctx_apply_locked(ptdev, &upd_ctx); in tick_ctx_apply() [all …]
|