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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_pasid.c 32 static unsigned int pasid_bits = 16; variable in typeref:typename:unsigned int
40 if (new_limit < (1U << pasid_bits)) {
47 while (new_limit < (1U << pasid_bits))
48 pasid_bits--;
56 return 1U << pasid_bits;
80 r = amdgpu_pasid_alloc(pasid_bits);

Completed in 30 milliseconds