projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b09556
)
drm/radeon: fix register typo on si
author
Alex Deucher
<alexdeucher@gmail.com>
Mon, 5 May 2014 20:40:42 +0000
(16:40 -0400)
committer
Christian König
<christian.koenig@amd.com>
Tue, 20 May 2014 12:42:04 +0000
(14:42 +0200)
Probably a copy paste typo.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/sid.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/radeon/sid.h
b/drivers/gpu/drm/radeon/sid.h
index 683532f849311d1ca19de3daccb168b368d4c0b5..7321283602ce0c1d8429193efe4221ba26a33761 100644
(file)
--- a/
drivers/gpu/drm/radeon/sid.h
+++ b/
drivers/gpu/drm/radeon/sid.h
@@
-107,8
+107,8
@@
#define SPLL_CHG_STATUS (1 << 1)
#define SPLL_CNTL_MODE 0x618
#define SPLL_SW_DIR_CONTROL (1 << 0)
-# define SPLL_REFCLK_SEL(x) ((x) <<
8
)
-# define SPLL_REFCLK_SEL_MASK
0xFF00
+# define SPLL_REFCLK_SEL(x) ((x) <<
26
)
+# define SPLL_REFCLK_SEL_MASK
(3 << 26)
#define CG_SPLL_SPREAD_SPECTRUM 0x620
#define SSEN (1 << 0)