提交 376642cf 编写于 作者: = =?utf-8?q?Michel_D=C3=A4nzer?= 提交者: airlied

drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to.

Signed-off-by: NDave Airlie <airlied@linux.ie>
上级 5b51694a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册