mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 06:20:13 +01:00
Via driver: Add missing drm_poll function to via driver in core.
This commit is contained in:
parent
7f7bbdcbed
commit
270ca5f3ce
2 changed files with 3 additions and 2 deletions
|
|
@ -98,6 +98,7 @@ static struct drm_driver driver = {
|
|||
.release = drm_release,
|
||||
.ioctl = drm_ioctl,
|
||||
.mmap = drm_mmap,
|
||||
.poll = drm_poll,
|
||||
.fasync = drm_fasync,
|
||||
},
|
||||
.pci_driver = {
|
||||
|
|
|
|||
|
|
@ -28,11 +28,11 @@
|
|||
|
||||
#define DRIVER_NAME "via"
|
||||
#define DRIVER_DESC "VIA Unichrome"
|
||||
#define DRIVER_DATE "20050127"
|
||||
#define DRIVER_DATE "20050203"
|
||||
|
||||
#define DRIVER_MAJOR 2
|
||||
#define DRIVER_MINOR 4
|
||||
#define DRIVER_PATCHLEVEL 4
|
||||
#define DRIVER_PATCHLEVEL 5
|
||||
|
||||
#include "via_verifier.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue