summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-24 20:34:10 -0800
committerEric Anholt <eric@anholt.net>2009-02-26 14:20:42 -0800
commitd7aa330db31100b7cb54d8165f9a4b94329ece32 (patch)
treef9da09e7ec9fbfdfeeb302ee4f6d02a7da2b1081 /src/i830.h
parenta625a07022ea7f6757b288fcc2ffb9e27c7f8341 (diff)
Fix up i915 composite and common solid/copy code to use check_aperture.
This could fix complaints about binding BOs and resulting failure to render.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index eb686ae8..3f108926 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -87,6 +87,8 @@ unsigned long long I830TexOffsetStart(PixmapPtr pPix);
Bool i830_uxa_init(ScreenPtr pScreen);
void i830_uxa_create_screen_resources(ScreenPtr pScreen);
void i830_uxa_block_handler (ScreenPtr pScreen);
+Bool i830_get_aperture_space(ScrnInfoPtr pScrn, drm_intel_bo **bo_table,
+ int num_bos);
#endif
#if defined(I830_USE_UXA) || defined(I830_USE_EXA)