Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c766 static void pvr_queue_stop(struct pvr_queue *queue, struct pvr_job *bad_job) in pvr_queue_stop() argument
768 drm_sched_stop(&queue->scheduler, bad_job ? &bad_job->base : NULL); in pvr_queue_stop()
/linux/drivers/accel/amdxdna/
H A Daie2_ctx.c49 struct drm_sched_job *bad_job) in aie2_hwctx_stop() argument
51 drm_sched_stop(&hwctx->priv->sched, bad_job); in aie2_hwctx_stop()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2593 struct panthor_job *bad_job) in queue_stop() argument
2595 drm_sched_stop(&queue->scheduler, bad_job ? &bad_job->base : NULL); in queue_stop()