summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/src/radeon_drm_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_drm_queue.h')
-rw-r--r--driver/xf86-video-ati/src/radeon_drm_queue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/xf86-video-ati/src/radeon_drm_queue.h b/driver/xf86-video-ati/src/radeon_drm_queue.h
index 334c4ca63..19d42e930 100644
--- a/driver/xf86-video-ati/src/radeon_drm_queue.h
+++ b/driver/xf86-video-ati/src/radeon_drm_queue.h
@@ -44,7 +44,8 @@ void radeon_drm_queue_handle_deferred(xf86CrtcPtr crtc);
uintptr_t radeon_drm_queue_alloc(xf86CrtcPtr crtc, ClientPtr client,
uint64_t id, void *data,
radeon_drm_handler_proc handler,
- radeon_drm_abort_proc abort);
+ radeon_drm_abort_proc abort,
+ Bool is_flip);
void radeon_drm_abort_client(ClientPtr client);
void radeon_drm_abort_entry(uintptr_t seq);
void radeon_drm_abort_id(uint64_t id);