Home
last modified time | relevance | path

Searched refs:hotplug_work (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_irq_kms.c248 TASK_INIT(&rdev->hotplug_work, 0, radeon_hotplug_work_func, rdev); in radeon_irq_kms_init()
292 taskqueue_drain(rdev->tq, &rdev->hotplug_work); in radeon_irq_kms_fini()
H A Drs600.c758 taskqueue_enqueue(rdev->tq, &rdev->hotplug_work); in rs600_irq_process()
H A Dradeon.h1636 struct task hotplug_work; member
H A Dsi.c4021 taskqueue_enqueue(rdev->tq, &rdev->hotplug_work); in si_irq_process()
H A Devergreen.c3363 taskqueue_enqueue(rdev->tq, &rdev->hotplug_work); in evergreen_irq_process()
H A Dr100.c820 taskqueue_enqueue(rdev->tq, &rdev->hotplug_work); in r100_irq_process()
H A Dr600.c4069 taskqueue_enqueue(rdev->tq, &rdev->hotplug_work); in r600_irq_process()
/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_irq.c585 &dev_priv->hotplug_work); in valleyview_irq_handler()
612 taskqueue_enqueue(dev_priv->wq, &dev_priv->hotplug_work); in ibx_irq_handler()
655 taskqueue_enqueue(dev_priv->wq, &dev_priv->hotplug_work); in cpt_irq_handler()
2382 &dev_priv->hotplug_work); in i915_irq_handler()
2614 &dev_priv->hotplug_work); in i965_irq_handler()
2697 TASK_INIT(&dev_priv->hotplug_work, 0, i915_hotplug_work_func, dev->dev_private); in intel_irq_init()
H A Di915_drv.h677 struct task hotplug_work; member
H A Dintel_display.c9408 if (taskqueue_cancel(dev_priv->wq, &dev_priv->hotplug_work, NULL)) in intel_modeset_cleanup()
9409 taskqueue_drain(dev_priv->wq, &dev_priv->hotplug_work); in intel_modeset_cleanup()