summaryrefslogtreecommitdiff
path: root/src/omap_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/omap_driver.h')
-rw-r--r--src/omap_driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/omap_driver.h b/src/omap_driver.h
index 028545c..ede45e4 100644
--- a/src/omap_driver.h
+++ b/src/omap_driver.h
@@ -159,6 +159,9 @@ typedef struct _OMAPRec
XF86VideoAdaptorPtr textureAdaptor;
+ /** Flips we are waiting for: */
+ int pending_flips;
+
} OMAPRec, *OMAPPtr;
/*
@@ -219,6 +222,7 @@ void drmmode_screen_fini(ScrnInfoPtr pScrn);
void drmmode_adjust_frame(ScrnInfoPtr pScrn, int x, int y, int flags);
void drmmode_remove_fb(ScrnInfoPtr pScrn);
Bool drmmode_page_flip(DrawablePtr draw, uint32_t fb_id, void *priv);
+void drmmode_wait_for_event(ScrnInfoPtr pScrn);
Bool drmmode_cursor_init(ScreenPtr pScreen);