summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include
diff options
context:
space:
mode:
authorKen Wang <Qingqing.Wang@amd.com>2016-01-19 14:05:23 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-08-31 12:10:51 -0400
commit30d1574fa4c71cf390ae4af57585a850612db8f7 (patch)
tree05008def85a531fd42f75723e0eaac0c4cd4b5fb /drivers/gpu/drm/amd/include
parent2cd46ad22383ab8372b86cdb5257589496099412 (diff)
downloadlinux-30d1574fa4c71cf390ae4af57585a850612db8f7.tar.gz
linux-30d1574fa4c71cf390ae4af57585a850612db8f7.tar.xz
drm/amdgpu: add DMA implementation for si v8
v4: rebase fixes v5: use the generic nop fill v6: rebase fixes v7: rebase fixes copy count fixes from Jonathan general cleanup add fill buffer implementation v8: adapt write_pte and copy_pte to latest changes Signed-off-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
-rw-r--r--drivers/gpu/drm/amd/include/asic_reg/si/sid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/asic_reg/si/sid.h b/drivers/gpu/drm/amd/include/asic_reg/si/sid.h
index a96d930d20ea..f30e57decbec 100644
--- a/drivers/gpu/drm/amd/include/asic_reg/si/sid.h
+++ b/drivers/gpu/drm/amd/include/asic_reg/si/sid.h
@@ -642,6 +642,8 @@
#define HDP_NONSURFACE_INFO 0xB02
#define HDP_NONSURFACE_SIZE 0xB03
+#define HDP_DEBUG0 0xBCC
+
#define HDP_ADDR_CONFIG 0xBD2
#define HDP_MISC_CNTL 0xBD3
#define HDP_FLUSH_INVALIDATE_CACHE (1 << 0)