Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
Dgpu_scheduler.h81 struct amd_sched_job { struct
103 struct fence *(*dependency)(struct amd_sched_job *sched_job); argument
104 struct fence *(*run_job)(struct amd_sched_job *sched_job);
136 void amd_sched_entity_push_job(struct amd_sched_job *sched_job);
Dgpu_sched_trace.h14 TRACE_EVENT(amd_sched_job,
15 TP_PROTO(struct amd_sched_job *sched_job),
19 __field(struct amd_sched_job *, sched_job)
Dgpu_scheduler.c266 static struct amd_sched_job *
270 struct amd_sched_job *sched_job; in amd_sched_entity_pop_job()
289 static bool amd_sched_entity_in(struct amd_sched_job *sched_job) in amd_sched_entity_in()
318 void amd_sched_entity_push_job(struct amd_sched_job *sched_job) in amd_sched_entity_push_job()
418 struct amd_sched_job *sched_job; in amd_sched_main()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sched.c31 static struct fence *amdgpu_sched_dependency(struct amd_sched_job *sched_job) in amdgpu_sched_dependency()
37 static struct fence *amdgpu_sched_run_job(struct amd_sched_job *sched_job) in amdgpu_sched_run_job()
Damdgpu_trace.h56 __field(struct amd_sched_job *, sched_job)
81 __field(struct amd_sched_job *, sched_job)
Damdgpu.h1270 struct amd_sched_job base;