mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 05:20:11 +01:00
xgi: Bump kernel version
This should have been bumped when the fence interface was changed the other day. Better late than never, I suppose.
This commit is contained in:
parent
a07c82183a
commit
5d99e79c3e
1 changed files with 3 additions and 3 deletions
|
|
@ -35,11 +35,11 @@
|
|||
|
||||
#define DRIVER_NAME "xgi"
|
||||
#define DRIVER_DESC "XGI XP5 / XP10 / XG47"
|
||||
#define DRIVER_DATE "20071003"
|
||||
#define DRIVER_DATE "20080612"
|
||||
|
||||
#define DRIVER_MAJOR 1
|
||||
#define DRIVER_MINOR 1
|
||||
#define DRIVER_PATCHLEVEL 3
|
||||
#define DRIVER_MINOR 2
|
||||
#define DRIVER_PATCHLEVEL 0
|
||||
|
||||
#include "xgi_cmdlist.h"
|
||||
#include "xgi_drm.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue