CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/24 02:32:39
Modified files:
sys/dev/pci/drm: drm_linux.h
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
i915_irq.c intel_display.c intel_dp.c
intel_drv.h intel_pm.c
Log message:
Introduce Linux work queue APIs and use them. As a side-effect, this will
move some of the work from the system task queue to the driver-specific
task queue.
ok jsg@
