Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_sched.c77 drm_sched_stop(&gpu->sched, sched_job); in etnaviv_sched_timedout_job()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_arcturus.c297 drm_sched_stop(&ring->sched, NULL); in suspend_resume_compute_scheduler()
/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c600 void drm_sched_stop(struct drm_gpu_scheduler *sched, struct drm_sched_job *bad) in drm_sched_stop() function
672 EXPORT_SYMBOL(drm_sched_stop);
/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c768 drm_sched_stop(&queue->scheduler, bad_job ? &bad_job->base : NULL); in pvr_queue_stop()
833 drm_sched_stop(sched, s_job); in pvr_queue_timedout_job()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c374 drm_sched_stop(sched, sched_job); in nouveau_sched_timedout_job()
/linux/drivers/accel/ethosu/
H A Dethosu_job.c273 drm_sched_stop(&dev->sched, bad); in ethosu_job_timedout()
/linux/drivers/accel/amdxdna/
H A Daie2_ctx.c65 drm_sched_stop(&hwctx->priv->sched, bad_job); in aie2_hwctx_stop()
755 drm_sched_stop(&hwctx->priv->sched, NULL); in aie2_hwctx_fini()
/linux/drivers/accel/rocket/
H A Drocket_job.c356 drm_sched_stop(&core->sched, bad); in rocket_reset()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_sched.c707 drm_sched_stop(&v3d->queue[i].sched, sched_job); in v3d_gpu_reset_for_timeout()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c682 drm_sched_stop(&pfdev->js->queue[i].sched, bad); in panfrost_reset()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_vma.c921 drm_sched_stop(&vm->sched, NULL); in msm_gem_vm_close()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c824 drm_sched_stop(&vm->sched, NULL); in panthor_vm_stop()
H A Dpanthor_sched.c2729 drm_sched_stop(&queue->scheduler, bad_job ? &bad_job->base : NULL); in queue_stop()