Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h53 u32 nr_core_groups; member
H A Dpanfrost_gpu.c259 pfdev->features.nr_core_groups = hweight64(pfdev->features.l2_present); in panfrost_gpu_init_features()
H A Dpanfrost_drv.c70 PANFROST_FEATURE(NR_CORE_GROUPS, nr_core_groups); in panfrost_ioctl_get_param()
H A Dpanfrost_job.c119 (job->pfdev->features.nr_core_groups == 2)) in panfrost_job_get_slot()