Re: [PATCH 5/5] drm/amdgpu: use metadata members of struct amdgpu_bo_user

2021-03-08 Thread Felix Kuehling
Am 2021-03-05 um 10:06 a.m. schrieb Nirmoy Das: > These members are only needed for BOs created by > amdgpu_gem_object_create(), so we can remove these from the > base class. > > CC: felix.kuehl...@amd.com > Signed-off-by: Nirmoy Das Acked-by: Felix Kuehling > --- >

Re: [PATCH 5/5] drm/amdgpu: use metadata members of struct amdgpu_bo_user

2021-03-05 Thread Christian König
Am 05.03.21 um 15:35 schrieb Nirmoy Das: These memebers are only needed for BOs created by amdgpu_gem_object_create(), so we can remove these from the base class. This patch must be squashed together with the previous one or we would have a broken driver in between. Christian.

[PATCH 5/5] drm/amdgpu: use metadata members of struct amdgpu_bo_user

2021-03-05 Thread Nirmoy Das
These members are only needed for BOs created by amdgpu_gem_object_create(), so we can remove these from the base class. CC: felix.kuehl...@amd.com Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 48

[PATCH 5/5] drm/amdgpu: use metadata members of struct amdgpu_bo_user

2021-03-05 Thread Nirmoy Das
These memebers are only needed for BOs created by amdgpu_gem_object_create(), so we can remove these from the base class. CC:felix.kuehl...@amd.com Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 48