The source project of this merge request has been removed.
Ref count sched job
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.