Remove unused plane->pipe mapping fields from SAREA private.
authorJesse Barnes <jesse.barnes@intel.com>
Wed, 12 Sep 2007 16:03:44 +0000 (09:03 -0700)
committerJesse Barnes <jesse.barnes@intel.com>
Wed, 12 Sep 2007 16:34:38 +0000 (09:34 -0700)
src/mesa/drivers/dri/i915/server/i830_common.h
src/mesa/drivers/dri/i915tex/server/i830_common.h

index a5d2598849b744b69a2dc8e2865c5c5b2f98c125..2962ecc68ae23341ffff1a40f17ae9289e534f45 100644 (file)
@@ -127,9 +127,6 @@ typedef struct {
        int planeB_y;
        int planeB_w;
        int planeB_h;
-
-       int planeA_pipe;
-       int planeB_pipe;
 } drmI830Sarea;
 
 /* Flags for perf_boxes
index 07cc63f66319f0b791a86d3471df9c2e2298db7c..8735f93d146cd351726161d02d5ecc2ecc06a27d 100644 (file)
@@ -130,9 +130,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;