summaryrefslogtreecommitdiff
path: root/linux-core/tdfx_drv.c
diff options
context:
space:
mode:
authorDaryll Strauss <daryll@users.sourceforge.net>2000-01-12 21:47:44 +0000
committerDaryll Strauss <daryll@users.sourceforge.net>2000-01-12 21:47:44 +0000
commitaa724a52b9e3b5fa6a768629e2d403288432b7a8 (patch)
tree4942f6c4db16416111f46b0c9b88216e36dfbd22 /linux-core/tdfx_drv.c
parente83ae7576bca0dc248a03c8031b0cce37956aac4 (diff)
Add a drm_poll function to the tdfx driver. This fixes the problem with
3.9.17 where the server hangs when the mouse is first moved.
Diffstat (limited to 'linux-core/tdfx_drv.c')
-rw-r--r--linux-core/tdfx_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/tdfx_drv.c b/linux-core/tdfx_drv.c
index 31924254..769d7adf 100644
--- a/linux-core/tdfx_drv.c
+++ b/linux-core/tdfx_drv.c
@@ -25,7 +25,7 @@
* DEALINGS IN THE SOFTWARE.
*
* $PI$
- * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/tdfx_drv.c,v 1.1 1999/12/14 01:49:22 robin Exp $
+ * $XFree86$
*
*/
@@ -53,6 +53,7 @@ static struct file_operations tdfx_fops = {
mmap: drm_mmap,
read: drm_read,
fasync: drm_fasync,
+ poll: drm_poll
};
static struct miscdevice tdfx_misc = {