drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to.
Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
5b51694aff
commit
376642cf2e
1 changed files with 9 additions and 0 deletions
|
@ -104,6 +104,15 @@ typedef struct _drm_i915_sarea {
|
||||||
unsigned int depth_tiled;
|
unsigned int depth_tiled;
|
||||||
unsigned int rotated_tiled;
|
unsigned int rotated_tiled;
|
||||||
unsigned int rotated2_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;
|
} drm_i915_sarea_t;
|
||||||
|
|
||||||
/* Flags for perf_boxes
|
/* Flags for perf_boxes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue