Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43917
b: refs/heads/master
c: 376642c
h: refs/heads/master
i:
  43915: e665490
v: v3
  • Loading branch information
=?utf-8?q?Michel_D=C3=A4nzer?= authored and airlied committed Dec 7, 2006
1 parent fe5de5a commit 6797e35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b51694aff705c465ef5941a99073036f3e444d9
refs/heads/master: 376642cf2eb0f32d8502b0a2c4efd96a3f13a8b8
9 changes: 9 additions & 0 deletions trunk/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 6797e35

Please sign in to comment.