nouveau: fix getparam from 32-bit client on 64-bit kernel
parent
4291df69bd
commit
19ba074938
|
@ -93,6 +93,7 @@ drm_nouveau_mem_free_t;
|
|||
#define NOUVEAU_GETPARAM_AGP_PHYSICAL 7
|
||||
typedef struct drm_nouveau_getparam {
|
||||
unsigned int param;
|
||||
unsigned int dummy;
|
||||
uint64_t value;
|
||||
}
|
||||
drm_nouveau_getparam_t;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define DRIVER_MAJOR 0
|
||||
#define DRIVER_MINOR 0
|
||||
#define DRIVER_PATCHLEVEL 2
|
||||
#define DRIVER_PATCHLEVEL 3
|
||||
|
||||
#define NOUVEAU_FAMILY 0x0000FFFF
|
||||
#define NOUVEAU_FLAGS 0xFFFF0000
|
||||
|
|
Loading…
Reference in New Issue