aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-03-30 01:14:41 -0400
committerBen Skeggs <bskeggs@redhat.com>2010-04-08 20:15:40 -0400
commita5acac66685397a73bed8638114262520565e41c (patch)
treeb5538c51a89db9afa8ea4dc563ad9f0968259889 /drivers/gpu/drm/nouveau/nouveau_drv.h
parent6f335a7afa6bc57603f39430dc6f9e57de288a91 (diff)
drm/nv50: punt hotplug irq handling out to workqueue
On DP outputs we'll likely end up running vbios init tables here, which may sleep. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index f7d4d2a10052..c4f5658b9e49 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -520,6 +520,7 @@ struct drm_nouveau_private {
520 520
521 struct workqueue_struct *wq; 521 struct workqueue_struct *wq;
522 struct work_struct irq_work; 522 struct work_struct irq_work;
523 struct work_struct hpd_work;
523 524
524 struct list_head vbl_waiting; 525 struct list_head vbl_waiting;
525 526