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)
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

Simple merge