Re: [PATCH] drm/amdkfd: fix incorrect condition check for pci atomics gpu flags

2021-04-30 Thread Felix Kuehling
Am 2021-04-30 um 4:51 p.m. schrieb Jonathan Kim: > As pci_atomics_device_to_root check is a host to device support check, > the device xgmi hive setup status is irrelevant to setting the NO_ATOMICS > gpu flags so move it under the correct host-device check condition. I think that's still not

[PATCH] drm/amdkfd: fix incorrect condition check for pci atomics gpu flags

2021-04-30 Thread Jonathan Kim
As pci_atomics_device_to_root check is a host to device support check, the device xgmi hive setup status is irrelevant to setting the NO_ATOMICS gpu flags so move it under the correct host-device check condition. Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 2 --