Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c421 u64 vram_usage = ttm_resource_manager_usage(man); in radeon_bo_get_threshold_for_moves() local
463 u64 half_free_vram = vram_usage >= half_vram ? 0 : half_vram - vram_usage; in radeon_bo_get_threshold_for_moves()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1173 WRITE_ONCE(pdd->vram_usage, pdd->vram_usage + PAGE_ALIGN(size)); in kfd_ioctl_alloc_memory_of_gpu()
1244 WRITE_ONCE(pdd->vram_usage, pdd->vram_usage - size); in kfd_ioctl_free_memory_of_gpu()
2354 WRITE_ONCE(pdd->vram_usage, pdd->vram_usage + bo_bucket->size); in criu_restore_memory_of_gpu()
H A Dkfd_process.c309 return snprintf(buffer, PAGE_SIZE, "%llu\n", READ_ONCE(pdd->vram_usage)); in kfd_procfs_show()
1601 pdd->vram_usage = 0; in kfd_create_process_device_data()
H A Dkfd_priv.h768 uint64_t vram_usage; member