Re: [PATCH 1/2] drm/amdgpu: use kernel BO API for benchmark buffer management

2022-02-22 Thread Christian König
Am 21.02.22 um 23:30 schrieb Alex Deucher: Simplifies the code quite a bit. Signed-off-by: Alex Deucher Reviewed-by: Christian König for the series. --- drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c | 78 --- 1 file changed, 17 insertions(+), 61 deletions(-) diff --git

[PATCH 1/2] drm/amdgpu: use kernel BO API for benchmark buffer management

2022-02-21 Thread Alex Deucher
Simplifies the code quite a bit. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c | 78 --- 1 file changed, 17 insertions(+), 61 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c