Home
last modified time | relevance | path

Searched refs:hangcheck_wq (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c1021 dev_priv->gpu_error.hangcheck_wq = in i915_driver_load()
1023 if (dev_priv->gpu_error.hangcheck_wq == NULL) { in i915_driver_load()
1106 destroy_workqueue(dev_priv->gpu_error.hangcheck_wq); in i915_driver_load()
1206 destroy_workqueue(dev_priv->gpu_error.hangcheck_wq); in i915_driver_unload()
Di915_drv.h1357 struct workqueue_struct *hangcheck_wq; member
Di915_irq.c3080 queue_delayed_work(e->hangcheck_wq, &e->hangcheck_work, in i915_queue_hangcheck()