diff options
author | =?utf-8?q?Michel_D=C3=A4nzer?= <michel@tungstengraphics.com> | 2006-10-24 10:09:35 -0400 |
---|---|---|
committer | airlied <airlied@linux.ie> | 2006-12-06 23:53:30 -0500 |
commit | 376642cf2eb0f32d8502b0a2c4efd96a3f13a8b8 (patch) | |
tree | 29c2743bf04c623ddede2a9a8fae93827f8b9d5a /drivers/char | |
parent | 5b51694aff705c465ef5941a99073036f3e444d9 (diff) |
drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/drm/i915_drm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/char/drm/i915_drm.h b/drivers/char/drm/i915_drm.h index 4ce3d16cf065..96a468886a7a 100644 --- a/drivers/char/drm/i915_drm.h +++ b/drivers/char/drm/i915_drm.h | |||
@@ -104,6 +104,15 @@ typedef struct _drm_i915_sarea { | |||
104 | unsigned int depth_tiled; | 104 | unsigned int depth_tiled; |
105 | unsigned int rotated_tiled; | 105 | unsigned int rotated_tiled; |
106 | unsigned int rotated2_tiled; | 106 | unsigned int rotated2_tiled; |
107 | |||
108 | int pipeA_x; | ||
109 | int pipeA_y; | ||
110 | int pipeA_w; | ||
111 | int pipeA_h; | ||
112 | int pipeB_x; | ||
113 | int pipeB_y; | ||
114 | int pipeB_w; | ||
115 | int pipeB_h; | ||
107 | } drm_i915_sarea_t; | 116 | } drm_i915_sarea_t; |
108 | 117 | ||
109 | /* Flags for perf_boxes | 118 | /* Flags for perf_boxes |