summary refs log tree commit diff
path: root/drivers/gpu/drm/radeon/sid.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2015-02-18 13:19:27 +0100
committerAlex Deucher <alexander.deucher@amd.com>2015-02-25 16:06:08 -0500
commit18ad01effefe9c16454f2dfe045a9b5252d08d7a (patch)
treec6e8593a61fec397ebf6bfc15ca6931148e1eb97 /drivers/gpu/drm/radeon/sid.h
parentdc12a3ec712de225da48b35bd602e60397f25f2d (diff)
downloadlinux-18ad01effefe9c16454f2dfe045a9b5252d08d7a.tar.gz
drm/radeon: enable SRBM timeout interrupt on SI
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/sid.h')
-rw-r--r--drivers/gpu/drm/radeon/sid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/sid.h b/drivers/gpu/drm/radeon/sid.h
index cbd91d226f3c..c27118cab16a 100644
--- a/drivers/gpu/drm/radeon/sid.h
+++ b/drivers/gpu/drm/radeon/sid.h
@@ -358,6 +358,10 @@
 #define	CC_SYS_RB_BACKEND_DISABLE			0xe80
 #define	GC_USER_SYS_RB_BACKEND_DISABLE			0xe84
 
+#define SRBM_READ_ERROR					0xE98
+#define SRBM_INT_CNTL					0xEA0
+#define SRBM_INT_ACK					0xEA8
+
 #define	SRBM_STATUS2				        0x0EC4
 #define		DMA_BUSY 				(1 << 5)
 #define		DMA1_BUSY 				(1 << 6)