summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
diff options
context:
space:
mode:
authorAlexey Skidanov2014-10-13 15:35:12 +0200
committerOded Gabbay2015-01-09 21:25:55 +0100
commitf7c826ad380b59baff190044c024b62091128145 (patch)
tree9c79daa69085fb4bedafabe681f3700eaf255133 /drivers/gpu/drm/amd/amdkfd/kfd_priv.h
parentMerge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm... (diff)
downloadkernel-qcow2-linux-f7c826ad380b59baff190044c024b62091128145.tar.gz
kernel-qcow2-linux-f7c826ad380b59baff190044c024b62091128145.tar.xz
kernel-qcow2-linux-f7c826ad380b59baff190044c024b62091128145.zip
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;
};