Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Dpanthor_drm.h795 * @max_compute_cores: Maximum number of cores that can be used by compute
800 __u8 max_compute_cores;
827 * This field must have at least @max_compute_cores bits set.
748 __u8 max_compute_cores; global() member
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c550 u8 max_compute_cores; member
1451 endpoint_req = CSG_EP_REQ_COMPUTE(group->max_compute_cores) | in csg_slot_prog_locked()
3658 if (hweight64(group_args->compute_core_mask) < group_args->max_compute_cores || in panthor_group_create()
3673 group->max_compute_cores = group_args->max_compute_cores; in panthor_group_create()