CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/28 23:19:07
Modified files:
sys/dev/pci/drm/include/drm: gpu_scheduler.h
sys/dev/pci/drm/scheduler: gpu_scheduler.c
Log message:
drm_sched_entity_flush() doesn't care about specific threads, so just
track the process (and not the original thread of the process).
ok jsg@ kettenis@
