Add SAREA fileds for determining which pipe to sync window buffer swaps to.
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 31 Aug 2006 16:33:04 +0000 (18:33 +0200)
committerMichel Dänzer <michel@tungstengraphics.com>
Fri, 29 Sep 2006 10:55:08 +0000 (12:55 +0200)
(cherry picked from c2bdb76814755c9ac6e66a8815f23af0fe4f3a91 commit)

shared-core/i915_drm.h

index e2a7023..9eec109 100644 (file)
@@ -104,6 +104,15 @@ typedef struct _drm_i915_sarea {
        unsigned int depth_tiled;
        unsigned int rotated_tiled;
        unsigned int rotated2_tiled;
+
+       int pipeA_x;
+       int pipeA_y;
+       int pipeA_w;
+       int pipeA_h;
+       int pipeB_x;
+       int pipeB_y;
+       int pipeB_w;
+       int pipeB_h;
 } drm_i915_sarea_t;
 
 /* Driver specific fence types and classes.