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.c147 PANTHOR_CSG_PRIORITY_COUNT, enumerator
240 struct list_head runnable[PANTHOR_CSG_PRIORITY_COUNT];
251 struct list_head idle[PANTHOR_CSG_PRIORITY_COUNT];
1874 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT];
1875 struct list_head groups[PANTHOR_CSG_PRIORITY_COUNT];
2010 ctx->min_priority = PANTHOR_CSG_PRIORITY_COUNT; in tick_ctx_init()
2175 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2225 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2247 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2283 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
[all …]