Remove unused plane->pipe mapping fields from SAREA private.

This commit is contained in:
Jesse Barnes 2007-09-12 09:03:44 -07:00
parent 5bba58ca22
commit ba5290e836
2 changed files with 0 additions and 6 deletions

View 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

View 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;