projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c417fae
)
drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTL
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 28 Oct 2013 14:56:23 +0000
(10:56 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 4 Dec 2013 18:50:33 +0000
(10:50 -0800)
commit
d5693761b2b4ff530c8af8af9ec55b6eae76e617
upstream.
Typo in the register offset.
Noticed-by: Sylvain BERTRAND <sylware@legeek.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/sid.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/sid.h
b/drivers/gpu/drm/radeon/sid.h
index 1767ae7f76ccb34b9d20a4e0f52dbfbc834dd9ca..a9fcbe44b3eee35dd9df247fd95d9ec0088e41bc 100644
(file)
--- a/
drivers/gpu/drm/radeon/sid.h
+++ b/
drivers/gpu/drm/radeon/sid.h
@@
-165,7
+165,7
@@
#define NOOFGROUPS_SHIFT 12
#define NOOFGROUPS_MASK 0x00001000
-#define MC_SEQ_TRAIN_WAKEUP_CNTL 0x28
0
8
+#define MC_SEQ_TRAIN_WAKEUP_CNTL 0x28
e
8
#define TRAIN_DONE_D0 (1 << 30)
#define TRAIN_DONE_D1 (1 << 31)