diff options
Diffstat (limited to 'drivers/gpu/drm/i915/selftests/i915_request.c')
| -rw-r--r-- | drivers/gpu/drm/i915/selftests/i915_request.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_request.c index c56a0c2cd2f7..818a4909c1f3 100644 --- a/drivers/gpu/drm/i915/selftests/i915_request.c +++ b/drivers/gpu/drm/i915/selftests/i915_request.c @@ -971,7 +971,7 @@ static struct i915_vma *empty_batch(struct drm_i915_private *i915)  	if (err)  		goto err; -	/* Force the wait wait now to avoid including it in the benchmark */ +	/* Force the wait now to avoid including it in the benchmark */  	err = i915_vma_sync(vma);  	if (err)  		goto err_pin; @@ -1821,7 +1821,7 @@ int i915_request_live_selftests(struct drm_i915_private *i915)  	if (intel_gt_is_wedged(to_gt(i915)))  		return 0; -	return i915_subtests(tests, i915); +	return i915_live_subtests(tests, i915);  }  static int switch_to_kernel_sync(struct intel_context *ce, int err)  |