Re: [PATCH] drm/amdkfd: Set p2plink non-coherent in topology

2021-06-17 Thread Felix Kuehling
If this is for the DKMS branch, the review should go to our internal review list. Regards,   Felix Am 2021-06-17 um 10:20 a.m. schrieb Eric Huang: > Fix non-coherent bit of p2plink properties flag > which always is 0. > > Signed-off-by: Eric Huang > --- > drivers/gpu/drm/amd/amdkfd/kfd_topolog

[PATCH] drm/amdkfd: Set p2plink non-coherent in topology

2021-06-17 Thread Eric Huang
Fix non-coherent bit of p2plink properties flag which always is 0. Signed-off-by: Eric Huang --- drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c b/drivers/gpu/drm/amd/amdkfd/kfd_topology.c index d390aa369f7b