summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
diff options
context:
space:
mode:
authorAlexey Skidanov <Alexey.Skidanov@amd.com>2014-10-13 17:35:12 +0400
committerOded Gabbay <oded.gabbay@amd.com>2015-01-09 23:25:55 +0300
commitf7c826ad380b59baff190044c024b62091128145 (patch)
tree9c79daa69085fb4bedafabe681f3700eaf255133 /drivers/gpu/drm/amd/amdkfd/kfd_priv.h
parentc93546a5e32bd788c22aefa072385f3784551c13 (diff)
downloadlinux-f7c826ad380b59baff190044c024b62091128145.tar.xz
drm/amdkfd: Add number of watch points to topology
This patch adds the number of watch points to the node capabilities in the topology module Signed-off-by: Alexey Skidanov <Alexey.Skidanov@amd.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_priv.h')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
index f9fb81e3bb09..ba2bba8b5731 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
@@ -107,6 +107,7 @@ enum cache_policy {
struct kfd_device_info {
unsigned int max_pasid_bits;
size_t ih_ring_entry_size;
+ uint8_t num_of_watch_points;
uint16_t mqd_size_aligned;
};