]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c51abc3ef523cf617c80eeafb37a3d8816e85eb
treed723c4a0b6162e121a73ff4b5e6cf2e42de730e2
parentfe3892694f33fbcae4770e379c200647de729518
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