diff options
Diffstat (limited to 'src/radeon_dri2.h')
-rw-r--r-- | src/radeon_dri2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/radeon_dri2.h b/src/radeon_dri2.h index c391e739..688530f2 100644 --- a/src/radeon_dri2.h +++ b/src/radeon_dri2.h @@ -39,4 +39,10 @@ Bool radeon_dri2_screen_init(ScreenPtr pScreen); void radeon_dri2_close_screen(ScreenPtr pScreen); #endif +int drmmode_get_crtc_id(xf86CrtcPtr crtc); +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); + #endif |