diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-18 12:15:38 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-28 15:41:36 +0200 |
commit | 2627131e5d0c8cd5e3f0db06451c2e7ae7569b1b (patch) | |
tree | 94abb38cdd39d57f7ac9732a2dfd1a8d41a2b2ce /shared-core | |
parent | 0356fe260dcf80f6d2d20e3384f2a1f4ee7f5b30 (diff) |
i915: Bump minor for swap scheduling ioctl and secondary vblank support.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index dc9bbc5c..de7f8224 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -46,9 +46,11 @@ * 1.3: Add vblank support * 1.4: Fix cmdbuffer path, add heap destroy * 1.5: Add vblank pipe configuration + * 1.6: - New ioctl for scheduling buffer swaps on vertical blank + * - Support vertical blank on secondary display pipe */ #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 5 +#define DRIVER_MINOR 6 #define DRIVER_PATCHLEVEL 0 typedef struct _drm_i915_ring_buffer { |