summaryrefslogtreecommitdiff
path: root/src/radeon_dri2.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-11-17 17:39:39 -0500
committerAlex Deucher <alexdeucher@gmail.com>2010-12-01 20:30:30 -0500
commit0de680730294bd623f6b3e189faa7b88a09d3a2a (patch)
tree0b310deb8c167d10fa24314b3c13328b095f8eaa /src/radeon_dri2.h
parentfccdca8db34010f566bd068c74cdef0f4a8cb7f5 (diff)
radeon/kms: add pageflip support
requires radeon drm 2.8.0 or higher Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Diffstat (limited to 'src/radeon_dri2.h')
-rw-r--r--src/radeon_dri2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_dri2.h b/src/radeon_dri2.h
index 688530f2..79952862 100644
--- a/src/radeon_dri2.h
+++ b/src/radeon_dri2.h
@@ -44,5 +44,7 @@ xf86CrtcPtr radeon_covering_crtc(ScrnInfoPtr pScrn, BoxPtr box,
xf86CrtcPtr desired, BoxPtr crtc_box_ret);
void radeon_dri2_frame_event_handler(unsigned int frame, unsigned int tv_sec,
unsigned int tv_usec, void *event_data);
+void radeon_dri2_flip_event_handler(unsigned int frame, unsigned int tv_sec,
+ unsigned int tv_usec, void *event_data);
#endif