summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
diff options
context:
space:
mode:
authorEric Huang <JinHuiEric.Huang@amd.com>2018-06-04 15:22:24 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-09-26 21:09:13 -0500
commitd35f00d8eccfa943ca28f8da73b6bf94084cd1af (patch)
tree8e8c609beff6f2ad90ba5a32d898d48b775d43c4 /drivers/gpu/drm/amd/amdkfd/kfd_priv.h
parent7bb086cd0bb728613f20c906c26eddda14821377 (diff)
drm/amdkfd: reflect atomic support in IO link properties
Add the flags of properties according to Asic type and pcie capabilities. Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com> Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_priv.h')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
index b0064b08aa11..a07e57d1b400 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h
@@ -257,6 +257,8 @@ struct kfd_dev {
/* xGMI */
uint64_t hive_id;
+
+ bool pci_atomic_requested;
};
/* KGD2KFD callbacks */