mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Remove unused plane->pipe mapping fields from SAREA private.
This commit is contained in:
parent
5bba58ca22
commit
ba5290e836
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue