Skip to content

Commit

Permalink
drm: i915: Add SAREA fileds for determining which pipe to sync window…
Browse files Browse the repository at this point in the history
… buffer swaps to.

Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
=?utf-8?q?Michel_D=C3=A4nzer?= authored and airlied committed Dec 7, 2006
1 parent 5b51694 commit 376642c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/char/drm/i915_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/* Flags for perf_boxes
Expand Down

0 comments on commit 376642c

Please sign in to comment.