Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c522 struct pvr_job *frag_job = job->type == DRM_PVR_JOB_TYPE_GEOMETRY ? in pvr_queue_get_paired_frag_job_dep() local
524 struct pvr_queue *frag_queue = frag_job ? frag_job->ctx->queues.fragment : NULL; in pvr_queue_get_paired_frag_job_dep()
528 if (!frag_job) in pvr_queue_get_paired_frag_job_dep()
532 xa_for_each(&frag_job->base.dependencies, index, f) { in pvr_queue_get_paired_frag_job_dep()
548 pvr_queue_job_fence_init(frag_job->done_fence, frag_queue); in pvr_queue_get_paired_frag_job_dep()
550 return pvr_queue_get_job_cccb_fence(frag_queue, frag_job); in pvr_queue_get_paired_frag_job_dep()
788 struct pvr_job *frag_job = job->paired_job; in pvr_queue_run_job() local
793 pvr_queue_submit_job_to_cccb(frag_job); in pvr_queue_run_job()
798 pvr_context_get_fw_addr(frag_job->ctx) + in pvr_queue_run_job()
801 frag_job->fw_ccb_cmd_type == in pvr_queue_run_job()
[all …]