commit | 015df4f54e2c3891859200bfc052895423bcce8b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 13 12:09:40 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 13 12:40:28 2018 +0000 |
tree | 72919bef812a5ec2ef326169dae2d8ad21d3273a | |
parent | c3cc39c539d46be73ee032d2ff1b3f8fe44d4483 [diff] |
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