aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
diff options
context:
space:
mode:
authorBen Goz <ben.goz@amd.com>2015-06-07 00:15:51 +0300
committerOded Gabbay <oded.gabbay@gmail.com>2015-07-20 09:16:49 +0300
commit7639a8c420f04ca9be87974416efb2848b0962d9 (patch)
tree3bee682210dbe7127b84021d8527670aa0a0b071 /drivers/gpu/drm/amd/amdkfd/kfd_topology.h
parentdrm/amdkfd: Use generic defines in new amd headers (diff)
downloadlinux-dev-7639a8c420f04ca9be87974416efb2848b0962d9.tar.xz
linux-dev-7639a8c420f04ca9be87974416efb2848b0962d9.zip
drm/amdkfd: Set correct doorbell packet type for Carrizo
Signed-off-by: Ben Goz <ben.goz@amd.com> Reviewed-by: Yair Shachar <yair.shachar@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_topology.h')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.h b/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
index 989624b3cd14..c3ddb9b95ff8 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
@@ -40,6 +40,7 @@
#define HSA_CAP_WATCH_POINTS_TOTALBITS_MASK 0x00000f00
#define HSA_CAP_WATCH_POINTS_TOTALBITS_SHIFT 8
#define HSA_CAP_RESERVED 0xfffff000
+#define HSA_CAP_DOORBELL_PACKET_TYPE 0x00001000
struct kfd_node_properties {
uint32_t cpu_cores_count;