drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug output
authorMichel Dänzer <michel.daenzer@amd.com>
Fri, 30 Nov 2018 17:15:22 +0000 (18:15 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Dec 2018 20:27:58 +0000 (15:27 -0500)
commit0f6be2c09af65a85d34653e609b5f45e25a9e95a
tree5b85887ea22cf567bcf48b29e38087b1f60f52c6
parent06d6370e7b200882ab23bafd86a4024c7571c778
drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug output

No need for pr_err here, the pr_err message in ttm_bo_evict is enough
to draw attention to something not going as planned.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c