Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_sched.c94 #define MAX_CSG_PRIO 0xf macro
1237 if (priority > MAX_CSG_PRIO) in csg_slot_prog_locked()
2111 int prio, new_csg_prio = MAX_CSG_PRIO, i; in tick_ctx_apply()
2187 new_csg_prio = MAX_CSG_PRIO; in tick_ctx_apply()
3528 num_groups = min_t(u32, MAX_CSG_PRIO + 1, num_groups); in panthor_sched_init()
Dpanthor_fw.c190 #define MAX_CSG_PRIO 0xf macro