Searched refs:exec_job (Results 1 – 1 of 1) sorted by relevance
92 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_submit() local98 ret = nouveau_fence_create(&exec_job->fence, exec_job->chan); in nouveau_exec_job_submit()131 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_run() local132 struct nouveau_channel *chan = exec_job->chan; in nouveau_exec_job_run()133 struct nouveau_fence *fence = exec_job->fence; in nouveau_exec_job_run()136 ret = nvif_chan_gpfifo_wait(&chan->chan, exec_job->push.count + 1, 16); in nouveau_exec_job_run()142 for (i = 0; i < exec_job->push.count; i++) { in nouveau_exec_job_run()143 struct drm_nouveau_exec_push *p = &exec_job->push.s[i]; in nouveau_exec_job_run()153 nouveau_fence_unref(&exec_job->fence); in nouveau_exec_job_run()162 exec_job->fence = NULL; in nouveau_exec_job_run()[all …]