summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-11 12:29:50 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-11 12:29:50 -0500
commit4a759a907ecd571460c7ff64cd6288380359b04b (patch)
tree32208bda8e36554d8ef95b9170a0e676577d62a5
parentd6c50b221cbab6e726948e2310c1def9fc38da64 (diff)
adjust alignment
-rw-r--r--src/radeon_textured_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c
index e70a012f..cbedb7ea 100644
--- a/src/radeon_textured_video.c
+++ b/src/radeon_textured_video.c
@@ -291,7 +291,7 @@ RADEONPutImageTextured(ScrnInfoPtr pScrn,
if (info->ChipFamily >= CHIP_FAMILY_R600)
pPriv->video_offset = radeon_legacy_allocate_memory(pScrn,
&pPriv->video_memory,
- size * 2, 512);
+ size * 2, 256);
else
pPriv->video_offset = radeon_legacy_allocate_memory(pScrn,
&pPriv->video_memory,