diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-10-13 16:40:53 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-10-13 16:40:53 +0000 |
commit | 5e8838fd115879174567c4c2db8ad25331619994 (patch) | |
tree | 5876cfe88d4fb9fe996f9f767f97bae13c2cb953 /linux-core/r128_drv.c | |
parent | bbfe18e3bf7b45543c9f59f7363c1ed5b6bca719 (diff) |
Add a poll function that alternates between zero and normal poll return to
bring DRM into conformance with normal poll().
Diffstat (limited to 'linux-core/r128_drv.c')
-rw-r--r-- | linux-core/r128_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/r128_drv.c b/linux-core/r128_drv.c index 31ee1aaa..0a34625a 100644 --- a/linux-core/r128_drv.c +++ b/linux-core/r128_drv.c @@ -121,6 +121,7 @@ static struct drm_driver driver = { .release = drm_release, .ioctl = drm_ioctl, .mmap = drm_mmap, + .poll = drm_poll, .fasync = drm_fasync, }, .pci_driver = { |