drm/ttm: Don't print error message if eviction was interrupted
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Tue, 7 Mar 2023 14:46:19 +0000 (15:46 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 9 Mar 2023 13:18:53 +0000 (14:18 +0100)
commit8ab3b0663e279ab550bc2c0b5d602960e8b94e02
tree000a7307a8d2a6d55b3a880bb6947a46e8bc6a73
parent8d746ec4ab14e7cb82787c6f8bfadee8dd20effe
drm/ttm: Don't print error message if eviction was interrupted

Avoid printing an error message if eviction was interrupted by,
for example, the user pressing CTRL-C. That may happen if eviction
is waiting for something, like for example a free batch-buffer.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230307144621.10748-6-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/ttm/ttm_bo.c