diff options
author | Mark Brown <broonie@kernel.org> | 2021-09-21 15:23:50 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-09-21 15:23:50 +0100 |
commit | 66ae258ccf400e5275b8cb4ecbfe7d25f2cb2e56 (patch) | |
tree | 386a7b596562b7dd99163e1c80255335711e7afc /drivers/gpu/drm/amd/amdkfd/kfd_priv.h | |
parent | 09134c5322df9f105d9ed324051872d5d0e162aa (diff) | |
parent | ffb1e76f4f32d2b8ea4189df0484980370476395 (diff) |
Merge branch 'spi-5.15' into spi-5.16
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_priv.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 |
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 ab83b0de6b22..6d8f9bb2d905 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h @@ -207,6 +207,7 @@ struct kfd_device_info { bool supports_cwsr; bool needs_iommu_device; bool needs_pci_atomics; + uint32_t no_atomic_fw_version; unsigned int num_sdma_engines; unsigned int num_xgmi_sdma_engines; unsigned int num_sdma_queues_per_engine; |