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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.h 59 struct amdgpu_ctx_mgr { struct
88 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr);
89 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr);
90 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
91 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
amdgpu_ctx.c 245 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr;
296 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr;
312 struct amdgpu_ctx_mgr *mgr;
348 struct amdgpu_ctx_mgr *mgr;
437 struct amdgpu_ctx_mgr *mgr;
563 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr)
569 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout)
595 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr)
623 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr)
amdgpu.h 451 struct amdgpu_ctx_mgr ctx_mgr;

Completed in 13 milliseconds