diff options
author | Alexey Skidanov <Alexey.Skidanov@amd.com> | 2014-10-13 17:35:12 +0400 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@amd.com> | 2015-01-09 23:25:55 +0300 |
commit | f7c826ad380b59baff190044c024b62091128145 (patch) | |
tree | 9c79daa69085fb4bedafabe681f3700eaf255133 /drivers/gpu/drm/amd/amdkfd/kfd_device.c | |
parent | c93546a5e32bd788c22aefa072385f3784551c13 (diff) | |
download | linux-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_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c index 43884ebd4303..436c31ca7710 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c +++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c @@ -32,6 +32,7 @@ static const struct kfd_device_info kaveri_device_info = { .max_pasid_bits = 16, .ih_ring_entry_size = 4 * sizeof(uint32_t), + .num_of_watch_points = 4, .mqd_size_aligned = MQD_SIZE_ALIGNED }; |