Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_doorbell.c99 if (!kfd->max_doorbell_slices || in kfd_doorbell_init()
100 doorbell_process_limit < kfd->max_doorbell_slices) in kfd_doorbell_init()
101 kfd->max_doorbell_slices = doorbell_process_limit; in kfd_doorbell_init()
297 kfd->max_doorbell_slices, GFP_KERNEL); in kfd_alloc_process_doorbells()
Dkfd_priv.h345 unsigned int max_doorbell_slices; member
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mes.h80 uint32_t max_doorbell_slices; member
Damdgpu_mes.c43 adev->mes.max_doorbell_slices, in amdgpu_mes_alloc_process_doorbells()
142 adev->mes.max_doorbell_slices = doorbell_process_limit; in amdgpu_mes_doorbell_init()