mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 03:58:05 +02:00
bump DRM minor and check it before using the GETPARAM ioctl to obtain
scratch register values
This commit is contained in:
parent
fd86ac9561
commit
9a3a3143ce
1 changed files with 3 additions and 3 deletions
|
|
@ -47,11 +47,11 @@
|
|||
|
||||
#define DRIVER_NAME "radeon"
|
||||
#define DRIVER_DESC "ATI Radeon"
|
||||
#define DRIVER_DATE "20020611"
|
||||
#define DRIVER_DATE "20020714"
|
||||
|
||||
#define DRIVER_MAJOR 1
|
||||
#define DRIVER_MINOR 3
|
||||
#define DRIVER_PATCHLEVEL 1
|
||||
#define DRIVER_MINOR 4
|
||||
#define DRIVER_PATCHLEVEL 0
|
||||
|
||||
/* Interface history:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue