Home
last modified time | relevance | path

Searched refs:hangcheck_work (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/
Di915_dma.c1181 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work); in i915_driver_unload()
Di915_irq.c2938 gpu_error.hangcheck_work.work); in i915_hangcheck_elapsed()
3063 queue_delayed_work(e->hangcheck_wq, &e->hangcheck_work, in i915_queue_hangcheck()
4380 INIT_DELAYED_WORK(&dev_priv->gpu_error.hangcheck_work, in intel_irq_init()
Di915_drv.c1527 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work); in intel_runtime_suspend()
Di915_debugfs.c1348 if (delayed_work_pending(&dev_priv->gpu_error.hangcheck_work)) { in i915_hangcheck_info()
1350 jiffies_to_msecs(dev_priv->gpu_error.hangcheck_work.timer.expires - in i915_hangcheck_info()
Di915_drv.h1365 struct delayed_work hangcheck_work; member
Di915_gem.c4702 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work); in i915_gem_suspend()