commit | 2fff79d38bbed2266232d2526a19d42cde476ea7 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Apr 25 16:42:32 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jun 05 23:14:48 2014 +0200 |
tree | e2368f12049ded09d249be2b94e48a988112375c | |
parent | e687651bc1ed96b0ad2ee9464f341c53563b5353 [diff] |
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>