Commit 3b054a1c authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915/selftests: Include the subsubtest name for live_parallel_engines

parent 9acc99d8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1214,10 +1214,12 @@ static int live_parallel_engines(void *arg)
		return -ENOMEM;

	for (fn = func; !err && *fn; fn++) {
		char name[KSYM_NAME_LEN];
		struct igt_live_test t;
		unsigned int idx;

		err = igt_live_test_begin(&t, i915, __func__, "");
		snprintf(name, sizeof(name), "%pS", fn);
		err = igt_live_test_begin(&t, i915, __func__, name);
		if (err)
			break;