summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-07-06 15:25:33 +0900
committerMichel Dänzer <michel@daenzer.net>2016-11-18 12:11:50 +0900
commit1106b2f773ad0611c729b27f4c192a26b43ef1e7 (patch)
tree6d4143ff48fd8fefa86b206b405ddc945656fe0d /src/radeon_probe.h
parentaab80d2203efb8569b26dd02a1c651c792e1ef0c (diff)
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 573d9889..bc5b53d6 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -133,6 +133,7 @@ typedef struct {
typedef struct
{
Bool HasCRTC2; /* All cards except original Radeon */
+ Bool has_page_flip_target;
int fd; /* for sharing across zaphod heads */
int fd_ref;