]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/selftests: Report setup errors for igt_partial_tiling
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 13 Feb 2018 12:09:40 +0000 (12:09 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 13 Feb 2018 12:40:28 +0000 (12:40 +0000)
commite41513e25de18be1caf104871ced58bdbbc61456
tree72919bef812a5ec2ef326169dae2d8ad21d3273a
parentfa500311484517476bad3ff37d9ae6343070c93a
drm/i915/selftests: Report setup errors for igt_partial_tiling

igt_partial_tiling managed to fail with an -EBUSY. This usually means a
pin leak, but that should be impossible given the test setup. Add a
couple of error messages to help identify the path that failed.

References: https://bugs.freedesktop.org/show_bug.cgi?id=105073
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180213120940.21579-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/selftests/i915_gem_object.c