drm/amdgpu/benchmark: use dev_info rather than DRM macros for logging
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Feb 2022 20:55:15 +0000 (15:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Feb 2022 19:52:39 +0000 (14:52 -0500)
commit091cd9c3abeb68981552557676985eec761d6fe5
treed723c4a0b6162e121a73ff4b5e6cf2e42de730e2
parent9dff13f9edf755a15f6507874185a3290c1ae8bb
drm/amdgpu/benchmark: use dev_info rather than DRM macros for logging

So we can tell which output goes to which device when multiple GPUs
are present.  Also while we are here, convert DRM_ERROR to dev_info.
The error cases are not critical.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c