diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-01-10 18:16:49 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-01-10 18:16:49 -0500 |
commit | e5d0a400d08da2358fac9c2ad12042f125525736 (patch) | |
tree | a869dd4be87331d24076cc46c60ef4dffbb5b9f2 /src/radeon.h | |
parent | 0e432dff9e06a183acaeb20db29cbd03ff0f4b82 (diff) | |
parent | e27e9b4e50ad42885ad2e25be897cdf29aa59712 (diff) |
Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 7f55feec..4da9bf76 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -224,7 +224,8 @@ typedef enum { OPTION_FORCE_LOW_POWER, OPTION_DYNAMIC_PM, OPTION_NEW_PLL, - OPTION_ZAPHOD_HEADS + OPTION_ZAPHOD_HEADS, + OPTION_SWAPBUFFERS_WAIT } RADEONOpts; @@ -1079,6 +1080,11 @@ typedef struct { struct radeon_bo *bicubic_bo; void *bicubic_memory; int bicubic_offset; + /* kms pageflipping */ + Bool allowPageFlip; + + /* Perform vsync'ed SwapBuffers? */ + Bool swapBuffersWait; } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |