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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_pasid.c32 static unsigned int pasid_bits = 16; variable
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 166 milliseconds