diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-01-24 04:57:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-01-24 04:57:36 +0000 |
commit | 6688eab94d09d64317c916e6c9d3a6952abc87da (patch) | |
tree | 6841297d4cbaa2df9418ce0f01284bf895881759 /sys/dev/pci/drm | |
parent | 411504476290e884e426a5d3b7a520304ff19cf6 (diff) |
drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTL
From Alex Deucher
e123c82b11738a7b5f53df047b9634c13892bc06 in ubuntu 3.8
d5693761b2b4ff530c8af8af9ec55b6eae76e617 in mainline linux
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r-- | sys/dev/pci/drm/radeon/sid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/radeon/sid.h b/sys/dev/pci/drm/radeon/sid.h index b2b5cbf30dd..52cd8d9b92f 100644 --- a/sys/dev/pci/drm/radeon/sid.h +++ b/sys/dev/pci/drm/radeon/sid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sid.h,v 1.2 2013/09/01 10:39:39 jsg Exp $ */ +/* $OpenBSD: sid.h,v 1.3 2014/01/24 04:57:35 jsg Exp $ */ /* * Copyright 2011 Advanced Micro Devices, Inc. * @@ -201,7 +201,7 @@ #define NOOFGROUPS_SHIFT 12 #define NOOFGROUPS_MASK 0x00001000 -#define MC_SEQ_TRAIN_WAKEUP_CNTL 0x2808 +#define MC_SEQ_TRAIN_WAKEUP_CNTL 0x28e8 #define TRAIN_DONE_D0 (1 << 30) #define TRAIN_DONE_D1 (1 << 31) |