diff options
author | Eric Anholt <eric@anholt.net> | 2007-09-20 08:57:58 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-09-20 08:57:58 -0700 |
commit | 126031655c3c1db9881ad17d712461533eb59632 (patch) | |
tree | aa3c6eb27d7563de489cd05df10f6ec41e8753cc /src/i830_common.h | |
parent | c3438356d6b7b63ad9d0086efb084be8e048980e (diff) | |
parent | bda3c69a7a044869ea63514b97f8aa9260d6b5a7 (diff) |
Merge remote branch 'origin/master' into buffer-objects
Conflicts:
src/i830.h
src/i830_driver.c
Diffstat (limited to 'src/i830_common.h')
-rw-r--r-- | src/i830_common.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index 1ca26422..a4c3b5a9 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -124,14 +124,14 @@ typedef struct { 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; + int planeA_x; + int planeA_y; + int planeA_w; + int planeA_h; + int planeB_x; + int planeB_y; + int planeB_w; + int planeB_h; /* Triple buffering */ drm_handle_t third_handle; |