]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dp - Implement hotplug detection in work queue
authorThierry Reding <treding@nvidia.com>
Fri, 25 Apr 2014 14:42:32 +0000 (16:42 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 5 Jun 2014 21:14:48 +0000 (23:14 +0200)
commita0d067ddeddc831573bb4692e6bea9cc2ede964b
treee2368f12049ded09d249be2b94e48a988112375c
parentdd9703e331f80f51d204089a0b7c200902e31661
drm/tegra: dp - Implement hotplug detection in work queue

Calling the drm_helper_hpd_irq_event() helper can sleep, so instead of
invoking it directly from the interrupt handler, schedule a work queue
and run it from there.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dpaux.c