summaryrefslogtreecommitdiff
path: root/shared-core/i915_drm.h
diff options
context:
space:
mode:
authorJesse Barnes <jesse.barnes@intel.com>2007-09-12 08:55:33 -0700
committerJesse Barnes <jesse.barnes@intel.com>2007-09-12 08:55:33 -0700
commit852232fb803bef92b12136be2766ddee3e3613b2 (patch)
treee6cecb35a59a69ebf8c34673c373b017e7acb94c /shared-core/i915_drm.h
parent7fdf98051a51a0117f415f7f7374f2b4d0b2e531 (diff)
Remove plane->pipe mapping from SAREA private after all
We can figure out which pipe a given plane is mapped to by looking at the display control registers instead of tracking it in a new SAREA private field. If this becomes a performance problem, we could move to an ioctl based solution by adding a new parameter for the DDX to set (defaulting to the old behavior if the param was never set of course).
Diffstat (limited to 'shared-core/i915_drm.h')
-rw-r--r--shared-core/i915_drm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h
index 575b182a..a57ffa73 100644
--- a/shared-core/i915_drm.h
+++ b/shared-core/i915_drm.h
@@ -114,9 +114,6 @@ typedef struct _drm_i915_sarea {
int planeB_w;
int planeB_h;
- int planeA_pipe;
- int planeB_pipe;
-
/* Triple buffering */
drm_handle_t third_handle;
int third_offset;