HomeSort by: relevance | last modified time | path
    Searched defs:allocate_mqd (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_mqd_manager.h 71 struct kfd_mem_obj* (*allocate_mqd)(struct kfd_dev *kfd, member in struct:mqd_manager
kfd_mqd_manager_cik.c 80 static struct kfd_mem_obj *allocate_mqd(struct kfd_dev *kfd, function in typeref:struct:kfd_mem_obj *
382 mqd->allocate_mqd = allocate_mqd;
395 mqd->allocate_mqd = allocate_hiq_mqd;
408 mqd->allocate_mqd = allocate_mqd;
421 mqd->allocate_mqd = allocate_sdma_mqd;
kfd_mqd_manager_v10.c 80 static struct kfd_mem_obj *allocate_mqd(struct kfd_dev *kfd, function in typeref:struct:kfd_mem_obj *
406 mqd->allocate_mqd = allocate_mqd;
422 mqd->allocate_mqd = allocate_hiq_mqd;
436 mqd->allocate_mqd = allocate_mqd;
450 mqd->allocate_mqd = allocate_sdma_mqd;
kfd_mqd_manager_v9.c 89 static struct kfd_mem_obj *allocate_mqd(struct kfd_dev *kfd, function in typeref:struct:kfd_mem_obj *
448 mqd->allocate_mqd = allocate_mqd;
462 mqd->allocate_mqd = allocate_hiq_mqd;
475 mqd->allocate_mqd = allocate_mqd;
488 mqd->allocate_mqd = allocate_sdma_mqd;
kfd_mqd_manager_vi.c 83 static struct kfd_mem_obj *allocate_mqd(struct kfd_dev *kfd, function in typeref:struct:kfd_mem_obj *
429 mqd->allocate_mqd = allocate_mqd;
443 mqd->allocate_mqd = allocate_hiq_mqd;
456 mqd->allocate_mqd = allocate_mqd;
469 mqd->allocate_mqd = allocate_sdma_mqd;

Completed in 31 milliseconds