diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-06-15 10:49:16 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-06-15 10:50:22 +0200 |
commit | fbee089aca727c92e0aa5d7a2ae7a8c5cf9c3076 (patch) | |
tree | 8ce11d41abb11cceef63a578313c651a1b0335f1 /linux-core/drmP.h | |
parent | 82e2c3304d3f1697537b73a2c888c8c6b1b6cdc8 (diff) |
Make vblank waitqueue per CRTC.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index b6cc7cb1..5bc8a6c7 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -824,7 +824,7 @@ typedef struct drm_device { /** \name VBLANK IRQ support */ /*@{ */ - wait_queue_head_t vbl_queue; /**< VBLANK wait queue */ + wait_queue_head_t *vbl_queue; /**< VBLANK wait queue */ atomic_t *_vblank_count; /**< number of VBLANK interrupts (driver must alloc the right number of counters) */ spinlock_t vbl_lock; struct list_head *vbl_sigs; /**< signal list to send on VBLANK */ |