Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c94 #define MAX_CSG_PRIO 0xf macro
1296 if (priority > MAX_CSG_PRIO) in csg_slot_prog_locked()
2168 int prio, new_csg_prio = MAX_CSG_PRIO, i; in tick_ctx_apply()
2244 new_csg_prio = MAX_CSG_PRIO; in tick_ctx_apply()
3832 num_groups = min_t(u32, MAX_CSG_PRIO + 1, num_groups); in panthor_sched_init()
H A Dpanthor_fw.c204 #define MAX_CSG_PRIO 0xf macro