radeon: fix missing bit from rs740 patch
authorMihail Zenkov <mihail.zenkov@gmail.com>
Mon, 6 Oct 2008 04:49:15 +0000 (00:49 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 6 Oct 2008 04:49:15 +0000 (00:49 -0400)
See bug 17908

shared-core/radeon_drv.h

index 8471d10..5e188bf 100644 (file)
@@ -1233,7 +1233,8 @@ do {                                                              \
 
 #define IGP_WRITE_MCIND( addr, val )                           \
 do {                                                                   \
-        if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690)       \
+    if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) ||      \
+       ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740))         \
                RS690_WRITE_MCIND( addr, val );                         \
        else                                                            \
                RS480_WRITE_MCIND( addr, val );                         \