Home
last modified time | relevance | path

Searched refs:AMDGPU_VM_MAX_NUM_CTX (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ctx.c255 r = idr_alloc(&mgr->ctx_handles, ctx, 1, AMDGPU_VM_MAX_NUM_CTX, GFP_KERNEL); in amdgpu_ctx_alloc()
H A Damdgpu.h196 #define AMDGPU_VM_MAX_NUM_CTX 4096 macro