summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-03-06 20:17:45 -0500
committerAlex Deucher <alex@cube.(none)>2008-03-06 20:17:45 -0500
commitc3a3635865e380c784a226c8ead069d4716d6b75 (patch)
tree12537f190ca33621cb6cebb409f87d5862664c72 /src/radeon_probe.h
parentdf1b94dc4eb1f35b636dbf2ec0ab1c2da9937c0d (diff)
RADEON: fix tiling/interlaced interaction with randr 1.2
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 935b6b82..4ba6a32d 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -197,6 +197,8 @@ typedef struct _RADEONCrtcPrivateRec {
int fb_pitch, fb_width, fb_height;
INT16 cursor_x;
INT16 cursor_y;
+
+ int can_tile;
} RADEONCrtcPrivateRec, *RADEONCrtcPrivatePtr;
typedef struct {