mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-21 00:30:12 +01:00
Bump minor number to account for parallel bump on trunk
This commit is contained in:
parent
a61589717f
commit
c9d387a048
1 changed files with 4 additions and 3 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
#define DRIVER_DATE "20020611"
|
#define DRIVER_DATE "20020611"
|
||||||
|
|
||||||
#define DRIVER_MAJOR 1
|
#define DRIVER_MAJOR 1
|
||||||
#define DRIVER_MINOR 4
|
#define DRIVER_MINOR 5
|
||||||
#define DRIVER_PATCHLEVEL 0
|
#define DRIVER_PATCHLEVEL 0
|
||||||
|
|
||||||
/* Interface history:
|
/* Interface history:
|
||||||
|
|
@ -64,9 +64,10 @@
|
||||||
* - Add support for new radeon packets (keith)
|
* - Add support for new radeon packets (keith)
|
||||||
* - Add getparam ioctl (keith)
|
* - Add getparam ioctl (keith)
|
||||||
* - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
|
* - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
|
||||||
* 1.4 - Add r200 packets to cmdbuf ioctl
|
* 1.4 - Add scratch registers to get_param ioctl.
|
||||||
|
* 1.5 - Add r200 packets to cmdbuf ioctl
|
||||||
* - Add r200 function to init ioctl
|
* - Add r200 function to init ioctl
|
||||||
* - Add 'scalar2' hack to cmdbuf ioctl (must die)
|
* - Add 'scalar2' instruction to cmdbuf
|
||||||
*/
|
*/
|
||||||
#define DRIVER_IOCTLS \
|
#define DRIVER_IOCTLS \
|
||||||
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \
|
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue