Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
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];
1815 struct list_head old_groups[PANTHOR_CSG_PRIORITY_COUNT];
1816 struct list_head groups[PANTHOR_CSG_PRIORITY_COUNT];
1951 ctx->min_priority = PANTHOR_CSG_PRIORITY_COUNT; in tick_ctx_init()
2118 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2168 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2190 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
2226 for (prio = PANTHOR_CSG_PRIORITY_COUNT - 1; prio >= 0; prio--) { in tick_ctx_apply()
[all …]