Re: [PATCH] drm/amdgpu: Removed used parameter

2024-02-28 Thread Lazar, Lijo
On 2/27/2024 9:23 PM, Harish Kasiviswanathan wrote: > Also passing adev is misleading if BO is associated with different adev. > In this case BO is mapped to a different device > Looks like a typo in subject - unused? Thanks, Lijo > Signed-off-by: Harish Kasiviswanathan > --- >

Re: [PATCH] drm/amdgpu: Removed used parameter

2024-02-28 Thread Alex Deucher
On Tue, Feb 27, 2024 at 11:13 AM Harish Kasiviswanathan wrote: > > Also passing adev is misleading if BO is associated with different adev. > In this case BO is mapped to a different device > > Signed-off-by: Harish Kasiviswanathan Acked-by: Alex Deucher > --- >

[PATCH] drm/amdgpu: Removed used parameter

2024-02-27 Thread Harish Kasiviswanathan
Also passing adev is misleading if BO is associated with different adev. In this case BO is mapped to a different device Signed-off-by: Harish Kasiviswanathan --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 ++--