summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-02 09:22:34 +0100
committerCarl Worth <cworth@cworth.org>2010-03-04 09:38:37 -0800
commitff8a1e1cf728eeae848f6284bb4272193dfa918b (patch)
treeb1f9361ce4fe76c79f9d407a097aa706234671d5 /src/i830.h
parente18ffceb142a9e18968900dd526a2d50fab72900 (diff)
i830_memory: rip out field "offset"
Use the one in the drm bo instead. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index 9c0c1dec..0924d718 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -179,8 +179,6 @@ typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr;
/** Record of a linear allocation in the aperture. */
typedef struct _i830_memory i830_memory;
struct _i830_memory {
- /** Offset of the allocation in card VM */
- unsigned long offset;
/**
* Requested size of the allocation: doesn't count padding.
*