From ff8a1e1cf728eeae848f6284bb4272193dfa918b Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 2 Mar 2010 09:22:34 +0100 Subject: i830_memory: rip out field "offset" Use the one in the drm bo instead. Signed-off-by: Daniel Vetter Reviewed-by: Eric Anholt --- src/i830.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/i830.h') 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. * -- cgit v1.2.3