Searched refs:compute_vmid_bitmap (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c696 first_vmid_kfd = ffs(gpu_resources->compute_vmid_bitmap)-1;
697 last_vmid_kfd = fls(gpu_resources->compute_vmid_bitmap)-1;
827 node->compute_vmid_bitmap =
833 node->compute_vmid_bitmap =
834 gpu_resources->compute_vmid_bitmap;
H A Dkfd_priv.h307 unsigned int compute_vmid_bitmap; member in struct:kfd_node
1124 (node->compute_vmid_bitmap & (1 << vmid)) != 0;
H A Dkfd_device_queue_manager.c1579 res.vmid_mask = dqm->dev->compute_vmid_bitmap;
2698 updated_vmid_mask = dqm->dev->kfd->shared_resources.compute_vmid_bitmap;
2701 dqm->dev->kfd->shared_resources.compute_vmid_bitmap = updated_vmid_mask;
2747 updated_vmid_mask = dqm->dev->kfd->shared_resources.compute_vmid_bitmap;
2750 dqm->dev->kfd->shared_resources.compute_vmid_bitmap = updated_vmid_mask;
/linux-master/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h103 unsigned int compute_vmid_bitmap; member in struct:kgd2kfd_shared_resources
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c174 .compute_vmid_bitmap =

Completed in 133 milliseconds