mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 15:40:13 +01:00
Added poll
This commit is contained in:
parent
06d4f0c104
commit
25e5e2827e
4 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ static struct file_operations i810_fops = {
|
|||
mmap: drm_mmap,
|
||||
read: drm_read,
|
||||
fasync: drm_fasync,
|
||||
poll: drm_poll,
|
||||
};
|
||||
|
||||
static struct miscdevice i810_misc = {
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ static struct file_operations mga_fops = {
|
|||
mmap: drm_mmap,
|
||||
read: drm_read,
|
||||
fasync: drm_fasync,
|
||||
poll: drm_poll,
|
||||
};
|
||||
|
||||
static struct miscdevice mga_misc = {
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ static struct file_operations i810_fops = {
|
|||
mmap: drm_mmap,
|
||||
read: drm_read,
|
||||
fasync: drm_fasync,
|
||||
poll: drm_poll,
|
||||
};
|
||||
|
||||
static struct miscdevice i810_misc = {
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ static struct file_operations mga_fops = {
|
|||
mmap: drm_mmap,
|
||||
read: drm_read,
|
||||
fasync: drm_fasync,
|
||||
poll: drm_poll,
|
||||
};
|
||||
|
||||
static struct miscdevice mga_misc = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue