projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ae3e8
)
drm/radeon/kms/cayman: fix typo in register mask
author
Alex Deucher
<alexdeucher@gmail.com>
Mon, 23 May 2011 18:22:26 +0000
(14:22 -0400)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 23 May 2011 22:59:26 +0000
(08:59 +1000)
Noticed by Droste on IRC.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/nid.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/nid.h
b/drivers/gpu/drm/radeon/nid.h
index
b2088c1
..
9736746
100644
(file)
--- 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 0x3000000
7
+#define ROW_SIZE_MASK 0x3000000
0
#define ROW_SIZE_SHIFT 28
#define NUM_LOWER_PIPES(x) ((x) << 30)
#define NUM_LOWER_PIPES_MASK 0x40000000