summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-05-23 18:22:26 (GMT)
committerDave Airlie <airlied@redhat.com>2011-05-23 22:59:26 (GMT)
commitbb92091acfbb9549e3fd2900427c7548e9ebd1bd (patch)
tree752f5fdfbb7aed923df600914e55d2ea7cc52fcb
parentd0ae3e890b5afbfdc80ffe9d4b7299b779daaa6a (diff)
downloadlinux-fsl-qoriq-bb92091acfbb9549e3fd2900427c7548e9ebd1bd.tar.xz
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>
-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 b2088c1..9736746 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