aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/cikd.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-09-30 18:03:06 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-11-08 12:33:40 -0500
commit939c0d3c08124cd7707168525c47354952c62d8d (patch)
tree24fb5813bb11b7763a4c744a1d07a2657fade190 /drivers/gpu/drm/radeon/cikd.h
parentdrm/radeon: update cik_gpu_init() for hawaii (diff)
downloadlinux-dev-939c0d3c08124cd7707168525c47354952c62d8d.tar.xz
linux-dev-939c0d3c08124cd7707168525c47354952c62d8d.zip
drm/radeon: minor updates to cik.c for hawaii
Skip programming a register that was removed and adjust the mask of the VM client status. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/cikd.h')
-rw-r--r--drivers/gpu/drm/radeon/cikd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/cikd.h b/drivers/gpu/drm/radeon/cikd.h
index aeb3d004431d..28cbcc1baa07 100644
--- a/drivers/gpu/drm/radeon/cikd.h
+++ b/drivers/gpu/drm/radeon/cikd.h
@@ -500,6 +500,7 @@
* bit 4: write
*/
#define MEMORY_CLIENT_ID_MASK (0xff << 12)
+#define HAWAII_MEMORY_CLIENT_ID_MASK (0x1ff << 12)
#define MEMORY_CLIENT_ID_SHIFT 12
#define MEMORY_CLIENT_RW_MASK (1 << 24)
#define MEMORY_CLIENT_RW_SHIFT 24