diff options
Diffstat (limited to 'src/radeon_textured_video.c')
-rw-r--r-- | src/radeon_textured_video.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_textured_video.c b/src/radeon_textured_video.c index 6072c0e6..05dd20e4 100644 --- a/src/radeon_textured_video.c +++ b/src/radeon_textured_video.c @@ -60,6 +60,9 @@ RADEONTilingEnabled(ScrnInfoPtr pScrn, PixmapPtr pPix) } else #endif { + if (info->tilingEnabled && ((pPix->devPrivate.ptr - info->FB) == 0)) + return TRUE; + else return FALSE; } } |