diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-06-01 11:50:45 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-06-01 11:50:45 +0000 |
commit | c26d03976fb774f6e6184acf0e2229d16fd1e181 (patch) | |
tree | b8d6f4a1b7f3caa8a1f01328aa3447e097133c39 /linux/i810_drv.h | |
parent | 0c965f990fefe082e485a62b0c9ddb6ff37e0001 (diff) |
Remove (almost redundant) irq so that i810 driver works on all i810
hardware...
Diffstat (limited to 'linux/i810_drv.h')
-rw-r--r-- | linux/i810_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/i810_drv.h b/linux/i810_drv.h index e1b17148..3ce9dd51 100644 --- a/linux/i810_drv.h +++ b/linux/i810_drv.h @@ -64,8 +64,6 @@ typedef struct drm_i810_private { unsigned long hw_status_page; unsigned long counter; - atomic_t flush_done; - wait_queue_head_t flush_queue; /* Processes waiting until flush */ drm_buf_t *mmap_buffer; |