Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_dma.c1062 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work); in i915_driver_unload()
Di915_irq.c2855 gpu_error.hangcheck_work.work); in i915_hangcheck_elapsed()
2980 queue_delayed_work(e->hangcheck_wq, &e->hangcheck_work, in i915_queue_hangcheck()
4238 INIT_DELAYED_WORK(&dev_priv->gpu_error.hangcheck_work, in intel_irq_init()
Di915_drv.c1415 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work); in intel_runtime_suspend()
Di915_debugfs.c1263 if (delayed_work_pending(&dev_priv->gpu_error.hangcheck_work)) { in i915_hangcheck_info()
1265 jiffies_to_msecs(dev_priv->gpu_error.hangcheck_work.timer.expires - in i915_hangcheck_info()
Di915_drv.h1246 struct delayed_work hangcheck_work; member
Di915_gem.c4611 cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work); in i915_gem_suspend()