diff options
author | Jesse Barnes <jesse.barnes@intel.com> | 2007-09-12 09:32:41 -0700 |
---|---|---|
committer | Jesse Barnes <jesse.barnes@intel.com> | 2007-09-12 09:32:41 -0700 |
commit | 445a59d262b93bd9d2c16cee9934ce77a103776b (patch) | |
tree | ce19745e039583a660aeb5b67b0808d5bf580a25 /src/i830_common.h | |
parent | d02336290bea30de3c390b8121046c38fd6b0f62 (diff) |
Remove unused plane->pipe mappings from SAREA private
Turns out we can get away without this, so remove it, fix a crash, and only
swap planes/pipes if the DRM can support it.
Diffstat (limited to 'src/i830_common.h')
-rw-r--r-- | src/i830_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index a6524283..391ace11 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -133,9 +133,6 @@ typedef struct { int planeB_w; int planeB_h; - int planeA_pipe; - int planeB_pipe; - /* Triple buffering */ drm_handle_t third_handle; int third_offset; |