aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/nid.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-05-23 14:22:26 -0400
committerDave Airlie <airlied@redhat.com>2011-05-24 08:59:26 +1000
commitbb92091acfbb9549e3fd2900427c7548e9ebd1bd (patch)
tree752f5fdfbb7aed923df600914e55d2ea7cc52fcb /drivers/gpu/drm/radeon/nid.h
parentdrm/radeon/kms: fix typo in spread spectrum code (diff)
downloadlinux-dev-bb92091acfbb9549e3fd2900427c7548e9ebd1bd.tar.xz
linux-dev-bb92091acfbb9549e3fd2900427c7548e9ebd1bd.zip
drm/radeon/kms/cayman: fix typo in register mask
Noticed by Droste on IRC. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/nid.h')
-rw-r--r--drivers/gpu/drm/radeon/nid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/nid.h b/drivers/gpu/drm/radeon/nid.h
index b2088c1981d8..9736746da2d6 100644
--- a/drivers/gpu/drm/radeon/nid.h
+++ b/drivers/gpu/drm/radeon/nid.h
@@ -353,7 +353,7 @@
#define MULTI_GPU_TILE_SIZE_MASK 0x03000000
#define MULTI_GPU_TILE_SIZE_SHIFT 24
#define ROW_SIZE(x) ((x) << 28)
-#define ROW_SIZE_MASK 0x30000007
+#define ROW_SIZE_MASK 0x30000000
#define ROW_SIZE_SHIFT 28
#define NUM_LOWER_PIPES(x) ((x) << 30)
#define NUM_LOWER_PIPES_MASK 0x40000000