[igt-dev] [PATCH i-g-t] lib/i915: remove use of debugfs/i915_next_seqno

Dixit, Ashutosh ashutosh.dixit at intel.com
Fri Apr 22 16:24:07 UTC 2022


On Fri, 22 Apr 2022 08:19:23 -0700, Nirmoy Das wrote:
>
> The patch "95898ed6856e drm/i915: Drop debugfs/i915_next_seqno"
> removed this file so remove the use of this in igt as well.
> Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>

Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

> ---
>  lib/i915/gem.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/lib/i915/gem.c b/lib/i915/gem.c
> index 93ef4073b..27b872c28 100644
> --- a/lib/i915/gem.c
> +++ b/lib/i915/gem.c
> @@ -125,7 +125,6 @@ static void reset_device(int i915)
>		igt_info("Found wedged device, trying to reset and continue\n");
>		igt_sysfs_printf(dir, "i915_wedged", "%llu", -1ull);
>	}
> -	igt_sysfs_set(dir, "i915_next_seqno", "1");
>
>	close(dir);
>  }
> --
> 2.35.1
>


More information about the igt-dev mailing list