Searched refs:bosize (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/panfrost/ |
| A D | panfrost_perfcnt.c | 31 size_t bosize; member 91 bo = drm_gem_shmem_create(pfdev->ddev, perfcnt->bosize); in panfrost_perfcnt_enable_locked() 260 if (copy_to_user(user_ptr, perfcnt->buf, perfcnt->bosize)) in panfrost_ioctl_perfcnt_dump() 323 perfcnt->bosize = size; in panfrost_perfcnt_init()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| A D | a5xx_power.c | 329 uint32_t dwords = 0, offset = 0, bosize; in a5xx_gpmu_ucode_init() local 363 bosize = (cmds_size + (cmds_size / TYPE4_MAX_PAYLOAD) + 1) << 2; in a5xx_gpmu_ucode_init() 365 ptr = msm_gem_kernel_new(drm, bosize, in a5xx_gpmu_ucode_init()
|
| /linux/drivers/gpu/drm/panthor/ |
| A D | panthor_heap.c | 531 size_t bosize = ALIGN(MAX_HEAPS_PER_POOL * in panthor_heap_pool_create() local 550 pool->gpu_contexts = panthor_kernel_bo_create(ptdev, vm, bosize, in panthor_heap_pool_create()
|
Completed in 11 milliseconds