]> asedeno.scripts.mit.edu Git - linux.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)
commit015df4f54e2c3891859200bfc052895423bcce8b
tree72919bef812a5ec2ef326169dae2d8ad21d3273a
parentc3cc39c539d46be73ee032d2ff1b3f8fe44d4483
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