Skip to content

Ref count sched job

Matthew Brost requested to merge (removed):ref_count_job into xe

Attempt to fix: #164 (closed)

Reasoned that there is very, very smaller corner case in drm_sched_entity_push_job where a job can be freed before drm_sched_entity_push_job completes and that job is referenced. Ref counting the job should fix this corner.

Merge request reports