Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/scheduler/
Dgpu_scheduler.h33 struct amd_sched_rq;
46 struct amd_sched_rq *rq;
64 struct amd_sched_rq { struct
115 struct amd_sched_rq sched_rq;
116 struct amd_sched_rq kernel_rq;
132 struct amd_sched_rq *rq,
Dgpu_scheduler.c40 static void amd_sched_rq_init(struct amd_sched_rq *rq) in amd_sched_rq_init()
47 static void amd_sched_rq_add_entity(struct amd_sched_rq *rq, in amd_sched_rq_add_entity()
55 static void amd_sched_rq_remove_entity(struct amd_sched_rq *rq, in amd_sched_rq_remove_entity()
73 amd_sched_rq_select_entity(struct amd_sched_rq *rq) in amd_sched_rq_select_entity()
120 struct amd_sched_rq *rq, in amd_sched_entity_init()
207 struct amd_sched_rq *rq = entity->rq; in amd_sched_entity_fini()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c44 struct amd_sched_rq *rq; in amdgpu_ctx_init()