From: Michel Dänzer Date: Mon, 18 Sep 2006 10:15:38 +0000 (+0200) Subject: i915: Bump minor for swap scheduling ioctl and secondary vblank support. X-Git-Tag: libdrm-2.3.1~518 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2627131e5d0c8cd5e3f0db06451c2e7ae7569b1b;p=platform%2Fupstream%2Flibdrm.git i915: Bump minor for swap scheduling ioctl and secondary vblank support. --- diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index dc9bbc5..de7f822 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 {