Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c146 PANTHOR_CSG_PRIORITY_COUNT, enumerator
239 struct list_head runnable[PANTHOR_CSG_PRIORITY_COUNT];
250 struct list_head idle[PANTHOR_CSG_PRIORITY_COUNT];
2019 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT];
2020 struct list_head groups[PANTHOR_CSG_PRIORITY_COUNT];
2133 ctx->min_priority = PANTHOR_CSG_PRIORITY_COUNT; in tick_ctx_init()
2298 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2348 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2370 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2406 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
[all …]