summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/src/radeon_drm_queue.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-03-08 21:59:58 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-03-08 21:59:58 +0000
commitc4f0a5e3d3fc40d0a80cc31ee710e05fa0cce5c5 (patch)
treea9367808d33e2560613403402f0ff352d274b04c /driver/xf86-video-ati/src/radeon_drm_queue.h
parent62278a148bb5b51b727d8fdceca73da2c7223a42 (diff)
update to xf86-video-ati 19.0.0
fixes Xorg segfault reported by Mihai Popescu ok matthieu@
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);