projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b51694
)
drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to.
author
=?utf-8?q?Michel_D=C3=A4nzer?=
<michel@tungstengraphics.com>
Tue, 24 Oct 2006 14:09:35 +0000
(
00:09
+1000)
committer
airlied
<airlied@linux.ie>
Thu, 7 Dec 2006 04:53:30 +0000
(15:53 +1100)
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/char/drm/i915_drm.h
patch
|
blob
|
history
diff --git
a/drivers/char/drm/i915_drm.h
b/drivers/char/drm/i915_drm.h
index 4ce3d16cf065159416e0616ed7f9049f79fde682..96a468886a7a6e07b6b95ef8685c8ff02226f3ac 100644
(file)
--- a/
drivers/char/drm/i915_drm.h
+++ b/
drivers/char/drm/i915_drm.h
@@
-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