Searched refs:ring_mirror_list (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/ |
| H A D | sched_main.c | 201 !list_empty(&sched->ring_mirror_list)) in drm_sched_start_timeout() 261 if (list_empty(&sched->ring_mirror_list)) in drm_sched_resume_timeout() 275 list_add_tail(&s_job->node, &sched->ring_mirror_list); in drm_sched_job_begin() 289 job = list_first_entry_or_null(&sched->ring_mirror_list, in drm_sched_job_timedout() 395 list_add(&bad->node, &sched->ring_mirror_list); in drm_sched_stop() 403 list_for_each_entry_safe_reverse(s_job, tmp, &sched->ring_mirror_list, node) { in drm_sched_stop() 465 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) { in drm_sched_start() 508 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) { in drm_sched_resubmit_jobs() 686 job = list_first_entry_or_null(&sched->ring_mirror_list, in drm_sched_get_cleanup_job() 860 INIT_LIST_HEAD(&sched->ring_mirror_list); in drm_sched_init()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | gpu_scheduler.h | 285 struct list_head ring_mirror_list; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_job.c | 274 list_for_each_entry(s_job, &sched->ring_mirror_list, node) { in amdgpu_job_stop_all_jobs_on_sched()
|
| H A D | amdgpu_debugfs.c | 1396 list_for_each_entry(s_job, &sched->ring_mirror_list, node) { in amdgpu_ib_preempt_job_recovery() 1428 list_for_each_entry_safe(s_job, tmp, &sched->ring_mirror_list, node) { in amdgpu_ib_preempt_mark_partial_job()
|
| H A D | amdgpu_device.c | 4133 job = list_first_entry_or_null(&ring->sched.ring_mirror_list, in amdgpu_device_has_job_running()
|