Home
last modified time | relevance | path

Searched refs:other_wq (Results 1 – 4 of 4) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_dma.c1429 dev_priv->other_wq = create_workqueue(dev->devinfo, "i915_other"); in i915_driver_load()
1430 if (dev_priv->other_wq == NULL) { in i915_driver_load()
1507 destroy_workqueue(dev_priv->other_wq); in i915_driver_load()
1532 destroy_workqueue(dev_priv->other_wq); in i915_driver_unload()
H A Di915_drv.h1110 struct workqueue_struct *other_wq; member
H A Dintel_pm.c356 queue_work(dev_priv->other_wq, &work->work); in intel_fbc_work_timer()
371 cancel_delayed_work(dev_priv->other_wq); in intel_cancel_fbc_work()
H A Dintel_display.c7187 cancel_delayed_work(dev_priv->other_wq); in intel_crtc_destroy()