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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.c 76 * struct amdgpu_prt_cb - Helper to disable partial resident texture feature from a fence callback
78 struct amdgpu_prt_cb { struct
1916 struct amdgpu_prt_cb *cb = container_of(_cb, struct amdgpu_prt_cb, cb);
1931 struct amdgpu_prt_cb *cb;
1936 cb = kmalloc(sizeof(struct amdgpu_prt_cb), GFP_KERNEL);

Completed in 12 milliseconds