Searched refs:amdgpu_userq_mgr (Results 1 – 7 of 7) sorted by relevance
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_userq.h | 57 struct amdgpu_userq_mgr *userq_mgr; 72 int (*mqd_create)(struct amdgpu_userq_mgr *uq_mgr, 75 void (*mqd_destroy)(struct amdgpu_userq_mgr *uq_mgr, 77 int (*unmap)(struct amdgpu_userq_mgr *uq_mgr, 79 int (*map)(struct amdgpu_userq_mgr *uq_mgr, 84 struct amdgpu_userq_mgr { struct 105 void amdgpu_userq_mgr_fini(struct amdgpu_userq_mgr *userq_mgr); 107 int amdgpu_userq_create_object(struct amdgpu_userq_mgr *uq_mgr, 111 void amdgpu_userq_destroy_object(struct amdgpu_userq_mgr *uq_mgr, 114 void amdgpu_userq_evict(struct amdgpu_userq_mgr *uq_mgr, [all …]
|
| A D | amdgpu_userq.c | 67 amdgpu_userq_map_helper(struct amdgpu_userq_mgr *uq_mgr, in amdgpu_userq_map_helper() 102 amdgpu_userq_cleanup(struct amdgpu_userq_mgr *uq_mgr, in amdgpu_userq_cleanup() 116 amdgpu_userq_active(struct amdgpu_userq_mgr *uq_mgr) in amdgpu_userq_active() 300 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_userq_destroy() 394 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_userq_create() 786 amdgpu_userq_evict(struct amdgpu_userq_mgr *uq_mgr, in amdgpu_userq_evict() 838 struct amdgpu_userq_mgr *uqm, *tmp; in amdgpu_userq_mgr_fini() 867 struct amdgpu_userq_mgr *uqm, *tmp; in amdgpu_userq_suspend() 893 struct amdgpu_userq_mgr *uqm, *tmp; in amdgpu_userq_resume() 919 struct amdgpu_userq_mgr *uqm, *tmp; in amdgpu_userq_stop_sched_for_enforce_isolation() [all …]
|
| A D | mes_userqueue.c | 61 mes_userq_create_wptr_mapping(struct amdgpu_userq_mgr *uq_mgr, in mes_userq_create_wptr_mapping() 114 static int mes_userq_map(struct amdgpu_userq_mgr *uq_mgr, in mes_userq_map() 159 static int mes_userq_unmap(struct amdgpu_userq_mgr *uq_mgr, in mes_userq_unmap() 179 static int mes_userq_create_ctx_space(struct amdgpu_userq_mgr *uq_mgr, in mes_userq_create_ctx_space() 201 static int mes_userq_mqd_create(struct amdgpu_userq_mgr *uq_mgr, in mes_userq_mqd_create() 342 mes_userq_mqd_destroy(struct amdgpu_userq_mgr *uq_mgr, in mes_userq_mqd_destroy()
|
| A D | amdgpu_eviction_fence.c | 107 struct amdgpu_userq_mgr *uq_mgr = &fpriv->userq_mgr; in amdgpu_eviction_fence_suspend_worker()
|
| A D | amdgpu_userq_fence.c | 415 struct amdgpu_userq_mgr *userq_mgr = &fpriv->userq_mgr; in amdgpu_userq_signal_ioctl() 603 struct amdgpu_userq_mgr *userq_mgr = &fpriv->userq_mgr; in amdgpu_userq_wait_ioctl()
|
| A D | amdgpu.h | 504 struct amdgpu_userq_mgr userq_mgr;
|
| A D | amdgpu_drv.c | 2766 struct amdgpu_userq_mgr *uqm, *tmp; in amdgpu_runtime_idle_check_userq()
|
Completed in 649 milliseconds