CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/09 03:57:57
Modified files:
sys/dev/pci/drm: drm_linux.c
Log message:
Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()
as there is code which uses schedule_timeout() for dma fences.
suggested by kettenis@
