diff options
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_bo_helper.c')
-rw-r--r-- | driver/xf86-video-ati/src/radeon_bo_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-ati/src/radeon_bo_helper.c b/driver/xf86-video-ati/src/radeon_bo_helper.c index 539590cb2..ed964d7b0 100644 --- a/driver/xf86-video-ati/src/radeon_bo_helper.c +++ b/driver/xf86-video-ati/src/radeon_bo_helper.c @@ -124,7 +124,7 @@ radeon_alloc_pixmap_bo(ScrnInfoPtr pScrn, int width, int height, int depth, surface.last_level = 0; surface.bpe = cpp; surface.nsamples = 1; - if (height < 64) { + if (height < 128) { /* disable 2d tiling for small surface to work around * the fact that ddx align height to 8 pixel for old * obscure reason i can't remember |