drm/amdkfd: replace err by dbg print at svm vram migration
authorAlex Sierra <alex.sierra@amd.com>
Wed, 9 Feb 2022 16:54:53 +0000 (10:54 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Feb 2022 21:20:24 +0000 (16:20 -0500)
commit7f161df1a513e2961f4e3c96a8355c8ce93ad175
treed79a753740818d55e9fe5af1d5038179d61fb644
parent24992ab0b8b0d2521caa9c3dcbed0e2a56cbe3d0
drm/amdkfd: replace err by dbg print at svm vram migration

Avoid spam the kernel log on application memory allocation failures.
__func__ argument was also removed from dev_fmt macro due to
parameter conflicts with dynamic_dev_dbg.

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Philip Yang <Philip.Yang@amd.comi>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c