Add SAREA fileds for determining which pipe to sync window buffer swaps to.

(cherry picked from c2bdb76814 commit)
This commit is contained in:
Michel Dänzer 2006-08-31 18:33:04 +02:00
parent 316e736768
commit f9aa4f5973

View 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.