HomeSort by: relevance | last modified time | path
    Searched refs:gpuvm_base (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_flat_memory.c 100 * The GPUVM_Base/GPUVM_Limit defines the aperture in the 64b space where we
119 * aperture, we subtract the GPUVM_Base address and set the ATC bit to zero
334 pdd->gpuvm_base = SVM_USER_BASE;
341 pdd->gpuvm_base = MAKE_GPUVM_APP_BASE_VI(id + 1);
342 pdd->gpuvm_limit = MAKE_GPUVM_APP_LIMIT(pdd->gpuvm_base,
358 * Set gpuvm_base and gpuvm_limit to CANONICAL addresses so that they
361 pdd->gpuvm_base = SVM_USER_BASE;
399 pdd->gpuvm_base = pdd->gpuvm_limit = 0;
444 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base);
    [all...]
kfd_chardev.c 895 pAperture->gpuvm_base = pdd->gpuvm_base;
909 "gpuvm_base %llX\n", pdd->gpuvm_base);
981 pa[nodes].gpuvm_base = pdd->gpuvm_base;
993 "gpuvm_base %llX\n", pdd->gpuvm_base);
kfd_priv.h 633 uint64_t gpuvm_base; member in struct:kfd_process_device

Completed in 40 milliseconds