diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-02-02 11:02:59 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-02-02 11:27:51 -0500 |
commit | 127330bfd53ac7571bdd12a551142528b972893f (patch) | |
tree | 72849876bd2430e0becb1939ddb6c67181064158 /src/i830.h | |
parent | 0cb87ccfe97b0e016e47dcf236fd5ce78dddfc4b (diff) |
Fix last-minute "cleanup" that broke the patch.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -723,7 +723,6 @@ typedef struct _I830Rec { enum last_3d *last_3d; Bool use_drm_mode; - Bool kernel_exec_fencing; /** Enables logging of debug output related to mode switching. */ Bool debug_modes; @@ -912,9 +911,6 @@ extern void i830WaitSync(ScrnInfoPtr pScrn); /* i830_memory.c */ Bool i830_bind_all_memory(ScrnInfoPtr pScrn); Bool i830_unbind_all_memory(ScrnInfoPtr pScrn); -unsigned long i830_get_fence_size(I830Ptr pI830, unsigned long size); -unsigned long i830_get_fence_pitch(I830Ptr pI830, unsigned long pitch, int format); -unsigned long i830_get_fence_alignment(I830Ptr pI830, unsigned long size); Bool I830BindAGPMemory(ScrnInfoPtr pScrn); Bool I830UnbindAGPMemory(ScrnInfoPtr pScrn); |