drm/i915: Improve debug print in vm_fault_ttm
authorNirmoy Das <nirmoy.das@intel.com>
Fri, 23 Sep 2022 14:37:30 +0000 (16:37 +0200)
committerMatthew Auld <matthew.auld@intel.com>
Tue, 27 Sep 2022 08:32:23 +0000 (09:32 +0100)
commite5cedf9859b29642f8908f7e8949d983c748e2d0
tree8762e3df2707e05bb56441ba9bbadf14978c7b97
parentc286558f58535cf97b717b946d6c96d774a09d17
drm/i915: Improve debug print in vm_fault_ttm

Print the error code returned by __i915_ttm_migrate()
for better debuggability.

v2: Fix kernel test robot warning.
v3: Fix dim checkpatch warning.

References: https://gitlab.freedesktop.org/drm/intel/-/issues/6889
Acked-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220923143730.13498-1-nirmoy.das@intel.com
drivers/gpu/drm/i915/gem/i915_gem_ttm.c