[Intel-gfx] [PATCH] drm/i915/selftests: Fix kbuild error

David Weinehall david.weinehall at linux.intel.com
Tue Jul 25 14:39:23 UTC 2017


On Tue, Jul 25, 2017 at 01:53:36PM +0100, Chris Wilson wrote:
> After rebasing af2788925ae0 ("drm/i915: Squelch reset messages during
> selftests"), I missed fixing up a call to i915_reset().
> 
> Reported-by: kbuild test robot <kbuild-all at 01.org>
> Fixes: af2788925ae0 ("drm/i915: Squelch reset messages during selftests")
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

Reviewed-by: David Weinehall <david.weinehall at linux.intel.com>

> ---
>  drivers/gpu/drm/i915/selftests/intel_hangcheck.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/selftests/intel_hangcheck.c b/drivers/gpu/drm/i915/selftests/intel_hangcheck.c
> index 6896751ee919..7c55a4c7f4c9 100644
> --- a/drivers/gpu/drm/i915/selftests/intel_hangcheck.c
> +++ b/drivers/gpu/drm/i915/selftests/intel_hangcheck.c
> @@ -842,7 +842,7 @@ static int igt_render_engine_reset_fallback(void *arg)
>  
>  		mutex_lock(&i915->drm.struct_mutex);
>  		set_bit(I915_RESET_HANDOFF, &i915->gpu_error.flags);
> -		i915_reset(i915);
> +		i915_reset(i915, I915_RESET_QUIET);
>  		GEM_BUG_ON(test_bit(I915_RESET_HANDOFF,
>  				    &i915->gpu_error.flags));
>  		mutex_unlock(&i915->drm.struct_mutex);
> -- 
> 2.13.3
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx


More information about the Intel-gfx mailing list