diff options
author | Marek Olšák <maraeo@gmail.com> | 2010-05-16 20:09:31 +0000 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-05-18 21:39:06 -0400 |
commit | 6712ce4f4715c8ce7c2fcddb52ca9b103bdd634c (patch) | |
tree | 0b020e9fec648c6b564e8e023f3c230527baf1f3 /src/radeon_exa.c | |
parent | 842fa162e9d3bbad2bc44d3732bbc8e5a54402ea (diff) |
rs740: follow macro-switch too
Signed-off-by: Marek Olšák <maraeo@gmail.com>
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index b285f65c..4f974c35 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -454,7 +454,7 @@ void *RADEONEXACreatePixmap2(ScreenPtr pScreen, int width, int height, /* Small pixmaps must not be macrotiled on R300, hw cannot sample them * correctly because samplers automatically switch to macrolinear. */ if (info->ChipFamily >= CHIP_FAMILY_R300 && - info->ChipFamily <= CHIP_FAMILY_RS690 && + info->ChipFamily <= CHIP_FAMILY_RS740 && (tiling & RADEON_TILING_MACRO) && !RADEONMacroSwitch(width, height, bitsPerPixel, tiling, info->ChipFamily >= CHIP_FAMILY_RV350)) { |