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-29 12:55:09 +0200 |
commit | c0bff9f9cd08066df7f3bccd77d4d4dd4edb4163 (patch) | |
tree | 668041937fb89a80eadb029f85e5f5381769fc41 /shared-core | |
parent | 0a7d9edcfb427724f0cad5ff6d0a4493d266b4e8 (diff) |
i915: Bump minor for swap scheduling ioctl and secondary vblank support.
(cherry picked from 2627131e5d0c8cd5e3f0db06451c2e7ae7569b1b commit)
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index c6bbcafb..cc575546 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -46,6 +46,8 @@ * 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 6 |