summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-02 21:53:28 +0100
committerCarl Worth <cworth@cworth.org>2010-03-04 09:38:38 -0800
commite606be463f6359fd017791a8d4d85059831a5d41 (patch)
tree911c67151c78dfb2203137cb3c9cec00469de291 /src/i830.h
parent371be65fb74789250dbb1e332e46416d931da321 (diff)
i830_memory: rip out the remainings of the old allocator
Yeah! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Carl Worth <cworth@cworth.org>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/i830.h b/src/i830.h
index 46cdd6cd..2547b6ff 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -233,9 +233,6 @@ typedef struct intel_screen_private {
long FbMapSize;
long GTTMapSize;
- /** Linked list of buffer object memory allocations */
- i830_memory *bo_list;
-
drm_intel_bo *front_buffer;
/* One big buffer for all cursors for kernels that support this */
drm_intel_bo *cursor_mem_argb[2];
@@ -433,12 +430,6 @@ extern Bool I830AccelInit(ScreenPtr pScreen);
void i830_reset_allocations(ScrnInfoPtr scrn);
Bool i830_allocate_2d_memory(ScrnInfoPtr scrn);
void i830_init_bufmgr(ScrnInfoPtr scrn);
-#ifdef INTEL_XVMC
-Bool i830_allocate_xvmc_buffer(ScrnInfoPtr scrn, const char *name,
- i830_memory ** buffer, unsigned long size,
- int flags);
-void i830_free_xvmc_buffer(ScrnInfoPtr scrn, i830_memory * buffer);
-#endif
Bool i830_tiled_width(intel_screen_private *intel, int *width, int cpp);