summaryrefslogtreecommitdiff
path: root/src/radeon.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.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.h')
-rw-r--r--src/radeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 84d3563b..0f7d012e 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -1074,6 +1074,8 @@ typedef struct {
struct radeon_bo *bicubic_bo;
void *bicubic_memory;
int bicubic_offset;
+ /* kms pageflipping */
+ Bool allowPageFlip;
} RADEONInfoRec, *RADEONInfoPtr;
#define RADEONWaitForFifo(pScrn, entries) \